Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/timelib: timelib-0.2.3.ebuild ChangeLog
Date: Wed, 28 Dec 2011 22:55:12
Message-Id: 20111228225502.AF1BE2004B@flycatcher.gentoo.org
1 floppym 11/12/28 22:55:02
2
3 Modified: timelib-0.2.3.ebuild ChangeLog
4 Log:
5 Restrict jython and drop CFLAGS override. Another Arfrever sighting.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/timelib/timelib-0.2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?r1=1.2&r2=1.3
15
16 Index: timelib-0.2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- timelib-0.2.3.ebuild 28 Dec 2011 22:47:35 -0000 1.2
23 +++ timelib-0.2.3.ebuild 28 Dec 2011 22:55:02 -0000 1.3
24 @@ -1,9 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.2 2011/12/28 22:47:35 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.3 2011/12/28 22:55:02 floppym Exp $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 +RESTRICT_PYTHON_ABIS="*-jython"
33
34 inherit distutils
35
36 @@ -11,13 +12,11 @@
37 HOMEPAGE="http://pypi.python.org/pypi/timelib"
38 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
39
40 -LICENSE="ZLIB PHP-3.01"
41 +LICENSE="PHP-3.01 ZLIB"
42 SLOT="0"
43 KEYWORDS="~amd64 ~x86"
44 IUSE=""
45
46 -DEPEND="dev-python/setuptools
47 - app-arch/unzip"
48 +DEPEND="app-arch/unzip
49 + dev-python/setuptools"
50 RDEPEND=""
51 -
52 -PYTHON_CFLAGS=("* + -fno-strict-aliasing")
53
54
55
56 1.6 dev-python/timelib/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.6&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.6&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?r1=1.5&r2=1.6
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v
65 retrieving revision 1.5
66 retrieving revision 1.6
67 diff -u -r1.5 -r1.6
68 --- ChangeLog 28 Dec 2011 22:47:35 -0000 1.5
69 +++ ChangeLog 28 Dec 2011 22:55:02 -0000 1.6
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-python/timelib
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.5 2011/12/28 22:47:35 floppym Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.6 2011/12/28 22:55:02 floppym Exp $
75 +
76 + 28 Dec 2011; Mike Gilbert <floppym@g.o> timelib-0.2.3.ebuild:
77 + Restrict jython and drop CFLAGS override. Another Arfrever sighting.
78
79 28 Dec 2011; Mike Gilbert <floppym@g.o> timelib-0.2.3.ebuild:
80 DEPEND on app-arch/unzip, spotted by Arfrever.