Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-MySQL/
Date: Thu, 28 Aug 2014 13:56:53
Message-Id: 1409233997.cb222637f149dfae3ac0c74c2273a2200ff04e58.kent@gentoo
1 commit: cb222637f149dfae3ac0c74c2273a2200ff04e58
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 12:54:54 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 13:53:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb222637
7
8 [fixup] dev-perl/DateTime-Format-MySQL EAPI5, depfixes
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/DateTime-Format-MySQL/ChangeLog | 9 ++++++++-
14 ...ySQL-0.40.0.ebuild => DateTime-Format-MySQL-0.40.0-r1.ebuild} | 6 +++---
15 2 files changed, 11 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/DateTime-Format-MySQL/ChangeLog b/dev-perl/DateTime-Format-MySQL/ChangeLog
18 index d1acf5e..d4af378 100644
19 --- a/dev-perl/DateTime-Format-MySQL/ChangeLog
20 +++ b/dev-perl/DateTime-Format-MySQL/ChangeLog
21 @@ -1,7 +1,14 @@
22 # ChangeLog for dev-perl/DateTime-Format-MySQL
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*DateTime-Format-MySQL-0.40.0-r1 (28 Aug 2014)
28 +
29 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
30 + -DateTime-Format-MySQL-0.40.0.ebuild,
31 + +DateTime-Format-MySQL-0.40.0-r1.ebuild:
32 + EAPI5, depfixes
33 +
34 *DateTime-Format-MySQL-0.40.0 (27 Feb 2012)
35
36 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild
39 similarity index 79%
40 rename from dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
41 rename to dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild
42 index 8829f77..6e01e8c 100644
43 --- a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
44 +++ b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild
45 @@ -1,7 +1,7 @@
46 -# Copyright 1999-2012 Gentoo Foundation
47 +# Copyright 1999-2014 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: $
50 -
51 +EAPI=5
52 MODULE_AUTHOR=DROLSKY
53 MODULE_VERSION="0.04"
54 inherit perl-module
55 @@ -15,7 +15,7 @@ IUSE=""
56
57 RDEPEND="
58 dev-perl/DateTime
59 - >=dev-perl/DateTime-Format-Builder-0.60
60 + >=dev-perl/DateTime-Format-Builder-0.600.0
61 "
62 DEPEND="${RDEPEND}
63 virtual/perl-Module-Build"