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: virtualenv-1.0.ebuild Manifest metadata.xml ChangeLog
Date: Thu, 03 Apr 2008 00:24:57
Message-Id: E1JhDG9-0004WS-SE@stork.gentoo.org
1 pythonhead 08/04/03 00:24:53
2
3 Added: virtualenv-1.0.ebuild Manifest metadata.xml
4 ChangeLog
5 Log:
6 Initial commit. Closes #215959
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 dev-python/virtualenv/virtualenv-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: virtualenv-1.0.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.0.ebuild,v 1.1 2008/04/03 00:24:53 pythonhead Exp $
20
21 NEED_PYTHON="2.3"
22
23 inherit distutils
24
25 DESCRIPTION="Virtual Python Environment builder"
26 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
27 SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz"
28 LICENSE="MIT"
29 KEYWORDS="~x86"
30 SLOT="0"
31 IUSE=""
32 DEPEND=">=dev-python/setuptools-0.6_rc7-r1"
33 DOCS="docs/index.txt"
34
35 src_unpack() {
36 unpack ${A}
37 cd "${S}"
38 rm ez_setup.py
39 }
40
41
42
43
44 1.1 dev-python/virtualenv/Manifest
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/Manifest?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/Manifest?rev=1.1&content-type=text/plain
48
49 Index: Manifest
50 ===================================================================
51 DIST virtualenv-1.0.tar.gz 681618 RMD160 93768fe36940c41769b62516bc91c8d053ed6895 SHA1 a20331a0060834bf93c86df16de3bb65faa14653 SHA256 70bd71debfbf4941dbb3f0213a9711de8e10d092ab84b87e81a1195aa823e6c3
52 EBUILD virtualenv-1.0.ebuild 499 RMD160 a098ed38c48050ad74dd80409371d8e51c0df6b3 SHA1 dcbf7305789c5c948578f95b208468b94820a669 SHA256 6bb7b8dfa4fc1841facd2852bcb6ae6ecf246709cdb4ec618efd0ec7d7943f6c
53 MISC ChangeLog 281 RMD160 464174f48bafa69c1007d8c154cd2f274f07976d SHA1 f4d8da1d723228eaff2264343b710ad2998d2b16 SHA256 d9dfc4391b2f358cfc146bd37d34aa4538e592f3e703146a70860770a8c8455b
54 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
55
56
57
58 1.1 dev-python/virtualenv/metadata.xml
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/metadata.xml?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/metadata.xml?rev=1.1&content-type=text/plain
62
63 Index: metadata.xml
64 ===================================================================
65 <?xml version="1.0" encoding="UTF-8"?>
66 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 <pkgmetadata>
68 <herd>python</herd>
69 </pkgmetadata>
70
71
72
73 1.1 dev-python/virtualenv/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.1&content-type=text/plain
77
78 Index: ChangeLog
79 ===================================================================
80 # ChangeLog for dev-python/virtualenv
81 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
82 # $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.1 2008/04/03 00:24:53 pythonhead Exp $
83
84 *virtualenv-1.0 (03 Apr 2008)
85
86 03 Apr 2008; Rob Cakebread <pythonhead@g.o> +metadata.xml,
87 +virtualenv-1.0.ebuild:
88 Initial commit. Closes #215959
89
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list