summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 21:45:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 21:45:13 +0000
commit45f5e7d87d787830ae3e8e2faadb1a9eb008997d (patch)
tree6cc32c788f4397d172e0d09fbc6fe1480c5a4bac /dev-python/virtualenv
parentVersion bumps, see bug #245140. (diff)
downloadhistorical-45f5e7d87d787830ae3e8e2faadb1a9eb008997d.tar.gz
historical-45f5e7d87d787830ae3e8e2faadb1a9eb008997d.tar.bz2
historical-45f5e7d87d787830ae3e8e2faadb1a9eb008997d.zip
Remove old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r--dev-python/virtualenv/ChangeLog5
-rw-r--r--dev-python/virtualenv/virtualenv-1.3.ebuild24
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
-}