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 /dev-libs/gobject-introspection | |
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
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
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() { |