diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 21:41:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 21:41:19 +0000 |
commit | 119a4938c2ae6016e3be81c6942f3af6bffc0964 (patch) | |
tree | 0ac0b8c56567b16f06440e1181252c4b990a77bf /dev-python/virtualenv | |
parent | Remove old (diff) | |
download | gentoo-2-119a4938c2ae6016e3be81c6942f3af6bffc0964.tar.gz gentoo-2-119a4938c2ae6016e3be81c6942f3af6bffc0964.tar.bz2 gentoo-2-119a4938c2ae6016e3be81c6942f3af6bffc0964.zip |
Remove old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.3.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 3e6e923da127..0b74d40bbc84 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.5 2009/01/04 19:54:04 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.6 2009/01/08 21:41:19 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -virtualenv-1.3.ebuild: + Removing old *virtualenv-1.3.2 (04 Jan 2009) diff --git a/dev-python/virtualenv/virtualenv-1.3.ebuild b/dev-python/virtualenv/virtualenv-1.3.ebuild deleted file mode 100644 index 7b12eefa7477..000000000000 --- a/dev-python/virtualenv/virtualenv-1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild,v 1.3 2009/01/04 19:54:04 pythonhead Exp $ - -NEED_PYTHON="2.3" - -inherit distutils - -DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://pypi.python.org/pypi/virtualenv" -SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -SLOT="0" -IUSE="" -RDEPEND=">=dev-python/setuptools-0.6_rc8" -DEPEND="${RDEPEND}" -DOCS="docs/index.txt" - -src_unpack() { - unpack ${A} - cd "${S}" - rm support-files/ez_setup.py -} |