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/uuid: uuid-1.30.ebuild ChangeLog
Date: Sat, 29 Aug 2009 19:33:13
Message-Id: E1MhYUn-0005xJ-Hd@stork.gentoo.org
1 arfrever 09/08/30 00:42:13
2
3 Modified: uuid-1.30.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14170-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 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.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?r1=1.3&r2=1.4
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.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- uuid-1.30.ebuild 20 Apr 2009 11:25:13 -0000 1.3
22 +++ uuid-1.30.ebuild 30 Aug 2009 00:42:13 -0000 1.4
23 @@ -1,13 +1,16 @@
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.3 2009/04/20 11:25:13 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild,v 1.4 2009/08/30 00:42:13 arfrever Exp $
28 +
29 +EAPI="2"
30
31 NEED_PYTHON="2.3"
32 +SUPPORT_PYTHON_ABIS="1"
33
34 inherit distutils
35
36 DESCRIPTION="UUID object and generation functions"
37 -HOMEPAGE="http://pypi.python.org/pypi/${PN}/${PV}"
38 +HOMEPAGE="http://pypi.python.org/pypi/uuid"
39 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
40
41 LICENSE="MIT"
42 @@ -18,3 +21,13 @@
43 RDEPEND=""
44 DEPEND="${RDEPEND}
45 dev-python/setuptools"
46 +
47 +RESTRICT_PYTHON_ABIS="3*"
48 +
49 +pkg_postinst() {
50 + python_mod_optimize uuid.py
51 +}
52 +
53 +pkg_postrm() {
54 + python_mod_cleanup
55 +}
56
57
58
59 1.2 dev-python/uuid/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/ChangeLog?rev=1.2&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/ChangeLog?rev=1.2&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/ChangeLog?r1=1.1&r2=1.2
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/uuid/ChangeLog,v
68 retrieving revision 1.1
69 retrieving revision 1.2
70 diff -u -r1.1 -r1.2
71 --- ChangeLog 19 Apr 2009 12:28:43 -0000 1.1
72 +++ ChangeLog 30 Aug 2009 00:42:13 -0000 1.2
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-python/uuid
75 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/ChangeLog,v 1.1 2009/04/19 12:28:43 caleb Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/ChangeLog,v 1.2 2009/08/30 00:42:13 arfrever Exp $
78 +
79 + 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
80 + uuid-1.30.ebuild:
81 + Set SUPPORT_PYTHON_ABIS.
82
83 *uuid-1.30 (19 Apr 2009)