commit:     5f36669cc2977410a2713a53590e34dc5f6e567a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 13:51:34 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 13:51:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5f36669c

[fixup] WWW-Facebook-API: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 ...18.ebuild => WWW-Facebook-API-0.4.18-r1.ebuild} | 24 +++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/dev-perl/WWW-Facebook-API/WWW-Facebook-API-0.4.18.ebuild 
b/dev-perl/WWW-Facebook-API/WWW-Facebook-API-0.4.18-r1.ebuild
similarity index 54%
rename from dev-perl/WWW-Facebook-API/WWW-Facebook-API-0.4.18.ebuild
rename to dev-perl/WWW-Facebook-API/WWW-Facebook-API-0.4.18-r1.ebuild
index e7db3fc..71b47ae 100644
--- a/dev-perl/WWW-Facebook-API/WWW-Facebook-API-0.4.18.ebuild
+++ b/dev-perl/WWW-Facebook-API/WWW-Facebook-API-0.4.18-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-
+EAPI=5
 MODULE_AUTHOR=UNOBE
 inherit perl-module
 
@@ -12,15 +11,30 @@ DESCRIPTION="Perl interface to Facebook Platform API"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-
+PERL_RM_FILES=(
+       # Author tests
+       t/perlcritic.t
+       t/pod-coverage.t
+       t/pod.t
+       # Requires browser
+       t/auth.t
+       # Require API key
+       t/data.t
+       t/events.live.t
+       t/fql.t
+       t/groups.t
+       t/profile.t
+       t/xml.t
+)
 DEPEND="
        virtual/perl-version
        dev-perl/Crypt-SSLeay
        dev-perl/JSON-Any
        dev-perl/libwww-perl
        dev-perl/Readonly
+       virtual/perl-Time-HiRes
 "
 RDEPEND="
        ${DEPEND}
+       virtual/perl-ExtUtils-MakeMaker
 "
-SRC_TEST="do"

Reply via email to