summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-06-07 05:55:56 +0000
committerIan Delaney <idella4@gentoo.org>2013-06-07 05:55:56 +0000
commit64b7694d52987c107c9dc3964d61522e3f1a0eac (patch)
tree432346986cab5de539780d54239a7f49450c160e
parentbump, remove old (diff)
downloadgentoo-2-64b7694d52987c107c9dc3964d61522e3f1a0eac.tar.gz
gentoo-2-64b7694d52987c107c9dc3964d61522e3f1a0eac.tar.bz2
gentoo-2-64b7694d52987c107c9dc3964d61522e3f1a0eac.zip
drop py2.5
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/pkginfo/ChangeLog5
-rw-r--r--dev-python/pkginfo/pkginfo-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pkginfo/ChangeLog b/dev-python/pkginfo/ChangeLog
index 6f382f5f729c..f096943147ac 100644
--- a/dev-python/pkginfo/ChangeLog
+++ b/dev-python/pkginfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pkginfo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.5 2013/06/07 05:50:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.6 2013/06/07 05:55:56 idella4 Exp $
+
+ 07 Jun 2013; Ian Delaney <idella4@gentoo.org> pkginfo-1.0.ebuild:
+ drop py2.5
*pkginfo-1.0 (07 Jun 2013)
diff --git a/dev-python/pkginfo/pkginfo-1.0.ebuild b/dev-python/pkginfo/pkginfo-1.0.ebuild
index eec0cbf776c0..37cd63801942 100644
--- a/dev-python/pkginfo/pkginfo-1.0.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.1 2013/06/07 05:50:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.2 2013/06/07 05:55:56 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1