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: DateTime-0.720.0.ebuild ChangeLog
Date: Sun, 08 Jan 2012 20:22:28
Message-Id: 20120108202217.CDF8F2004B@flycatcher.gentoo.org
1 tove 12/01/08 20:22:17
2
3 Modified: ChangeLog
4 Added: DateTime-0.720.0.ebuild
5 Log:
6 [bump] dev-perl/DateTime-0.720.0
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.123 dev-perl/DateTime/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/ChangeLog?rev=1.123&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/ChangeLog?rev=1.123&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/ChangeLog?r1=1.122&r2=1.123
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v
20 retrieving revision 1.122
21 retrieving revision 1.123
22 diff -u -r1.122 -r1.123
23 --- ChangeLog 30 Jul 2011 08:36:01 -0000 1.122
24 +++ ChangeLog 8 Jan 2012 20:22:17 -0000 1.123
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/DateTime
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.122 2011/07/30 08:36:01 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.123 2012/01/08 20:22:17 tove Exp $
31 +
32 +*DateTime-0.720.0 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Torsten Veller <tove@g.o> +DateTime-0.720.0.ebuild:
35 + Version bump
36
37 30 Jul 2011; Torsten Veller <tove@g.o> -DateTime-0.66.ebuild,
38 -DateTime-0.670.0.ebuild, -DateTime-0.680.0.ebuild:
39
40
41
42 1.1 dev-perl/DateTime/DateTime-0.720.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/DateTime-0.720.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime/DateTime-0.720.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: DateTime-0.720.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/DateTime-0.720.0.ebuild,v 1.1 2012/01/08 20:22:17 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=DROLSKY
56 MODULE_VERSION=0.72
57 inherit perl-module
58
59 DESCRIPTION="A date and time object"
60
61 LICENSE="Artistic-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
64 IUSE="test"
65
66 RDEPEND=">=dev-perl/Params-Validate-0.76
67 >=virtual/perl-Time-Local-1.04
68 >=dev-perl/DateTime-TimeZone-1.09
69 >=dev-perl/DateTime-Locale-0.44
70 dev-perl/Math-Round
71 "
72 DEPEND="${RDEPEND}
73 virtual/perl-Module-Build
74 test? (
75 dev-perl/Test-Fatal
76 )
77 "
78
79 SRC_TEST="do"