diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 05:40:32 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 05:40:32 +0000 |
commit | c05a8258fdc613c93ab8dcd05ddc599fe2726f25 (patch) | |
tree | 244f7ecd96a3a80f9da77cdf55c8ae67e152a526 /dev-python/pygobject | |
parent | Updated ebuild to mangler-1.2.2 and took over (with permission) from Chainsaw (diff) | |
download | gentoo-2-c05a8258fdc613c93ab8dcd05ddc599fe2726f25.tar.gz gentoo-2-c05a8258fdc613c93ab8dcd05ddc599fe2726f25.tar.bz2 gentoo-2-c05a8258fdc613c93ab8dcd05ddc599fe2726f25.zip |
QA: eautoreconf should be before gnome2_src_prepare.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.26.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r50.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.2.ebuild | 5 |
6 files changed, 16 insertions, 16 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index ecdae2c76ccc..f9a02ac04dfe 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.127 2011/10/23 07:51:53 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.128 2011/11/15 05:40:32 tetromino Exp $ + + 15 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + pygobject-2.26.0-r1.ebuild, pygobject-2.28.6.ebuild, + pygobject-2.28.6-r50.ebuild, pygobject-3.0.1.ebuild, pygobject-3.0.2.ebuild: + QA: eautoreconf should be before gnome2_src_prepare. *pygobject-3.0.2 (23 Oct 2011) diff --git a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild index 20a7dda4e6cd..595161f8c73a 100644 --- a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild +++ b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.13 2011/04/03 14:00:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.14 2011/11/15 05:40:32 tetromino Exp $ EAPI="2" GCONF_DEBUG="no" @@ -46,8 +46,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Fix FHS compliance, see upstream bug #535524 epatch "${FILESDIR}/${PN}-2.15.4-fix-codegen-location.patch" @@ -71,6 +69,7 @@ src_prepare() { ln -s $(type -P true) py-compile eautoreconf + gnome2_src_prepare python_copy_sources } diff --git a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild index 7b37afae442c..8dfb7da8937f 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.1 2011/10/19 01:23:24 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.2 2011/11/15 05:40:32 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -57,8 +57,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Fix FHS compliance, see upstream bug #535524 epatch "${FILESDIR}/${PN}-2.28.3-fix-codegen-location.patch" @@ -75,6 +73,7 @@ src_prepare() { ln -sfn $(type -P true) py-compile eautoreconf + gnome2_src_prepare python_copy_sources } diff --git a/dev-python/pygobject/pygobject-2.28.6.ebuild b/dev-python/pygobject/pygobject-2.28.6.ebuild index 5f17bb6a93b9..777f7e2c5fa7 100644 --- a/dev-python/pygobject/pygobject-2.28.6.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v 1.8 2011/10/05 17:13:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v 1.9 2011/11/15 05:40:32 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -51,8 +51,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Fix FHS compliance, see upstream bug #535524 epatch "${FILESDIR}/${PN}-2.28.3-fix-codegen-location.patch" @@ -69,6 +67,7 @@ src_prepare() { ln -sfn $(type -P true) py-compile eautoreconf + gnome2_src_prepare python_copy_sources } diff --git a/dev-python/pygobject/pygobject-3.0.1.ebuild b/dev-python/pygobject/pygobject-3.0.1.ebuild index c7aa2518b010..6b85de5690de 100644 --- a/dev-python/pygobject/pygobject-3.0.1.ebuild +++ b/dev-python/pygobject/pygobject-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.1 2011/10/19 01:23:24 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.1.ebuild,v 1.2 2011/11/15 05:40:32 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -57,8 +57,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Do not build tests if unneeded, bug #226345 epatch "${FILESDIR}/${PN}-2.90.1-make_check.patch" @@ -72,6 +70,7 @@ src_prepare() { ln -sfn $(type -P true) py-compile eautoreconf + gnome2_src_prepare python_copy_sources } diff --git a/dev-python/pygobject/pygobject-3.0.2.ebuild b/dev-python/pygobject/pygobject-3.0.2.ebuild index 13bd94886173..7e4a17883bef 100644 --- a/dev-python/pygobject/pygobject-3.0.2.ebuild +++ b/dev-python/pygobject/pygobject-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.1 2011/10/23 07:51:53 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.2 2011/11/15 05:40:32 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -57,8 +57,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Do not build tests if unneeded, bug #226345 epatch "${FILESDIR}/${PN}-2.90.1-make_check.patch" @@ -75,6 +73,7 @@ src_prepare() { ln -sfn $(type -P true) py-compile eautoreconf + gnome2_src_prepare python_copy_sources } |