diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2008-10-13 23:43:22 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2008-10-13 23:43:22 +0000 |
commit | 2961b295709906ca44a2da4487eed245732dc765 (patch) | |
tree | 1508a6ca7fcdf59f82d8657018f14c4aab5ffb04 /dev-python/virtualenv | |
parent | fix up magic sql support (diff) | |
download | gentoo-2-2961b295709906ca44a2da4487eed245732dc765.tar.gz gentoo-2-2961b295709906ca44a2da4487eed245732dc765.tar.bz2 gentoo-2-2961b295709906ca44a2da4487eed245732dc765.zip |
Version bump, removed old.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.3.ebuild (renamed from dev-python/virtualenv/virtualenv-1.1.ebuild) | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 8d81aa77e189..19160ad5b371 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.2 2008/05/20 23:38:36 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.3 2008/10/13 23:43:22 pythonhead Exp $ + +*virtualenv-1.3 (13 Oct 2008) + + 13 Oct 2008; Rob Cakebread <pythonhead@gentoo.org> -virtualenv-1.1.ebuild, + +virtualenv-1.3.ebuild: + Version bump, removed old. *virtualenv-1.1 (20 May 2008) diff --git a/dev-python/virtualenv/virtualenv-1.1.ebuild b/dev-python/virtualenv/virtualenv-1.3.ebuild index 8c101448824c..fc14e0213e23 100644 --- a/dev-python/virtualenv/virtualenv-1.1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.1.ebuild,v 1.1 2008/05/20 23:38:36 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild,v 1.1 2008/10/13 23:43:22 pythonhead Exp $ NEED_PYTHON="2.3" @@ -20,6 +20,5 @@ DOCS="docs/index.txt" src_unpack() { unpack ${A} cd "${S}" - #We have setuptools, don't need this installed. rm support-files/ez_setup.py } |