diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 17:15:26 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 17:15:26 +0000 |
commit | 664539a3b13cdef42b400256f3e484e97cc56ca4 (patch) | |
tree | 086af0b1f77405a7854973cd20211039f5df46da /dev-python | |
parent | Version bump. (diff) | |
download | gentoo-2-664539a3b13cdef42b400256f3e484e97cc56ca4.tar.gz gentoo-2-664539a3b13cdef42b400256f3e484e97cc56ca4.tar.bz2 gentoo-2-664539a3b13cdef42b400256f3e484e97cc56ca4.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/unittest2/unittest2-0.2.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/unittest2/unittest2-0.2.0.ebuild b/dev-python/unittest2/unittest2-0.2.0.ebuild deleted file mode 100644 index fe7089588134..000000000000 --- a/dev-python/unittest2/unittest2-0.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.2.0.ebuild,v 1.1 2010/03/16 11:09:35 djc Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 2.4+." -HOMEPAGE="http://pypi.python.org/pypi/${PN}" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -DOCS="README.txt" |