summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-23 20:40:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-23 20:40:02 +0000
commit68f9403ba3d5567948e6cb6d548d32a5922c6173 (patch)
treed913e8de20a13424dc9190f03e1ff61d91bae3ee /dev-python
parentrm (diff)
downloadhistorical-68f9403ba3d5567948e6cb6d548d32a5922c6173.tar.gz
historical-68f9403ba3d5567948e6cb6d548d32a5922c6173.tar.bz2
historical-68f9403ba3d5567948e6cb6d548d32a5922c6173.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/virtualenv/virtualenv-1.3.3.ebuild37
-rw-r--r--dev-python/virtualenv/virtualenv-1.3.4.ebuild35
-rw-r--r--dev-python/virtualenv/virtualenv-1.4.2.ebuild25
3 files changed, 0 insertions, 97 deletions
diff --git a/dev-python/virtualenv/virtualenv-1.3.3.ebuild b/dev-python/virtualenv/virtualenv-1.3.3.ebuild
deleted file mode 100644
index 1d045efb06a6..000000000000
--- a/dev-python/virtualenv/virtualenv-1.3.3.ebuild
+++ /dev/null
@@ -1,37 +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.3.ebuild,v 1.6 2009/09/27 19:02:05 nixnut Exp $
-
-EAPI="2"
-
-NEED_PYTHON="2.3"
-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/v/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 ppc ppc64 x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-python/setuptools-0.6_rc8"
-DEPEND="${RDEPEND}"
-
-RESTRICT_PYTHON_ABIS="3*"
-
-DOCS="docs/index.txt"
-
-src_prepare() {
- rm -f support-files/ez_setup.py
-}
-
-pkg_postinst() {
- python_mod_optimize rebuild-script.py refresh-support-files.py virtualenv.py
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/dev-python/virtualenv/virtualenv-1.3.4.ebuild b/dev-python/virtualenv/virtualenv-1.3.4.ebuild
deleted file mode 100644
index f28581fd3844..000000000000
--- a/dev-python/virtualenv/virtualenv-1.3.4.ebuild
+++ /dev/null
@@ -1,35 +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.4.ebuild,v 1.1 2009/10/02 23:27:58 arfrever 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"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-python/setuptools-0.6_rc8"
-DEPEND="${RDEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="docs/index.txt"
-
-src_prepare() {
- rm -f support-files/ez_setup.py
-}
-
-pkg_postinst() {
- python_mod_optimize rebuild-script.py refresh-support-files.py virtualenv.py
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/dev-python/virtualenv/virtualenv-1.4.2.ebuild b/dev-python/virtualenv/virtualenv-1.4.2.ebuild
deleted file mode 100644
index b61751d3ad22..000000000000
--- a/dev-python/virtualenv/virtualenv-1.4.2.ebuild
+++ /dev/null
@@ -1,25 +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.4.2.ebuild,v 1.2 2009/11/15 18:06:09 arfrever 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"
-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"