commit: f698c0cace089478d9beac6a2ec2749d4305d05c Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Sep 1 17:40:04 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Sep 1 17:40:04 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f698c0ca
[fixup] dev-perl/Lingua-StopWords EAPI5, Normalise, fixup tests Package-Manager: portage-2.2.10 --- dev-perl/Lingua-StopWords/ChangeLog | 10 ++++++++++ ...a-StopWords-0.09.ebuild => Lingua-StopWords-0.90.0.ebuild} | 11 +++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/dev-perl/Lingua-StopWords/ChangeLog b/dev-perl/Lingua-StopWords/ChangeLog new file mode 100644 index 0000000..8a5d406 --- /dev/null +++ b/dev-perl/Lingua-StopWords/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Lingua-StopWords +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Lingua-StopWords-0.90.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric <kentfred...@gmail.com> + -Lingua-StopWords-0.09.ebuild, +Lingua-StopWords-0.90.0.ebuild: + EAPI5, Normalise, fixup tests + diff --git a/dev-perl/Lingua-StopWords/Lingua-StopWords-0.09.ebuild b/dev-perl/Lingua-StopWords/Lingua-StopWords-0.90.0.ebuild similarity index 63% rename from dev-perl/Lingua-StopWords/Lingua-StopWords-0.09.ebuild rename to dev-perl/Lingua-StopWords/Lingua-StopWords-0.90.0.ebuild index 78d3a21..81c2e19 100644 --- a/dev-perl/Lingua-StopWords/Lingua-StopWords-0.09.ebuild +++ b/dev-perl/Lingua-StopWords/Lingua-StopWords-0.90.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=CREAMYG +MODULE_VERSION=0.09 inherit perl-module DESCRIPTION="Stop words for several languages." @@ -12,4 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RDEPEND="" DEPEND="" +PERL_RM_FILES=( + t/98-TestPod.t + t/99-TestPodCoverage.t +) +SRC_TEST=do