public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/
Date: Sun, 27 Mar 2016 20:56:31 +0000 (UTC)	[thread overview]
Message-ID: <1459112181.9b7bdd579632ee324f65900de491f57463c2f22f.dilfridge@gentoo> (raw)

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>perl@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	other threads:[~2016-03-27 20:56 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-27 20:56 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-18 11:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/ Kent Fredric
2018-04-05  3:29 Aaron Bauman
2018-06-10 23:02 Sergei Trofimovich
2018-06-11 17:09 Sergei Trofimovich
2020-05-06 18:18 Kent Fredric
2020-08-07 14:38 Kent Fredric
2020-08-25 10:14 Sam James
2021-05-03  7:56 Sergei Trofimovich
2021-05-03 16:51 Sam James
2021-05-03 16:53 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:57 Sam James
2021-10-10 14:02 Andreas K. Hüttel
2022-12-10 18:26 Arthur Zamarin
2022-12-10 18:34 Arthur Zamarin
2023-08-14  7:55 Sam James
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-27 19:22 Arthur Zamarin
2023-12-01 20:09 Arthur Zamarin
2025-01-22  4:55 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459112181.9b7bdd579632ee324f65900de491f57463c2f22f.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox