commit:     fb8fccfd77b6f270cc0517180dad682e83467b1d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 12:37:13 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 12:37:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fb8fccfd

[fixup] CGI-Application: EAPI5, fixup deps esp dev-perl/CGI

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 ....0-r1.ebuild => CGI-Application-4.500.0-r2.ebuild} | 19 ++++++++-----------
 dev-perl/CGI-Application/metadata.xml                 |  3 ---
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild 
b/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild
similarity index 59%
rename from dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild
index 6d2f510..0102405 100644
--- a/dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
+++ b/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION="4.50"
+MODULE_VERSION=4.50
 inherit perl-module
 
 DESCRIPTION="Framework for building reusable web-applications"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="+recommended test"
-comment() { echo ''; }
+IUSE="minimal test"
 RDEPEND="
-       virtual/perl-CGI
+       dev-perl/CGI
+       virtual/perl-Carp
        dev-perl/HTML-Template
-       $(comment virtual/perl-Carp)
        dev-perl/Class-ISA
-       recommended? (
+       !minimal? (
                dev-perl/CGI-PSGI
        )
 "
@@ -28,6 +26,5 @@ DEPEND="
        test? (
                >=virtual/perl-Test-Simple-0.470.0
        )
-       virtual/perl-Module-Build
+       >=virtual/perl-Module-Build-0.380.0
 "
-SRC_TEST=do

diff --git a/dev-perl/CGI-Application/metadata.xml 
b/dev-perl/CGI-Application/metadata.xml
index e6fb0d2..c09fac6 100644
--- a/dev-perl/CGI-Application/metadata.xml
+++ b/dev-perl/CGI-Application/metadata.xml
@@ -6,9 +6,6 @@
         <email>[email protected]</email>
         <name>Michele Beltrame</name>
     </maintainer>
-    <use>
-        <flag name="recommended">Install recommended support for PSGI with 
<pkg>dev-perl/CGI-PSGI</pkg></flag>
-    </use>
     <upstream>
         <remote-id type="cpan">CGI-Application</remote-id>
         <remote-id type="cpan-module">CGI::Application</remote-id>

Reply via email to