diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-13 15:10:49 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-13 15:10:49 +0000 |
commit | d8f4917d3d3d162aeae5f8c54e4c68412a9023f8 (patch) | |
tree | b1c63cf635aebe84cd05bda99f83df223955a227 /dev-python/virtualenv | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-d8f4917d3d3d162aeae5f8c54e4c68412a9023f8.tar.gz gentoo-2-d8f4917d3d3d162aeae5f8c54e4c68412a9023f8.tar.bz2 gentoo-2-d8f4917d3d3d162aeae5f8c54e4c68412a9023f8.zip |
Delete older ebuilds.
(Portage version: 2.2_rc81_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.4.5.ebuild | 25 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.4.8.ebuild | 26 |
3 files changed, 5 insertions, 52 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index bcd3146513bd..359b6aa0cb61 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.41 2010/08/16 16:52:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.42 2010/09/13 15:10:48 arfrever Exp $ + + 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -virtualenv-1.4.5.ebuild, -virtualenv-1.4.8.ebuild: + Delete. 16 Aug 2010; Fabian Groffen <grobian@gentoo.org> virtualenv-1.4.9.ebuild: Marked ~x64-macos, bug #306705 diff --git a/dev-python/virtualenv/virtualenv-1.4.5.ebuild b/dev-python/virtualenv/virtualenv-1.4.5.ebuild deleted file mode 100644 index 21550afbd8b2..000000000000 --- a/dev-python/virtualenv/virtualenv-1.4.5.ebuild +++ /dev/null @@ -1,25 +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/virtualenv/virtualenv-1.4.5.ebuild,v 1.5 2010/05/23 17:44:18 pacho Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://pypi.python.org/pypi/virtualenv" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-python/setuptools-0.6_rc8" -DEPEND="${RDEPEND}" -# 2.7: Bug #292409 -RESTRICT_PYTHON_ABIS="2.7 3.*" - -PYTHON_MODNAME="virtualenv.py virtualenv_support" -DOCS="docs/index.txt docs/news.txt" diff --git a/dev-python/virtualenv/virtualenv-1.4.8.ebuild b/dev-python/virtualenv/virtualenv-1.4.8.ebuild deleted file mode 100644 index 30c7feccdc12..000000000000 --- a/dev-python/virtualenv/virtualenv-1.4.8.ebuild +++ /dev/null @@ -1,26 +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/virtualenv/virtualenv-1.4.8.ebuild,v 1.3 2010/06/09 17:28:25 phajdan.jr Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://pypi.python.org/pypi/virtualenv" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/setuptools" -DEPEND="${RDEPEND}" -# 2.7: Bug #292409 -RESTRICT_PYTHON_ABIS="2.7 3.*" - -PYTHON_MODNAME="virtualenv.py virtualenv_support" -DOCS="docs/index.txt docs/news.txt" |