Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-Format-Natural: ChangeLog DateTime-Format-Natural-0.91.ebuild
Date: Wed, 03 Nov 2010 18:56:30
Message-Id: 20101103185625.BAAD920051@flycatcher.gentoo.org
1 tove 10/11/03 18:56:25
2
3 Modified: ChangeLog
4 Added: DateTime-Format-Natural-0.91.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 dev-perl/DateTime-Format-Natural/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 5 Oct 2010 17:22:28 -0000 1.21
24 +++ ChangeLog 3 Nov 2010 18:56:25 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/DateTime-Format-Natural
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.21 2010/10/05 17:22:28 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.22 2010/11/03 18:56:25 tove Exp $
30 +
31 +*DateTime-Format-Natural-0.91 (03 Nov 2010)
32 +
33 + 03 Nov 2010; Torsten Veller <tove@g.o>
34 + +DateTime-Format-Natural-0.91.ebuild:
35 + Version bump
36
37 *DateTime-Format-Natural-0.90 (05 Oct 2010)
38
39
40
41
42 1.1 dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.91.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.91.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.91.ebuild?rev=1.1&content-type=text/plain
46
47 Index: DateTime-Format-Natural-0.91.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.91.ebuild,v 1.1 2010/11/03 18:56:25 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=SCHUBIGER
56 inherit perl-module
57
58 DESCRIPTION="Create machine readable date/time with natural parsing logic"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="test"
63
64 RDEPEND="dev-perl/boolean
65 dev-perl/DateTime
66 dev-perl/Date-Calc
67 virtual/perl-Getopt-Long
68 dev-perl/Params-Validate
69 dev-perl/List-MoreUtils"
70 DEPEND="${RDEPEND}
71 virtual/perl-Module-Build
72 test? ( dev-perl/Test-MockTime
73 dev-perl/Test-Pod
74 dev-perl/Test-Pod-Coverage )"
75
76 SRC_TEST=do