Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/uuid: uuid-1.30.ebuild
Date: Mon, 20 Apr 2009 11:25:16
Message-Id: E1Lvrcf-0007Bk-G1@stork.gentoo.org
1 caleb 09/04/20 11:25:13
2
3 Modified: uuid-1.30.ebuild
4 Log:
5 Fixes per dev-zero
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-python/uuid/uuid-1.30.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?r1=1.2&r2=1.3
14
15 Index: uuid-1.30.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- uuid-1.30.ebuild 19 Apr 2009 16:38:27 -0000 1.2
22 +++ uuid-1.30.ebuild 20 Apr 2009 11:25:13 -0000 1.3
23 @@ -1,22 +1,20 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild,v 1.2 2009/04/19 16:38:27 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild,v 1.3 2009/04/20 11:25:13 caleb Exp $
28 +
29 +NEED_PYTHON="2.3"
30
31 inherit distutils
32
33 DESCRIPTION="UUID object and generation functions"
34 HOMEPAGE="http://pypi.python.org/pypi/${PN}/${PV}"
35 -SRC_URI="http://pypi.python.org/packages/source/u/${PN}/${P}.tar.gz"
36 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 LICENSE="MIT"
39 SLOT="0"
40 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
41 IUSE=""
42
43 -RDEPEND=">=dev-lang/python-2.3"
44 +RDEPEND=""
45 DEPEND="${RDEPEND}
46 dev-python/setuptools"
47 -
48 -src_install() {
49 - distutils_src_install
50 -}