diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:49:10 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:49:10 +0000 |
commit | 43d8b43353747edf323830e68ef572c81154e155 (patch) | |
tree | c95b38aa34f2a21187c76d40eec1df7787a6b165 | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-43d8b43353747edf323830e68ef572c81154e155.tar.gz gentoo-2-43d8b43353747edf323830e68ef572c81154e155.tar.bz2 gentoo-2-43d8b43353747edf323830e68ef572c81154e155.zip |
Need eutils for epatch.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
-rw-r--r-- | dev-python/pygobject/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r51.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r52.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.2.2.ebuild | 4 |
7 files changed, 19 insertions, 13 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index 47bb3acb16db..e1b124096505 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.160 2012/05/19 09:20:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.161 2012/05/21 18:49:10 tetromino Exp $ + + 21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + pygobject-2.28.6-r51.ebuild, pygobject-2.28.6-r52.ebuild, + pygobject-3.0.2.ebuild, pygobject-3.0.4.ebuild, pygobject-3.2.1.ebuild, + pygobject-3.2.2.ebuild: + Need eutils for epatch. *pygobject-3.2.2 (19 May 2012) diff --git a/dev-python/pygobject/pygobject-2.28.6-r51.ebuild b/dev-python/pygobject/pygobject-2.28.6-r51.ebuild index f60e0064bf5f..4f435352888b 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r51.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r51.ebuild,v 1.14 2012/05/04 15:12:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v 1.15 2012/05/21 18:49:10 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ PYTHON_DEPEND="2:2.6" RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" # XXX: Is the alternatives stuff needed anymore? -inherit alternatives autotools gnome2 python virtualx +inherit alternatives autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" diff --git a/dev-python/pygobject/pygobject-2.28.6-r52.ebuild b/dev-python/pygobject/pygobject-2.28.6-r52.ebuild index 1fcfdb7d906c..9a034b64e6cf 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r52.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r52.ebuild,v 1.3 2012/05/13 19:50:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r52.ebuild,v 1.4 2012/05/21 18:49:10 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ PYTHON_DEPEND="2:2.6" RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" # XXX: Is the alternatives stuff needed anymore? -inherit alternatives autotools gnome2 python virtualx +inherit alternatives autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" diff --git a/dev-python/pygobject/pygobject-3.0.2.ebuild b/dev-python/pygobject/pygobject-3.0.2.ebuild index ad75dc5063d0..cf60d6e05dfa 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-2012 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.16 2012/05/04 15:12:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.17 2012/05/21 18:49:10 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -10,7 +10,7 @@ PYTHON_DEPEND="2:2.6 3:3.1" RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython 2.7-pypy-*" # XXX: Is the alternatives stuff needed anymore? -inherit alternatives autotools gnome2 python virtualx +inherit alternatives autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" diff --git a/dev-python/pygobject/pygobject-3.0.4.ebuild b/dev-python/pygobject/pygobject-3.0.4.ebuild index 46a5162c2bb4..44741c43e9e2 100644 --- a/dev-python/pygobject/pygobject-3.0.4.ebuild +++ b/dev-python/pygobject/pygobject-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.9 2012/05/16 15:00:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.10 2012/05/21 18:49:10 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -10,7 +10,7 @@ PYTHON_DEPEND="2:2.6 3:3.1" RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython 2.7-pypy-*" # XXX: Is the alternatives stuff needed anymore? -inherit alternatives autotools gnome2 python virtualx +inherit alternatives autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" diff --git a/dev-python/pygobject/pygobject-3.2.1.ebuild b/dev-python/pygobject/pygobject-3.2.1.ebuild index 696305b10c59..77fb68f54ecc 100644 --- a/dev-python/pygobject/pygobject-3.2.1.ebuild +++ b/dev-python/pygobject/pygobject-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.1.ebuild,v 1.2 2012/05/13 19:50:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.1.ebuild,v 1.3 2012/05/21 18:49:10 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -9,7 +9,7 @@ SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.6 3:3.1" RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*" -inherit autotools gnome2 python virtualx +inherit autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" diff --git a/dev-python/pygobject/pygobject-3.2.2.ebuild b/dev-python/pygobject/pygobject-3.2.2.ebuild index d82f06cea427..72ee56cdce08 100644 --- a/dev-python/pygobject/pygobject-3.2.2.ebuild +++ b/dev-python/pygobject/pygobject-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v 1.1 2012/05/19 09:20:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v 1.2 2012/05/21 18:49:10 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -9,7 +9,7 @@ SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.6 3:3.1" RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*" -inherit autotools gnome2 python virtualx +inherit autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" |