commit:     9b7bdd579632ee324f65900de491f57463c2f22f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 08:16:15 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 20:56:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7bdd57

dev-perl/CGI-Compile: Added at version 0.210.0

New dependency for dev-perl/Plack

Package-Manager: portage-2.2.28

 dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild | 26 +++++++++++++++++++++++++
 dev-perl/CGI-Compile/Manifest                   |  1 +
 dev-perl/CGI-Compile/metadata.xml               | 12 ++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild 
b/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild
new file mode 100644
index 0000000..408877f
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       dev-perl/File-pushd
+"
+DEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-Tiny-0.34.0
+       test? (
+               dev-perl/Test-NoWarnings
+               dev-perl/Test-Requires
+               virtual/perl-Test-Simple
+       )
+"

diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
new file mode 100644
index 0000000..5a4ac98
--- /dev/null
+++ b/dev-perl/CGI-Compile/Manifest
@@ -0,0 +1 @@
+DIST CGI-Compile-0.21.tar.gz 20910 SHA256 
ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838 SHA512 
0b26fbe4a38645df3aeae03647292125210147321ed9552bbd871824915fabaafdac8601667bddfb73038b7f096d19e1ba7a00acaa5dc28865c1f97247ad5e64
 WHIRLPOOL 
74b51dd793eee9a584519dfc9eadb6434445f371d6458f06a0fe811383cd593c5a055aa02c1cf261e729b6ce913dfea961b1ff8793cd325536056e25ad13cdcd

diff --git a/dev-perl/CGI-Compile/metadata.xml 
b/dev-perl/CGI-Compile/metadata.xml
new file mode 100644
index 0000000..c6f78b9
--- /dev/null
+++ b/dev-perl/CGI-Compile/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>p...@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">CGI-Compile</remote-id>
+    <remote-id type="cpan-module">CGI::Compile</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to