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.6.1.ebuild
Date: Sun, 01 May 2011 01:45:26
Message-Id: 20110501014515.910A220054@flycatcher.gentoo.org
1 arfrever 11/05/01 01:45:15
2
3 Modified: ChangeLog
4 Added: virtualenv-1.6.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha30_p23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.52 dev-python/virtualenv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 4 Apr 2011 19:00:13 -0000 1.51
24 +++ ChangeLog 1 May 2011 01:45:15 -0000 1.52
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/virtualenv
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.51 2011/04/04 19:00:13 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.52 2011/05/01 01:45:15 arfrever Exp $
30 +
31 +*virtualenv-1.6.1 (01 May 2011)
32 +
33 + 01 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +virtualenv-1.6.1.ebuild:
35 + Version bump.
36
37 *virtualenv-1.6 (04 Apr 2011)
38
39
40
41
42 1.1 dev-python/virtualenv/virtualenv-1.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: virtualenv-1.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.6.1.ebuild,v 1.1 2011/05/01 01:45:15 arfrever Exp $
52
53 EAPI="3"
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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
64 SLOT="0"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools"
68 RDEPEND="${DEPEND}"
69
70 DOCS="docs/index.txt docs/news.txt"
71 PYTHON_MODNAME="virtualenv.py virtualenv_support"