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 ChangeLog
Date: Mon, 26 Dec 2011 07:43:58
Message-Id: 20111226074345.426892004B@flycatcher.gentoo.org
1 patrick 11/12/26 07:43:45
2
3 Modified: ChangeLog
4 Added: timelib-0.2.3.ebuild
5 Log:
6 Bump for #389327
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/timelib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 17 Oct 2010 20:48:07 -0000 1.3
24 +++ ChangeLog 26 Dec 2011 07:43:45 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/timelib
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.3 2010/10/17 20:48:07 arfrever Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.4 2011/12/26 07:43:45 patrick Exp $
31 +
32 +*timelib-0.2.3 (26 Dec 2011)
33 +
34 + 26 Dec 2011; Patrick Lauer <patrick@g.o> +timelib-0.2.3.ebuild:
35 + Bump for #389327
36
37 *timelib-0.2.2 (17 Oct 2010)
38
39
40
41
42 1.1 dev-python/timelib/timelib-0.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: timelib-0.2.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.1 2011/12/26 07:43:44 patrick Exp $
52
53 EAPI="3"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="parse english textual date descriptions"
59 HOMEPAGE="http://pypi.python.org/pypi/timelib"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
61
62 LICENSE="ZLIB PHP-3.01"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools"
68 RDEPEND=""
69
70 PYTHON_CFLAGS=("* + -fno-strict-aliasing")