summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-16 22:49:57 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-16 22:49:57 +0000
commit06f3ebf6428d2eac34665d5f9ad059756bd80fef (patch)
treea8b809249673d53f9d30943922462bf10c758e8f /dev-python
parentInherit alternatives.eclass (bug #281714). (diff)
downloadgentoo-2-06f3ebf6428d2eac34665d5f9ad059756bd80fef.tar.gz
gentoo-2-06f3ebf6428d2eac34665d5f9ad059756bd80fef.tar.bz2
gentoo-2-06f3ebf6428d2eac34665d5f9ad059756bd80fef.zip
Inherit alternatives.eclass (bug #281714).
(Portage version: 14071-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pygobject/ChangeLog8
-rw-r--r--dev-python/pygobject/pygobject-2.14.0.ebuild6
-rw-r--r--dev-python/pygobject/pygobject-2.14.2.ebuild6
-rw-r--r--dev-python/pygobject/pygobject-2.15.4.ebuild6
-rw-r--r--dev-python/pygobject/pygobject-2.16.0.ebuild4
-rw-r--r--dev-python/pygobject/pygobject-2.16.1-r1.ebuild4
-rw-r--r--dev-python/pygobject/pygobject-2.16.1.ebuild4
-rw-r--r--dev-python/pygobject/pygobject-2.18.0.ebuild4
8 files changed, 24 insertions, 18 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog
index d99213950e67..49aa616e4984 100644
--- a/dev-python/pygobject/ChangeLog
+++ b/dev-python/pygobject/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pygobject
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.72 2009/08/09 22:15:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.73 2009/08/16 22:49:57 arfrever Exp $
+
+ 16 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pygobject-2.14.0.ebuild, pygobject-2.14.2.ebuild, pygobject-2.15.4.ebuild,
+ pygobject-2.16.0.ebuild, pygobject-2.16.1.ebuild,
+ pygobject-2.16.1-r1.ebuild, pygobject-2.18.0.ebuild:
+ Inherit alternatives.eclass (bug #281714).
09 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org>
pygobject-2.18.0.ebuild, +files/pygobject-2.18.0-automake111.patch:
diff --git a/dev-python/pygobject/pygobject-2.14.0.ebuild b/dev-python/pygobject/pygobject-2.14.0.ebuild
index d56dcaa1b295..78083f8e9db0 100644
--- a/dev-python/pygobject/pygobject-2.14.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.14.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.14.0.ebuild,v 1.12 2008/12/14 23:25:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.14.0.ebuild,v 1.13 2009/08/16 22:49:57 arfrever Exp $
WANT_AUTOCONF=none
WANT_AUTOMAKE=1.8
-inherit gnome2 python autotools
+inherit alternatives gnome2 python autotools
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
diff --git a/dev-python/pygobject/pygobject-2.14.2.ebuild b/dev-python/pygobject/pygobject-2.14.2.ebuild
index 035e2479280b..de53ff13914a 100644
--- a/dev-python/pygobject/pygobject-2.14.2.ebuild
+++ b/dev-python/pygobject/pygobject-2.14.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.14.2.ebuild,v 1.12 2008/12/14 23:25:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.14.2.ebuild,v 1.13 2009/08/16 22:49:57 arfrever Exp $
-inherit gnome2 python autotools virtualx
+inherit alternatives gnome2 python autotools virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
diff --git a/dev-python/pygobject/pygobject-2.15.4.ebuild b/dev-python/pygobject/pygobject-2.15.4.ebuild
index 8de137879cfd..e5ad940aa435 100644
--- a/dev-python/pygobject/pygobject-2.15.4.ebuild
+++ b/dev-python/pygobject/pygobject-2.15.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.15.4.ebuild,v 1.2 2008/12/14 23:25:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.15.4.ebuild,v 1.3 2009/08/16 22:49:57 arfrever Exp $
-inherit autotools gnome2 python virtualx
+inherit alternatives autotools gnome2 python virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
diff --git a/dev-python/pygobject/pygobject-2.16.0.ebuild b/dev-python/pygobject/pygobject-2.16.0.ebuild
index b747ff349257..900842b4ddc2 100644
--- a/dev-python/pygobject/pygobject-2.16.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.16.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.0.ebuild,v 1.3 2009/02/07 14:46:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.0.ebuild,v 1.4 2009/08/16 22:49:57 arfrever Exp $
-inherit autotools gnome2 python virtualx
+inherit alternatives autotools gnome2 python virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
diff --git a/dev-python/pygobject/pygobject-2.16.1-r1.ebuild b/dev-python/pygobject/pygobject-2.16.1-r1.ebuild
index ac57acb281a8..f00560ce55a4 100644
--- a/dev-python/pygobject/pygobject-2.16.1-r1.ebuild
+++ b/dev-python/pygobject/pygobject-2.16.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.1-r1.ebuild,v 1.1 2009/06/04 13:18:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.1-r1.ebuild,v 1.2 2009/08/16 22:49:57 arfrever Exp $
-inherit autotools gnome2 python virtualx
+inherit alternatives autotools gnome2 python virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
diff --git a/dev-python/pygobject/pygobject-2.16.1.ebuild b/dev-python/pygobject/pygobject-2.16.1.ebuild
index 27305c99041e..7a4216d18431 100644
--- a/dev-python/pygobject/pygobject-2.16.1.ebuild
+++ b/dev-python/pygobject/pygobject-2.16.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.1.ebuild,v 1.8 2009/04/27 13:11:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.1.ebuild,v 1.9 2009/08/16 22:49:57 arfrever Exp $
-inherit autotools gnome2 python virtualx
+inherit alternatives autotools gnome2 python virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
diff --git a/dev-python/pygobject/pygobject-2.18.0.ebuild b/dev-python/pygobject/pygobject-2.18.0.ebuild
index a243f64af64c..67c52b031fdb 100644
--- a/dev-python/pygobject/pygobject-2.18.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.18.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.8 2009/08/09 22:15:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.9 2009/08/16 22:49:57 arfrever Exp $
-inherit autotools gnome2 python virtualx
+inherit alternatives autotools gnome2 python virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"