diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 08:46:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 08:46:45 +0000 |
commit | e4f410afaed8cc1bc16e6fb28a3758c76d158ad3 (patch) | |
tree | 22ede9fcf727cb8bb945e8e731c7afbd6a370e68 /dev-python/crcmod | |
parent | Cleanup due #92799 (diff) | |
download | gentoo-2-e4f410afaed8cc1bc16e6fb28a3758c76d158ad3.tar.gz gentoo-2-e4f410afaed8cc1bc16e6fb28a3758c76d158ad3.tar.bz2 gentoo-2-e4f410afaed8cc1bc16e6fb28a3758c76d158ad3.zip |
Cleanup due #92799
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r-- | dev-python/crcmod/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/crcmod/crcmod-1.7.ebuild | 24 | ||||
-rw-r--r-- | dev-python/crcmod/metadata.xml | 3 |
3 files changed, 6 insertions, 29 deletions
diff --git a/dev-python/crcmod/ChangeLog b/dev-python/crcmod/ChangeLog index 7fe52a4cdd09..3de124fd41f4 100644 --- a/dev-python/crcmod/ChangeLog +++ b/dev-python/crcmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/crcmod -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/ChangeLog,v 1.4 2012/02/10 04:08:57 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/ChangeLog,v 1.5 2013/07/21 08:46:45 pacho Exp $ + + 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -crcmod-1.7.ebuild, metadata.xml: + Cleanup due #92799 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> crcmod-1.7-r1.ebuild, crcmod-1.7.ebuild: @@ -20,4 +23,3 @@ 22 Jul 2010; Stefan Briesenick <sbriesen@gentoo.org> +crcmod-1.7.ebuild, +metadata.xml: initial commit. - diff --git a/dev-python/crcmod/crcmod-1.7.ebuild b/dev-python/crcmod/crcmod-1.7.ebuild deleted file mode 100644 index faea0d56d860..000000000000 --- a/dev-python/crcmod/crcmod-1.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/crcmod-1.7.ebuild,v 1.3 2012/02/10 04:08:57 patrick Exp $ - -# For the 2.x versions of Python, these versions have been tested: 2.4 2.5 2.6 2.7 -# For the 3.x versions of Python, these versions have been tested: 3.1 - -EAPI="3" -PYTHON_DEPEND="2:2.5:2.7 3:3.1:3.1" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.2" - -inherit distutils - -DESCRIPTION="Python CRC Generator module" -HOMEPAGE="http://crcmod.sourceforge.net/" -SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="changelog test/examples.py" diff --git a/dev-python/crcmod/metadata.xml b/dev-python/crcmod/metadata.xml index 83305fd12290..771a1f31e642 100644 --- a/dev-python/crcmod/metadata.xml +++ b/dev-python/crcmod/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>sbriesen@gentoo.org</email> - <name>Stefan Briesenick</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <longdescription lang="en"> The software in this package is a Python module for generating objects |