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.4.9.ebuild
Date: Fri, 28 May 2010 17:01:08
Message-Id: 20100528170101.8D2542CF37@corvid.gentoo.org
1 arfrever 10/05/28 17:01:01
2
3 Modified: ChangeLog
4 Added: virtualenv-1.4.9.ebuild
5 Log:
6 Version bump. Support Python ABI 2.7 (bug #292409).
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 dev-python/virtualenv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 26 May 2010 10:38:15 -0000 1.35
23 +++ ChangeLog 28 May 2010 17:01:01 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/virtualenv
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.35 2010/05/26 10:38:15 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.36 2010/05/28 17:01:01 arfrever Exp $
29 +
30 +*virtualenv-1.4.9 (28 May 2010)
31 +
32 + 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +virtualenv-1.4.9.ebuild:
34 + Version bump. Support Python ABI 2.7 (bug #292409).
35
36 26 May 2010; Pacho Ramos <pacho@g.o> virtualenv-1.4.8.ebuild:
37 stable amd64, bug 321237
38
39
40
41 1.1 dev-python/virtualenv/virtualenv-1.4.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: virtualenv-1.4.9.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.4.9.ebuild,v 1.1 2010/05/28 17:01:01 arfrever Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="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 ~amd64-linux ~x86-linux ~x86-solaris"
64 SLOT="0"
65 IUSE=""
66
67 RDEPEND="dev-python/setuptools"
68 DEPEND="${RDEPEND}"
69 RESTRICT_PYTHON_ABIS="3.*"
70
71 DOCS="docs/index.txt docs/news.txt"
72 PYTHON_MODNAME="virtualenv.py virtualenv_support"