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.990.0.ebuild
Date: Sat, 28 Apr 2012 07:19:13
Message-Id: 20120428071902.C25372004B@flycatcher.gentoo.org
1 tove 12/04/28 07:19:02
2
3 Modified: ChangeLog
4 Added: DateTime-Format-Natural-0.990.0.ebuild
5 Log:
6 [bump] dev-perl/DateTime-Format-Natural-0.990.0
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.35 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.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 18 Feb 2012 15:17:03 -0000 1.34
24 +++ ChangeLog 28 Apr 2012 07:19:02 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/DateTime-Format-Natural
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.34 2012/02/18 15:17:03 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.35 2012/04/28 07:19:02 tove Exp $
30 +
31 +*DateTime-Format-Natural-0.990.0 (28 Apr 2012)
32 +
33 + 28 Apr 2012; Torsten Veller <tove@g.o>
34 + +DateTime-Format-Natural-0.990.0.ebuild:
35 + Version bump
36
37 18 Feb 2012; Torsten Veller <tove@g.o>
38 -DateTime-Format-Natural-0.970.0.ebuild:
39
40
41
42 1.1 dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.990.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.990.0.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.990.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: DateTime-Format-Natural-0.990.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.990.0.ebuild,v 1.1 2012/04/28 07:19:02 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=SCHUBIGER
56 MODULE_VERSION=0.99
57 inherit perl-module
58
59 DESCRIPTION="Create machine readable date/time with natural parsing logic"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="test"
64
65 RDEPEND="dev-perl/boolean
66 dev-perl/DateTime
67 dev-perl/DateTime-TimeZone
68 dev-perl/Date-Calc
69 virtual/perl-Getopt-Long
70 dev-perl/Params-Validate
71 dev-perl/List-MoreUtils"
72 DEPEND="${RDEPEND}
73 >=virtual/perl-Module-Build-0.380.0
74 test? (
75 dev-perl/Module-Util
76 dev-perl/Test-MockTime
77 )"
78
79 SRC_TEST=do