commit:     8dc2d6ab3938cc0f600130a9c3141aae01ec99b3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:06:05 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:06:05 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8dc2d6ab

[fixup] dev-perl/HTTP-Request-AsCGI EAPI5, fixup tests and deps

Package-Manager: portage-2.2.10

---
 dev-perl/HTTP-Request-AsCGI/ChangeLog              |  6 ++++
 .../HTTP-Request-AsCGI-1.200.0-r1.ebuild           | 34 ++++++++++++++++++++++
 .../HTTP-Request-AsCGI-1.200.0.ebuild              | 20 -------------
 3 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/dev-perl/HTTP-Request-AsCGI/ChangeLog 
b/dev-perl/HTTP-Request-AsCGI/ChangeLog
index 5769eb6..bfb07a0 100644
--- a/dev-perl/HTTP-Request-AsCGI/ChangeLog
+++ b/dev-perl/HTTP-Request-AsCGI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Request-AsCGI-1.200.0-r1 (01 Sep 2014)
+
+  01 Sep 2014; Kent Fredric <[email protected]>
+  -HTTP-Request-AsCGI-1.200.0.ebuild, +HTTP-Request-AsCGI-1.200.0-r1.ebuild:
+  EAPI5, fixup tests and deps
+
   01 Sep 2014; Kent Fredric <[email protected]>
   -HTTP-Request-AsCGI-0.300.0.ebuild, -HTTP-Request-AsCGI-0.500.0.ebuild,
   -HTTP-Request-AsCGI-0.900.0.ebuild, -HTTP-Request-AsCGI-1.0.0.ebuild:

diff --git a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild 
b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
new file mode 100644
index 0000000..e506247
--- /dev/null
+++ b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+MODULE_AUTHOR=FLORA
+MODULE_VERSION="1.2"
+inherit perl-module
+
+DESCRIPTION="Setup a CGI enviroment from a HTTP::Request"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Test::More -> Test-Simple
+# IO::File -> perl-IO
+# HTTP::Response -> HTTP-Message
+# URI::Escape -> URI
+# HTTP::Request -> HTTP-Message
+RDEPEND="
+       virtual/perl-Test-Simple
+       virtual/perl-IO
+       >=dev-perl/HTTP-Message-1.530.0
+       dev-perl/URI
+       dev-perl/Class-Accessor
+       virtual/perl-Carp
+"
+DEPEND="${RDEPEND}"
+PERL_RM_FILES=(
+       t/release-pod-coverage.t
+       t/release-pod-syntax.t
+)
+SRC_TEST=do

diff --git a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild 
b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
deleted file mode 100644
index a3195b9..0000000
--- a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="1.2"
-inherit perl-module
-
-DESCRIPTION="Setup a CGI enviroment from a HTTP::Request"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Class-Accessor
-       dev-perl/URI
-       dev-perl/libwww-perl"
-DEPEND="${RDEPEND}"

Reply via email to