commit:     b60549213a621b82a1581b8d635fb0932ce65b98
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 23:09:20 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 23:09:20 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b6054921

[fixup] dev-perl/WWW-Search-PubMed EAPI5, Normalise, fix deps and tests

Package-Manager: portage-2.2.10

---
 dev-perl/WWW-Search-PubMed/ChangeLog                      | 10 ++++++++++
 ...PubMed-1.004.ebuild => WWW-Search-PubMed-1.4.0.ebuild} | 15 +++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/dev-perl/WWW-Search-PubMed/ChangeLog 
b/dev-perl/WWW-Search-PubMed/ChangeLog
new file mode 100644
index 0000000..472e9e4
--- /dev/null
+++ b/dev-perl/WWW-Search-PubMed/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/WWW-Search-PubMed
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*WWW-Search-PubMed-1.4.0 (05 Sep 2014)
+
+  05 Sep 2014; Kent Fredric <kentfred...@gmail.com>
+  -WWW-Search-PubMed-1.004.ebuild, +WWW-Search-PubMed-1.4.0.ebuild:
+  EAPI5, Normalise, fix deps and tests
+

diff --git a/dev-perl/WWW-Search-PubMed/WWW-Search-PubMed-1.004.ebuild 
b/dev-perl/WWW-Search-PubMed/WWW-Search-PubMed-1.4.0.ebuild
similarity index 63%
rename from dev-perl/WWW-Search-PubMed/WWW-Search-PubMed-1.004.ebuild
rename to dev-perl/WWW-Search-PubMed/WWW-Search-PubMed-1.4.0.ebuild
index ed1df15..9876051 100644
--- a/dev-perl/WWW-Search-PubMed/WWW-Search-PubMed-1.004.ebuild
+++ b/dev-perl/WWW-Search-PubMed/WWW-Search-PubMed-1.4.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=GWILLIAMS
+MODULE_VERSION=1.004
 inherit perl-module
 
 DESCRIPTION="Search the NCBI PubMed abstract database."
@@ -12,9 +13,15 @@ IUSE=""
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
-
-DEPEND="
+# LWP::UserAgent -> libwww-perl
+RDEPEND="
        dev-perl/WWW-Search
        dev-perl/libwww-perl
        dev-perl/XML-DOM
 "
+DEPEND="$RDEPEND"
+PERL_RM_FILES=(
+       t/pod.t
+       t/pod_coverage.t
+)
+SRC_TEST=do

Reply via email to