diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:31:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:31:14 +0000 |
commit | e46827c4485eda68bf15dc5a4171c48913286077 (patch) | |
tree | e6b411dbea4ac2ae94acf710217212a3cb5bb4dc /virtual/python-pathlib | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-e46827c4485eda68bf15dc5a4171c48913286077.tar.gz gentoo-2-e46827c4485eda68bf15dc5a4171c48913286077.tar.bz2 gentoo-2-e46827c4485eda68bf15dc5a4171c48913286077.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/python-pathlib')
-rw-r--r-- | virtual/python-pathlib/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/python-pathlib/ChangeLog b/virtual/python-pathlib/ChangeLog index d8ce5d9fb4d0..817f9d990ff3 100644 --- a/virtual/python-pathlib/ChangeLog +++ b/virtual/python-pathlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-pathlib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.5 2014/11/25 22:58:46 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.6 2015/04/08 18:31:14 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-pathlib-1.0.ebuild: + Drop old Python implementations 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml: drop maintainership diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index d2b703354368..28e3bb7853e0 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.4 2014/09/12 16:57:14 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.5 2015/04/08 18:31:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit python-r1 DESCRIPTION="A virtual for Python pathlib module" |