summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:54:34 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:54:34 +0000
commit94ce351ad80d4874c5e09db02d5bec4fbf619b59 (patch)
treec99d3bca7ef8bd8d75af363d009baf6d5dab053f /dev-python/virtualenv
parentadded autotools eclass (diff)
downloadhistorical-94ce351ad80d4874c5e09db02d5bec4fbf619b59.tar.gz
historical-94ce351ad80d4874c5e09db02d5bec4fbf619b59.tar.bz2
historical-94ce351ad80d4874c5e09db02d5bec4fbf619b59.zip
Remove old ebuild. Requested by Arfrever
Package-Manager: portage-2.2.0_alpha50/cvs/Linux x86_64
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r--dev-python/virtualenv/ChangeLog5
-rw-r--r--dev-python/virtualenv/virtualenv-1.6.ebuild23
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"