From 435e20e5665857de80b7638436e0dc3602af686f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 8 Apr 2015 07:30:37 +0000 Subject: Remove old Python implementations (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- app-pda/libplist/ChangeLog | 7 +++++-- app-pda/libplist/libplist-1.11.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app-pda/libplist') 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 libplist-1.11.ebuild: + Remove old Python implementations 27 Nov 2014; Pacho Ramos 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 -- cgit v1.2.3-65-gdbad