summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/guessit')
-rw-r--r--dev-python/guessit/ChangeLog8
-rw-r--r--dev-python/guessit/guessit-0.5.4.ebuild6
-rw-r--r--dev-python/guessit/guessit-0.6.2.ebuild6
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