diff options
author | 2015-04-08 18:03:12 +0000 | |
---|---|---|
committer | 2015-04-08 18:03:12 +0000 | |
commit | ccb9cefa92ff689e59e309ae6e2173d396485453 (patch) | |
tree | 8fb8e982355e80a165141778dad654daf4e826b3 /net-im/pymsn-t | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ccb9cefa92ff689e59e309ae6e2173d396485453.tar.gz gentoo-2-ccb9cefa92ff689e59e309ae6e2173d396485453.tar.bz2 gentoo-2-ccb9cefa92ff689e59e309ae6e2173d396485453.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-im/pymsn-t')
-rw-r--r-- | net-im/pymsn-t/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/pymsn-t/pymsn-t-0.11.3-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/pymsn-t/ChangeLog b/net-im/pymsn-t/ChangeLog index a3b692e32bbc..378fb914565e 100644 --- a/net-im/pymsn-t/ChangeLog +++ b/net-im/pymsn-t/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/pymsn-t -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.30 2014/12/25 15:53:37 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.31 2015/04/08 18:03:12 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> pymsn-t-0.11.3-r4.ebuild: + Drop old Python implementations 25 Dec 2014; Mike Gilbert <floppym@gentoo.org> -pymsn-t-0.11.3-r3.ebuild: Drop stable ebuild per bug 471546. diff --git a/net-im/pymsn-t/pymsn-t-0.11.3-r4.ebuild b/net-im/pymsn-t/pymsn-t-0.11.3-r4.ebuild index 656456c243a4..458551ba4d97 100644 --- a/net-im/pymsn-t/pymsn-t-0.11.3-r4.ebuild +++ b/net-im/pymsn-t/pymsn-t-0.11.3-r4.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/net-im/pymsn-t/pymsn-t-0.11.3-r4.ebuild,v 1.2 2014/08/05 18:34:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3-r4.ebuild,v 1.3 2015/04/08 18:03:12 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 MY_P="${P/pymsn-t/pymsnt}" |