diff options
author | 2012-12-16 14:15:03 +0000 | |
---|---|---|
committer | 2012-12-16 14:15:03 +0000 | |
commit | 95db79ef38165e7a509453d1051a67c94bcaf98a (patch) | |
tree | 4d306c465519ebb79dee212689688b9008ba7e03 /dev-python/python-gflags | |
parent | Cleanup due retirement, #95685 (diff) | |
download | gentoo-2-95db79ef38165e7a509453d1051a67c94bcaf98a.tar.gz gentoo-2-95db79ef38165e7a509453d1051a67c94bcaf98a.tar.bz2 gentoo-2-95db79ef38165e7a509453d1051a67c94bcaf98a.zip |
Cleanup due retirement, #95685
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-gflags/metadata.xml | 3 | ||||
-rw-r--r-- | dev-python/python-gflags/python-gflags-1.6.ebuild | 29 |
3 files changed, 6 insertions, 33 deletions
diff --git a/dev-python/python-gflags/ChangeLog b/dev-python/python-gflags/ChangeLog index e202baff0a22..6cd495d22a5f 100644 --- a/dev-python/python-gflags/ChangeLog +++ b/dev-python/python-gflags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-gflags # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.8 2012/06/27 05:05:34 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.9 2012/12/16 14:15:02 pacho Exp $ + + 16 Dec 2012; Pacho Ramos <pacho@gentoo.org> -python-gflags-1.6.ebuild, + metadata.xml: + Cleanup due retirement, #95685 27 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> python-gflags-2.0.ebuild: Update PYTHON_COMPAT to pypy version available in tree. Thanks to Mr_Bones_ @@ -44,4 +48,3 @@ +python-gflags-1.4.ebuild, +metadata.xml: New package: argument parsing library for Python, originally part of dev-cpp/gflags, has been split off to separate package by upstream. - diff --git a/dev-python/python-gflags/metadata.xml b/dev-python/python-gflags/metadata.xml index 4099b034affa..3aa4bc9253ad 100644 --- a/dev-python/python-gflags/metadata.xml +++ b/dev-python/python-gflags/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>nelchael@gentoo.org</email> - <name>Krzysztof Pawlik</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <upstream> <remote-id type="google-code">python-gflags</remote-id> diff --git a/dev-python/python-gflags/python-gflags-1.6.ebuild b/dev-python/python-gflags/python-gflags-1.6.ebuild deleted file mode 100644 index 35537a73cd7e..000000000000 --- a/dev-python/python-gflags/python-gflags-1.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-1.6.ebuild,v 1.1 2011/09/01 15:41:47 nelchael Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Google's Python argument parsing library." -HOMEPAGE="http://code.google.com/p/python-gflags/" -SRC_URI="http://python-gflags.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -PYTHON_MODNAME="gflags.py" - -src_prepare() { - distutils_src_prepare - sed -e 's/data_files=\[("bin", \["gflags2man.py"\])\]/scripts=\["gflags2man.py"\]/' -i setup.py -} |