summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-23 20:46:43 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-23 20:46:43 +0000
commit571eedd4023e791fe3824aa3b8433ee2b3aaeeb1 (patch)
treed4694dd2ab9a4156941f6ac1d7019bd8d218acf9 /gnome-base
parentBump eapi, kill doc USE flag and follow current policies, use addpredict inst... (diff)
downloadgentoo-2-571eedd4023e791fe3824aa3b8433ee2b3aaeeb1.tar.gz
gentoo-2-571eedd4023e791fe3824aa3b8433ee2b3aaeeb1.tar.bz2
gentoo-2-571eedd4023e791fe3824aa3b8433ee2b3aaeeb1.zip
Bump eapi and adapt ebuild to current policies
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-js-common/ChangeLog5
-rw-r--r--gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild19
2 files changed, 16 insertions, 8 deletions
diff --git a/gnome-base/gnome-js-common/ChangeLog b/gnome-base/gnome-js-common/ChangeLog
index 68d9cdf9cb6f..906cb225bfd9 100644
--- a/gnome-base/gnome-js-common/ChangeLog
+++ b/gnome-base/gnome-js-common/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-js-common
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/ChangeLog,v 1.12 2014/10/05 12:08:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/ChangeLog,v 1.13 2014/11/23 20:46:43 pacho Exp $
+
+ 23 Nov 2014; Pacho Ramos <pacho@gentoo.org> gnome-js-common-0.1.2.ebuild:
+ Bump eapi and adapt ebuild to current policies
05 Oct 2014; Agostino Sarubbo <ago@gentoo.org> gnome-js-common-0.1.2.ebuild:
Stable for ppc, wrt bug #513396
diff --git a/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild b/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild
index cc33fe659a18..aa331170b4ce 100644
--- a/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild
+++ b/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild,v 1.12 2014/10/05 12:08:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild,v 1.13 2014/11/23 20:46:43 pacho Exp $
-EAPI="3"
+EAPI="5"
GCONF_DEBUG="no"
+GNOME_TARBALL_SUFFIX="bz2"
+
inherit gnome2
DESCRIPTION="GNOME JavaScript common modules and tests"
-HOMEPAGE="http://gnome.org/"
+HOMEPAGE="https://git.gnome.org/browse/gnome-js-common"
LICENSE="GPL-3"
SLOT="0"
@@ -17,13 +19,16 @@ IUSE=""
RDEPEND=""
DEPEND="sys-devel/gettext
virtual/pkgconfig
- >=dev-util/intltool-0.35"
-DOCS="ChangeLog"
+ >=dev-util/intltool-0.35
+"
-G2CONF="${G2CONF} --disable-seed --disable-gjs"
+src_configure() {
+ gnome2_src_configure \
+ --disable-seed \
+ --disable-gjs
+}
src_install() {
gnome2_src_install
-
rm -rf "${ED}"/usr/doc
}