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.90.ebuild
Date: Tue, 05 Oct 2010 18:03:11
Message-Id: 20101005172228.2858520051@flycatcher.gentoo.org
1 tove 10/10/05 17:22:28
2
3 Modified: ChangeLog
4 Added: DateTime-Format-Natural-0.90.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 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.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 15 Aug 2010 17:44:59 -0000 1.20
24 +++ ChangeLog 5 Oct 2010 17:22:28 -0000 1.21
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.20 2010/08/15 17:44:59 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.21 2010/10/05 17:22:28 tove Exp $
30 +
31 +*DateTime-Format-Natural-0.90 (05 Oct 2010)
32 +
33 + 05 Oct 2010; Torsten Veller <tove@g.o>
34 + +DateTime-Format-Natural-0.90.ebuild:
35 + Version bump
36
37 15 Aug 2010; Torsten Veller <tove@g.o>
38 -DateTime-Format-Natural-0.85.ebuild,
39
40
41
42 1.1 dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.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.90.ebuild?rev=1.1&content-type=text/plain
46
47 Index: DateTime-Format-Natural-0.90.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.90.ebuild,v 1.1 2010/10/05 17:22:28 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