Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.ebuild virtualenv-1.1.ebuild
Date: Mon, 13 Oct 2008 23:43:24
Message-Id: E1KpX4M-0005Lw-DY@stork.gentoo.org
1 pythonhead 08/10/13 23:43:22
2
3 Modified: ChangeLog
4 Added: virtualenv-1.3.ebuild
5 Removed: virtualenv-1.1.ebuild
6 Log:
7 Version bump, removed old.
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
9
10 Revision Changes Path
11 1.3 dev-python/virtualenv/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 May 2008 23:38:36 -0000 1.2
24 +++ ChangeLog 13 Oct 2008 23:43:22 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/virtualenv
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.2 2008/05/20 23:38:36 pythonhead Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.3 2008/10/13 23:43:22 pythonhead Exp $
30 +
31 +*virtualenv-1.3 (13 Oct 2008)
32 +
33 + 13 Oct 2008; Rob Cakebread <pythonhead@g.o> -virtualenv-1.1.ebuild,
34 + +virtualenv-1.3.ebuild:
35 + Version bump, removed old.
36
37 *virtualenv-1.1 (20 May 2008)
38
39
40
41
42 1.1 dev-python/virtualenv/virtualenv-1.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: virtualenv-1.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild,v 1.1 2008/10/13 23:43:22 pythonhead Exp $
52
53 NEED_PYTHON="2.3"
54
55 inherit distutils
56
57 DESCRIPTION="Virtual Python Environment builder"
58 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
59 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
60 LICENSE="MIT"
61 KEYWORDS="~x86"
62 SLOT="0"
63 IUSE=""
64 RDEPEND=">=dev-python/setuptools-0.6_rc8"
65 DEPEND="${RDEPEND}"
66 DOCS="docs/index.txt"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 rm support-files/ez_setup.py
72 }