From 07106d18392be60027e6b41a25577097dd452996 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 8 Apr 2015 08:05:30 +0000 Subject: Drop old Python implementations (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- dev-python/guessit/ChangeLog | 8 ++++++-- dev-python/guessit/guessit-0.5.4.ebuild | 6 +++--- dev-python/guessit/guessit-0.6.2.ebuild | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'dev-python/guessit') 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 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 -- cgit v1.2.3-65-gdbad