Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.3.4.ebuild virtualenv-1.3.2.ebuild
Date: Fri, 02 Oct 2009 23:28:01
Message-Id: E1MtrXb-0002xl-2I@stork.gentoo.org
1 arfrever 09/10/02 23:27:59
2
3 Modified: ChangeLog
4 Added: virtualenv-1.3.4.ebuild
5 Removed: virtualenv-1.3.2.ebuild
6 Log:
7 Version bump.
8 (Portage version: 14475-svn/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 dev-python/virtualenv/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 27 Sep 2009 19:02:05 -0000 1.15
24 +++ ChangeLog 2 Oct 2009 23:27:58 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/virtualenv
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.15 2009/09/27 19:02:05 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.16 2009/10/02 23:27:58 arfrever Exp $
30 +
31 +*virtualenv-1.3.4 (03 Oct 2009)
32 +
33 + 02 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -virtualenv-1.3.2.ebuild, +virtualenv-1.3.4.ebuild:
35 + Version bump.
36
37 27 Sep 2009; nixnut <nixnut@g.o> virtualenv-1.3.3.ebuild:
38 ppc stable #284994
39
40
41
42 1.1 dev-python/virtualenv/virtualenv-1.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: virtualenv-1.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.4.ebuild,v 1.1 2009/10/02 23:27:58 arfrever Exp $
52
53 EAPI="2"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="Virtual Python Environment builder"
59 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
60 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 SLOT="0"
65 IUSE=""
66
67 RDEPEND=">=dev-python/setuptools-0.6_rc8"
68 DEPEND="${RDEPEND}"
69 RESTRICT_PYTHON_ABIS="3.*"
70
71 DOCS="docs/index.txt"
72
73 src_prepare() {
74 rm -f support-files/ez_setup.py
75 }
76
77 pkg_postinst() {
78 python_mod_optimize rebuild-script.py refresh-support-files.py virtualenv.py
79 }
80
81 pkg_postrm() {
82 python_mod_cleanup
83 }