diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-11-15 09:06:58 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-11-15 09:06:58 +0000 |
commit | 000d3c3fb47957196bd1214d658d118a2a3239ae (patch) | |
tree | eba92eb3a7a2e8836a401e96493ca7461bb8ec8c | |
parent | Marked stable on AMD64 based on arch testing by Michael "n0idx80" Harrison in... (diff) | |
download | historical-000d3c3fb47957196bd1214d658d118a2a3239ae.tar.gz historical-000d3c3fb47957196bd1214d658d118a2a3239ae.tar.bz2 historical-000d3c3fb47957196bd1214d658d118a2a3239ae.zip |
Port to EAPI 4
Package-Manager: portage-2.2.0_alpha74/cvs/Linux x86_64
-rw-r--r-- | dev-libs/gjs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/gjs/gjs-1.30.0.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild | 6 |
4 files changed, 17 insertions, 8 deletions
diff --git a/dev-libs/gjs/ChangeLog b/dev-libs/gjs/ChangeLog index e64e15f25c5c..0e3704c5ed21 100644 --- a/dev-libs/gjs/ChangeLog +++ b/dev-libs/gjs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/gjs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.3 2011/09/30 14:49:28 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.4 2011/11/15 09:06:58 nirbheek Exp $ + + 15 Nov 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gjs-1.30.0.ebuild: + Port to EAPI 4 *gjs-1.30.0 (30 Sep 2011) diff --git a/dev-libs/gjs/gjs-1.30.0.ebuild b/dev-libs/gjs/gjs-1.30.0.ebuild index f8230b82e608..43eab0273292 100644 --- a/dev-libs/gjs/gjs-1.30.0.ebuild +++ b/dev-libs/gjs/gjs-1.30.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.30.0.ebuild,v 1.1 2011/09/30 14:49:28 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.30.0.ebuild,v 1.2 2011/11/15 09:06:58 nirbheek Exp $ -EAPI="3" +EAPI="4" GCONF_DEBUG="no" -GNOME_TARBALL_SUFFIX="xz" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2" @@ -40,6 +39,9 @@ pkg_setup() { --disable-systemtap --disable-dtrace --disable-coverage" + + python_set_active_version 2 + python_pkg_setup } src_prepare() { diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index a0c2250f30d5..7e23035f7150 100644 --- a/dev-libs/gobject-introspection/ChangeLog +++ b/dev-libs/gobject-introspection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.46 2011/10/30 19:05:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.47 2011/11/15 09:05:10 nirbheek Exp $ + + 15 Nov 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + gobject-introspection-1.30.0-r1.ebuild: + Port to EAPI 4 *gobject-introspection-1.30.0-r1 (30 Oct 2011) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild index 304696b6212b..f06f09441a96 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v 1.1 2011/10/30 19:05:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v 1.2 2011/11/15 09:05:10 nirbheek Exp $ -EAPI="3" +EAPI="4" GCONF_DEBUG="no" -GNOME_TARBALL_SUFFIX="xz" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2:2.5" @@ -39,6 +38,7 @@ pkg_setup() { $(use_enable test tests)" python_set_active_version 2 + python_pkg_setup } src_prepare() { |