diff options
author | 2015-04-08 08:05:30 +0000 | |
---|---|---|
committer | 2015-04-08 08:05:30 +0000 | |
commit | 07106d18392be60027e6b41a25577097dd452996 (patch) | |
tree | e77c2f0b9a7bf3bc000411b9d46a5b5beb770d40 /dev-python/fixtures | |
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/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.12-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index ff7118588bb3..e39f4af5090c 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.24 2015/03/09 00:04:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.25 2015/04/08 08:04:54 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> fixtures-0.3.12-r1.ebuild, + fixtures-0.3.14-r1.ebuild, fixtures-0.3.14.ebuild: + Drop old Python implementations 09 Mar 2015; Pacho Ramos <pacho@gentoo.org> fixtures-0.3.14-r2.ebuild: x86 stable, bug 540290 diff --git a/dev-python/fixtures/fixtures-0.3.12-r1.ebuild b/dev-python/fixtures/fixtures-0.3.12-r1.ebuild index 24a5889688ce..64ead49ed631 100644 --- a/dev-python/fixtures/fixtures-0.3.12-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.12-r1.ebuild @@ -1,9 +1,9 @@ -# 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/fixtures/fixtures-0.3.12-r1.ebuild,v 1.5 2014/08/20 20:24:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.12-r1.ebuild,v 1.6 2015/04/08 08:04:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index 73461e2c76c3..2d943f487e6d 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild @@ -1,9 +1,9 @@ -# 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/fixtures/fixtures-0.3.14-r1.ebuild,v 1.10 2014/08/20 20:24:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.11 2015/04/08 08:04:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 diff --git a/dev-python/fixtures/fixtures-0.3.14.ebuild b/dev-python/fixtures/fixtures-0.3.14.ebuild index a6f04e2ac8db..d94a96c55f3a 100644 --- a/dev-python/fixtures/fixtures-0.3.14.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14.ebuild @@ -1,9 +1,9 @@ -# 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/fixtures/fixtures-0.3.14.ebuild,v 1.3 2014/08/20 20:24:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14.ebuild,v 1.4 2015/04/08 08:04:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 |