Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
Date: Sun, 27 Mar 2016 20:56:39
Message-Id: 1459112181.9b7bdd579632ee324f65900de491f57463c2f22f.dilfridge@gentoo
1 commit: 9b7bdd579632ee324f65900de491f57463c2f22f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 19 08:16:15 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 20:56:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7bdd57
7
8 dev-perl/CGI-Compile: Added at version 0.210.0
9
10 New dependency for dev-perl/Plack
11
12 Package-Manager: portage-2.2.28
13
14 dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild | 26 +++++++++++++++++++++++++
15 dev-perl/CGI-Compile/Manifest | 1 +
16 dev-perl/CGI-Compile/metadata.xml | 12 ++++++++++++
17 3 files changed, 39 insertions(+)
18
19 diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild
20 new file mode 100644
21 index 0000000..408877f
22 --- /dev/null
23 +++ b/dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild
24 @@ -0,0 +1,26 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=MIYAGAWA
32 +DIST_VERSION=0.21
33 +inherit perl-module
34 +
35 +DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="test"
39 +
40 +RDEPEND="
41 + dev-perl/File-pushd
42 +"
43 +DEPEND="${RDEPEND}
44 + >=dev-perl/Module-Build-Tiny-0.34.0
45 + test? (
46 + dev-perl/Test-NoWarnings
47 + dev-perl/Test-Requires
48 + virtual/perl-Test-Simple
49 + )
50 +"
51
52 diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
53 new file mode 100644
54 index 0000000..5a4ac98
55 --- /dev/null
56 +++ b/dev-perl/CGI-Compile/Manifest
57 @@ -0,0 +1 @@
58 +DIST CGI-Compile-0.21.tar.gz 20910 SHA256 ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838 SHA512 0b26fbe4a38645df3aeae03647292125210147321ed9552bbd871824915fabaafdac8601667bddfb73038b7f096d19e1ba7a00acaa5dc28865c1f97247ad5e64 WHIRLPOOL 74b51dd793eee9a584519dfc9eadb6434445f371d6458f06a0fe811383cd593c5a055aa02c1cf261e729b6ce913dfea961b1ff8793cd325536056e25ad13cdcd
59
60 diff --git a/dev-perl/CGI-Compile/metadata.xml b/dev-perl/CGI-Compile/metadata.xml
61 new file mode 100644
62 index 0000000..c6f78b9
63 --- /dev/null
64 +++ b/dev-perl/CGI-Compile/metadata.xml
65 @@ -0,0 +1,12 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <maintainer type="project">
70 + <email>perl@g.o</email>
71 + <name>Gentoo Perl Project</name>
72 + </maintainer>
73 + <upstream>
74 + <remote-id type="cpan">CGI-Compile</remote-id>
75 + <remote-id type="cpan-module">CGI::Compile</remote-id>
76 + </upstream>
77 +</pkgmetadata>