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:48:49
Message-Id: E1MhYjt-0006PZ-EG@stork.gentoo.org
1 arfrever 09/08/30 00:57:49
2
3 Modified: uuid-1.30.ebuild ChangeLog
4 Log:
5 Revert previous commit, because dev-python/uuid isn't needed at all.
6 (Portage version: 14170-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild?r1=1.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- uuid-1.30.ebuild 30 Aug 2009 00:42:13 -0000 1.4
22 +++ uuid-1.30.ebuild 30 Aug 2009 00:57:49 -0000 1.5
23 @@ -1,16 +1,13 @@
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.4 2009/08/30 00:42:13 arfrever Exp $
27 -
28 -EAPI="2"
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/uuid-1.30.ebuild,v 1.5 2009/08/30 00:57:49 arfrever Exp $
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/uuid"
38 +HOMEPAGE="http://pypi.python.org/pypi/${PN}/${PV}"
39 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
40
41 LICENSE="MIT"
42 @@ -21,13 +18,3 @@
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.3 dev-python/uuid/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/ChangeLog?rev=1.3&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/ChangeLog?rev=1.3&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/uuid/ChangeLog?r1=1.2&r2=1.3
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/uuid/ChangeLog,v
68 retrieving revision 1.2
69 retrieving revision 1.3
70 diff -u -r1.2 -r1.3
71 --- ChangeLog 30 Aug 2009 00:42:13 -0000 1.2
72 +++ ChangeLog 30 Aug 2009 00:57:49 -0000 1.3
73 @@ -1,10 +1,6 @@
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.2 2009/08/30 00:42:13 arfrever Exp $
77 -
78 - 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
79 - uuid-1.30.ebuild:
80 - Set SUPPORT_PYTHON_ABIS.
81 +# $Header: /var/cvsroot/gentoo-x86/dev-python/uuid/ChangeLog,v 1.3 2009/08/30 00:57:49 arfrever Exp $
82
83 *uuid-1.30 (19 Apr 2009)