diff options
author | 2015-04-08 18:16:09 +0000 | |
---|---|---|
committer | 2015-04-08 18:16:09 +0000 | |
commit | d47882847985c8662c0bad0ece590dc66743f250 (patch) | |
tree | 4611d2d7c70ea798fabaa76fbca29650a825a9a1 /net-fs/nfstest | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-d47882847985c8662c0bad0ece590dc66743f250.tar.gz gentoo-2-d47882847985c8662c0bad0ece590dc66743f250.tar.bz2 gentoo-2-d47882847985c8662c0bad0ece590dc66743f250.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-fs/nfstest')
-rw-r--r-- | net-fs/nfstest/ChangeLog | 8 | ||||
-rw-r--r-- | net-fs/nfstest/nfstest-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-fs/nfstest/ChangeLog b/net-fs/nfstest/ChangeLog index ad78b5ed464e..97f783b22882 100644 --- a/net-fs/nfstest/ChangeLog +++ b/net-fs/nfstest/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-fs/nfstest -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfstest/ChangeLog,v 1.1 2013/07/02 14:39:44 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfstest/ChangeLog,v 1.2 2015/04/08 18:16:09 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> nfstest-1.0.2.ebuild: + Drop old Python implementations *nfstest-1.0.2 (02 Jul 2013) 02 Jul 2013; Justin Lecher <jlec@gentoo.org> +nfstest-1.0.2.ebuild, +metadata.xml: New addition, written by me - diff --git a/net-fs/nfstest/nfstest-1.0.2.ebuild b/net-fs/nfstest/nfstest-1.0.2.ebuild index 27007e17c983..d6cd0fbaa0f0 100644 --- a/net-fs/nfstest/nfstest-1.0.2.ebuild +++ b/net-fs/nfstest/nfstest-1.0.2.ebuild @@ -1,10 +1,10 @@ -# 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/net-fs/nfstest/nfstest-1.0.2.ebuild,v 1.1 2013/07/02 14:39:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfstest/nfstest-1.0.2.ebuild,v 1.2 2015/04/08 18:16:09 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |