Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/timelib: timelib-0.2.3.ebuild timelib-0.2.2.ebuild ChangeLog
Date: Mon, 20 Feb 2012 14:52:56
Message-Id: 20120220145246.3AC0D2004B@flycatcher.gentoo.org
1 patrick 12/02/20 14:52:46
2
3 Modified: timelib-0.2.3.ebuild timelib-0.2.2.ebuild ChangeLog
4 Log:
5 Restricting pypy #404909
6
7 (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- timelib-0.2.3.ebuild 28 Dec 2011 22:55:02 -0000 1.3
23 +++ timelib-0.2.3.ebuild 20 Feb 2012 14:52:46 -0000 1.4
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.4 2012/02/20 14:52:46 patrick Exp $
30
31 EAPI="3"
32 SUPPORT_PYTHON_ABIS="1"
33 -RESTRICT_PYTHON_ABIS="*-jython"
34 +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
35
36 inherit distutils
37
38
39
40
41 1.2 dev-python/timelib/timelib-0.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild?r1=1.1&r2=1.2
46
47 Index: timelib-0.2.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- timelib-0.2.2.ebuild 17 Oct 2010 20:48:07 -0000 1.1
54 +++ timelib-0.2.2.ebuild 20 Feb 2012 14:52:46 -0000 1.2
55 @@ -1,9 +1,10 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild,v 1.1 2010/10/17 20:48:07 arfrever Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild,v 1.2 2012/02/20 14:52:46 patrick Exp $
61
62 EAPI="3"
63 SUPPORT_PYTHON_ABIS="1"
64 +RESTRICT_PYTHON_ABIS="2.7-pypy-*"
65
66 inherit distutils
67
68
69
70
71 1.7 dev-python/timelib/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.7&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.7&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?r1=1.6&r2=1.7
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v
80 retrieving revision 1.6
81 retrieving revision 1.7
82 diff -u -r1.6 -r1.7
83 --- ChangeLog 28 Dec 2011 22:55:02 -0000 1.6
84 +++ ChangeLog 20 Feb 2012 14:52:46 -0000 1.7
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-python/timelib
87 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.6 2011/12/28 22:55:02 floppym Exp $
89 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.7 2012/02/20 14:52:46 patrick Exp $
91 +
92 + 20 Feb 2012; Patrick Lauer <patrick@g.o> timelib-0.2.2.ebuild,
93 + timelib-0.2.3.ebuild:
94 + Restricting pypy #404909
95
96 28 Dec 2011; Mike Gilbert <floppym@g.o> timelib-0.2.3.ebuild:
97 Restrict jython and drop CFLAGS override. Another Arfrever sighting.