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.3.ebuild
Date: Sun, 03 May 2009 20:20:17
Message-Id: E1M0eO9-0004ln-Li@stork.gentoo.org
1 pythonhead 09/05/03 16:18:01
2
3 Modified: ChangeLog
4 Added: virtualenv-1.3.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc32/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 dev-python/virtualenv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 12 Apr 2009 18:06:30 -0000 1.9
23 +++ ChangeLog 3 May 2009 16:18:01 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/virtualenv
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.9 2009/04/12 18:06:30 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.10 2009/05/03 16:18:01 pythonhead Exp $
29 +
30 +*virtualenv-1.3.3 (03 May 2009)
31 +
32 + 03 May 2009; Rob Cakebread <pythonhead@g.o>
33 + +virtualenv-1.3.3.ebuild:
34 + Version bump.
35
36 12 Apr 2009; Brent Baude <ranger@g.o> virtualenv-1.3.2.ebuild:
37 stable ppc64, bug 263853
38
39
40
41 1.1 dev-python/virtualenv/virtualenv-1.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: virtualenv-1.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.3.ebuild,v 1.1 2009/05/03 16:18:01 pythonhead Exp $
51
52 NEED_PYTHON="2.3"
53
54 inherit distutils
55
56 DESCRIPTION="Virtual Python Environment builder"
57 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
58 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
59 LICENSE="MIT"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 SLOT="0"
62 IUSE=""
63 RDEPEND=">=dev-python/setuptools-0.6_rc8"
64 DEPEND="${RDEPEND}"
65 DOCS="docs/index.txt"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70 rm support-files/ez_setup.py
71 }