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/guessit | |
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/guessit')
-rw-r--r-- | dev-python/guessit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/guessit/guessit-0.5.4.ebuild | 6 | ||||
-rw-r--r-- | dev-python/guessit/guessit-0.6.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/guessit/ChangeLog b/dev-python/guessit/ChangeLog index 8c0766372d32..77a9d887ef14 100644 --- a/dev-python/guessit/ChangeLog +++ b/dev-python/guessit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/guessit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.9 2014/09/27 15:55:02 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.10 2015/04/08 08:05:01 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> guessit-0.5.4.ebuild, + guessit-0.6.2.ebuild: + Drop old Python implementations *guessit-0.9.3 (27 Sep 2014) diff --git a/dev-python/guessit/guessit-0.5.4.ebuild b/dev-python/guessit/guessit-0.5.4.ebuild index 1457cb008c7d..bb0e7943f2c3 100644 --- a/dev-python/guessit/guessit-0.5.4.ebuild +++ b/dev-python/guessit/guessit-0.5.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 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/guessit/guessit-0.5.4.ebuild,v 1.3 2013/10/13 08:41:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-0.5.4.ebuild,v 1.4 2015/04/08 08:05:01 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/guessit/guessit-0.6.2.ebuild b/dev-python/guessit/guessit-0.6.2.ebuild index e889fab01dee..e6774c4b7455 100644 --- a/dev-python/guessit/guessit-0.6.2.ebuild +++ b/dev-python/guessit/guessit-0.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 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/guessit/guessit-0.6.2.ebuild,v 1.1 2013/12/07 08:46:00 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-0.6.2.ebuild,v 1.2 2015/04/08 08:05:01 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 |