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:47:45
Message-Id: 20111228224735.5A71A2004B@flycatcher.gentoo.org
1 floppym 11/12/28 22:47:35
2
3 Modified: timelib-0.2.3.ebuild ChangeLog
4 Log:
5 DEPEND on app-arch/unzip, spotted by Arfrever.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- timelib-0.2.3.ebuild 26 Dec 2011 07:43:44 -0000 1.1
23 +++ timelib-0.2.3.ebuild 28 Dec 2011 22:47:35 -0000 1.2
24 @@ -1,6 +1,6 @@
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.1 2011/12/26 07:43:44 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.2 2011/12/28 22:47:35 floppym Exp $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -16,7 +16,8 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -DEPEND="dev-python/setuptools"
37 +DEPEND="dev-python/setuptools
38 + app-arch/unzip"
39 RDEPEND=""
40
41 PYTHON_CFLAGS=("* + -fno-strict-aliasing")
42
43
44
45 1.5 dev-python/timelib/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?r1=1.4&r2=1.5
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- ChangeLog 26 Dec 2011 07:43:45 -0000 1.4
58 +++ ChangeLog 28 Dec 2011 22:47:35 -0000 1.5
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/timelib
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.4 2011/12/26 07:43:45 patrick Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.5 2011/12/28 22:47:35 floppym Exp $
64 +
65 + 28 Dec 2011; Mike Gilbert <floppym@g.o> timelib-0.2.3.ebuild:
66 + DEPEND on app-arch/unzip, spotted by Arfrever.
67
68 *timelib-0.2.3 (26 Dec 2011)