summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 07:30:37 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 07:30:37 +0000
commit435e20e5665857de80b7638436e0dc3602af686f (patch)
tree4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-pda/libplist
parentversion bump (diff)
downloadgentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz
gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2
gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-pda/libplist')
-rw-r--r--app-pda/libplist/ChangeLog7
-rw-r--r--app-pda/libplist/libplist-1.11.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/libplist/ChangeLog b/app-pda/libplist/ChangeLog
index 0a46857a6fd0..180f19b3de2c 100644
--- a/app-pda/libplist/ChangeLog
+++ b/app-pda/libplist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/libplist
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.42 2014/11/27 13:18:28 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.43 2015/04/08 07:30:37 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libplist-1.11.ebuild:
+ Remove old Python implementations
27 Nov 2014; Pacho Ramos <pacho@gentoo.org> libplist-1.11.ebuild:
Support python 3.4
diff --git a/app-pda/libplist/libplist-1.11.ebuild b/app-pda/libplist/libplist-1.11.ebuild
index 0684bab7d770..8b9bf2e8c02b 100644
--- a/app-pda/libplist/libplist-1.11.ebuild
+++ b/app-pda/libplist/libplist-1.11.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/app-pda/libplist/libplist-1.11.ebuild,v 1.5 2014/11/27 13:18:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.11.ebuild,v 1.6 2015/04/08 07:30:37 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils python-r1