diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 08:05:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 08:05:30 +0000 |
commit | 07106d18392be60027e6b41a25577097dd452996 (patch) | |
tree | e77c2f0b9a7bf3bc000411b9d46a5b5beb770d40 /dev-python/pygobject | |
parent | Add missing deps, bug #545472 (diff) | |
download | gentoo-2-07106d18392be60027e6b41a25577097dd452996.tar.gz gentoo-2-07106d18392be60027e6b41a25577097dd452996.tar.bz2 gentoo-2-07106d18392be60027e6b41a25577097dd452996.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r55.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.12.2.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index 717010e8b748..ca9e7991f4bc 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.268 2015/03/29 10:34:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.269 2015/04/08 08:05:21 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> pygobject-2.28.6-r55.ebuild, + pygobject-3.12.2.ebuild: + Drop old Python implementations 29 Mar 2015; Jeroen Roovers <jer@gentoo.org> pygobject-3.14.0.ebuild: Stable for HPPA (bug #534012). diff --git a/dev-python/pygobject/pygobject-2.28.6-r55.ebuild b/dev-python/pygobject/pygobject-2.28.6-r55.ebuild index 6135115fa42f..6ab7e6bc2e94 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r55.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r55.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-r55.ebuild,v 1.13 2014/04/21 10:28:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r55.ebuild,v 1.14 2015/04/08 08:05:21 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils gnome2 python-r1 virtualx diff --git a/dev-python/pygobject/pygobject-3.12.2.ebuild b/dev-python/pygobject/pygobject-3.12.2.ebuild index 1ea17476878d..6d644a04b613 100644 --- a/dev-python/pygobject/pygobject-3.12.2.ebuild +++ b/dev-python/pygobject/pygobject-3.12.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.2.ebuild,v 1.12 2014/10/11 11:54:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.2.ebuild,v 1.13 2015/04/08 08:05:21 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit gnome2 python-r1 virtualx |