Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@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.930.ebuild
Date: Mon, 07 Feb 2011 18:38:35
Message-Id: 20110207183826.2326C20054@flycatcher.gentoo.org
1 robbat2 11/02/07 18:38:26
2
3 Modified: ChangeLog DateTime-Format-Natural-0.930.ebuild
4 Log:
5 Convert MODULE_VERSION back to explicit number for detection by update-ng script.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 dev-perl/DateTime-Format-Natural/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -p -w -b -B -u -u -r1.25 -r1.26
22 --- ChangeLog 7 Feb 2011 18:28:36 -0000 1.25
23 +++ ChangeLog 7 Feb 2011 18:38:26 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/DateTime-Format-Natural
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.25 2011/02/07 18:28:36 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.26 2011/02/07 18:38:26 robbat2 Exp $
29 +
30 + 07 Feb 2011; Robin H. Johnson <robbat2@g.o>
31 + DateTime-Format-Natural-0.930.ebuild:
32 + Convert MODULE_VERSION back to explicit number for detection by update-ng
33 + script.
34
35 *DateTime-Format-Natural-0.930 (07 Feb 2011)
36
37
38
39
40 1.2 dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild?r1=1.1&r2=1.2
45
46 Index: DateTime-Format-Natural-0.930.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -p -w -b -B -u -u -r1.1 -r1.2
52 --- DateTime-Format-Natural-0.930.ebuild 7 Feb 2011 18:28:36 -0000 1.1
53 +++ DateTime-Format-Natural-0.930.ebuild 7 Feb 2011 18:38:26 -0000 1.2
54 @@ -1,11 +1,11 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild,v 1.1 2011/02/07 18:28:36 robbat2 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild,v 1.2 2011/02/07 18:38:26 robbat2 Exp $
59
60 EAPI=3
61
62 MODULE_AUTHOR=SCHUBIGER
63 -MODULE_VERSION=${PV:0:4}
64 +MODULE_VERSION=0.93
65 inherit perl-module
66
67 DESCRIPTION="Create machine readable date/time with natural parsing logic"