diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 22:39:51 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 22:39:51 +0000 |
commit | 9199f693d01812f59705f3a28ea21994e7cc2a95 (patch) | |
tree | 4873de1d449104078f1088c5b36f4808cd391103 /dev-python | |
parent | Remove old ebuild. Requested by Arfrever (diff) | |
download | gentoo-2-9199f693d01812f59705f3a28ea21994e7cc2a95.tar.gz gentoo-2-9199f693d01812f59705f3a28ea21994e7cc2a95.tar.bz2 gentoo-2-9199f693d01812f59705f3a28ea21994e7cc2a95.zip |
Remove old ebuild. Requested by Arfrever
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.6.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 49fd8987940d..461134c3f09a 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.61 2011/07/20 22:46:22 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.62 2011/08/05 22:39:51 hwoarang Exp $ + + 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -virtualenv-1.6.ebuild: + Remove old ebuild. Requested by Arfrever 20 Jul 2011; Mark Loeser <halcy0n@gentoo.org> virtualenv-1.6.1.ebuild: Stable for ppc64; bug #370513 diff --git a/dev-python/virtualenv/virtualenv-1.6.ebuild b/dev-python/virtualenv/virtualenv-1.6.ebuild deleted file mode 100644 index cff946b3cf7a..000000000000 --- a/dev-python/virtualenv/virtualenv-1.6.ebuild +++ /dev/null @@ -1,23 +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/virtualenv/virtualenv-1.6.ebuild,v 1.5 2011/05/28 13:45:41 ranger Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://pypi.python.org/pypi/virtualenv" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" - -DOCS="docs/index.txt docs/news.txt" -PYTHON_MODNAME="virtualenv.py virtualenv_support" |