commit: cb222637f149dfae3ac0c74c2273a2200ff04e58 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Aug 28 12:54:54 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Aug 28 13:53:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb222637
[fixup] dev-perl/DateTime-Format-MySQL EAPI5, depfixes Package-Manager: portage-2.2.10 --- dev-perl/DateTime-Format-MySQL/ChangeLog | 9 ++++++++- ...ySQL-0.40.0.ebuild => DateTime-Format-MySQL-0.40.0-r1.ebuild} | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-perl/DateTime-Format-MySQL/ChangeLog b/dev-perl/DateTime-Format-MySQL/ChangeLog index d1acf5e..d4af378 100644 --- a/dev-perl/DateTime-Format-MySQL/ChangeLog +++ b/dev-perl/DateTime-Format-MySQL/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/DateTime-Format-MySQL -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*DateTime-Format-MySQL-0.40.0-r1 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric <[email protected]> + -DateTime-Format-MySQL-0.40.0.ebuild, + +DateTime-Format-MySQL-0.40.0-r1.ebuild: + EAPI5, depfixes + *DateTime-Format-MySQL-0.40.0 (27 Feb 2012) 27 Feb 2012; Kent Fredric <[email protected]> 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 similarity index 79% rename from dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild rename to dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild index 8829f77..6e01e8c 100644 --- 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 @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=DROLSKY MODULE_VERSION="0.04" inherit perl-module @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" dev-perl/DateTime - >=dev-perl/DateTime-Format-Builder-0.60 + >=dev-perl/DateTime-Format-Builder-0.600.0 " DEPEND="${RDEPEND} virtual/perl-Module-Build"
