commit: 9e39568ae312777d24cb9ab0f3ec39cd03afa76c Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Aug 27 03:33:54 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Aug 27 03:35:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9e39568a
[fixup] dev-perl/Catalyst-Plugin-Message EAPI5, dependency fixes, tests Package-Manager: portage-2.2.10 --- ...0.03.ebuild => Catalyst-Plugin-Message-0.30.0.ebuild} | 16 +++++++++++++--- dev-perl/Catalyst-Plugin-Message/ChangeLog | 10 ++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.03.ebuild b/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.30.0.ebuild similarity index 56% rename from dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.03.ebuild rename to dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.30.0.ebuild index d688ecd..5e57bdd 100644 --- a/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.03.ebuild +++ b/dev-perl/Catalyst-Plugin-Message/Catalyst-Plugin-Message-0.30.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=CHUNZI +MODULE_VERSION=0.03 inherit perl-module DESCRIPTION="The great new Catalyst::Plugin::Message!" @@ -13,4 +14,13 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -DEPEND="virtual/perl-Module-Build" +RDEPEND="" +DEPEND=" + virtual/perl-Test-Simple + virtual/perl-Module-Build" + +PERL_RM_FILES=( + t/pod-coverage.t + t/pod.t +) +SRC_TEST=do diff --git a/dev-perl/Catalyst-Plugin-Message/ChangeLog b/dev-perl/Catalyst-Plugin-Message/ChangeLog new file mode 100644 index 0000000..7711767 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Message/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Catalyst-Plugin-Message +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Catalyst-Plugin-Message-0.30.0 (27 Aug 2014) + + 27 Aug 2014; Kent Fredric <[email protected]> + -Catalyst-Plugin-Message-0.03.ebuild, +Catalyst-Plugin-Message-0.30.0.ebuild: + EAPI5, dependency fixes, tests +
