commit: d40b0de1a1c2c54fb95b4d836632deb1cf0864c6 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Aug 23 03:48:08 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Aug 23 03:48:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d40b0de1
[fixup] dev-perl/Carp-Clan-Share Migrate to EAPI5 and misc packaging fixups Package-Manager: portage-2.2.10 Manifest-Sign-Key: E854324B1366A820 --- ...n-Share-0.013.ebuild => Carp-Clan-Share-0.13.0.ebuild} | 15 ++++++++++----- dev-perl/Carp-Clan-Share/ChangeLog | 8 +++++++- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/dev-perl/Carp-Clan-Share/Carp-Clan-Share-0.013.ebuild b/dev-perl/Carp-Clan-Share/Carp-Clan-Share-0.13.0.ebuild similarity index 56% rename from dev-perl/Carp-Clan-Share/Carp-Clan-Share-0.013.ebuild rename to dev-perl/Carp-Clan-Share/Carp-Clan-Share-0.13.0.ebuild index 5929526..6fabffb 100644 --- a/dev-perl/Carp-Clan-Share/Carp-Clan-Share-0.013.ebuild +++ b/dev-perl/Carp-Clan-Share/Carp-Clan-Share-0.13.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=RKRIMEN +MODULE_VERSION=0.013 inherit perl-module DESCRIPTION="Share your Carp::Clan settings with your whole Clan" @@ -12,6 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" - dev-perl/Carp-Clan -" +RDEPEND=" + dev-perl/Carp-Clan" +DEPEND="$RDEPEND + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 + virtual/perl-Test-Simple" + +SRC_TEST="do" diff --git a/dev-perl/Carp-Clan-Share/ChangeLog b/dev-perl/Carp-Clan-Share/ChangeLog index 3d827d3..d3c8fdc 100644 --- a/dev-perl/Carp-Clan-Share/ChangeLog +++ b/dev-perl/Carp-Clan-Share/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Carp-Clan-Share -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Carp-Clan-Share-0.13.0 (23 Aug 2014) + + 23 Aug 2014; Kent Fredric <[email protected]> + -Carp-Clan-Share-0.013.ebuild, +Carp-Clan-Share-0.13.0.ebuild: + Migrate to EAPI5 and misc packaging fixups + *Carp-Clan-Share-0.013 (11 Jul 2009) 11 Jul 2009; Michele Beltrame <[email protected]>
