public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Fast/
Date: Sun, 20 Nov 2016 01:21:03 +0000 (UTC)	[thread overview]
Message-ID: <1479604857.baf43f791bc25cb2e1dfbf8326546ade4fb44959.kentnl@gentoo> (raw)

commit:     baf43f791bc25cb2e1dfbf8326546ade4fb44959
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 01:20:34 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 01:20:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf43f79

dev-perl/CGI-Fast: Bump to version 2.110.0

- EAPI6
- Disable bad author tests

Upstream:
- Actually use dependency CGI::Carp

Keywords:
- Dependency on dev-perl/FCGI has broken keywording
- Dropped keywords: amd64-fbsd, arm64, m68k, mips, s390, sh,
  x86-fbsd

Package-Manager: portage-2.3.2

 dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-perl/CGI-Fast/Manifest                |  1 +
 dev-perl/CGI-Fast/metadata.xml            |  4 ++++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild
new file mode 100644
index 00000000..3efee54
--- /dev/null
+++ b/dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="CGI Interface for Fast CGI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/CGI-4
+	virtual/perl-Carp
+	>=dev-perl/FCGI-0.670.0
+	virtual/perl-if
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+
+src_test() {
+	perl_rm_files t/006_changes.t
+	perl-module_src_test
+}

diff --git a/dev-perl/CGI-Fast/Manifest b/dev-perl/CGI-Fast/Manifest
index 67cb6dd..56f7038 100644
--- a/dev-perl/CGI-Fast/Manifest
+++ b/dev-perl/CGI-Fast/Manifest
@@ -1 +1,2 @@
 DIST CGI-Fast-2.10.tar.gz 8627 SHA256 98263afcc9f5d88c7cbbd39651c5431b434c1c815fe284962d887ed7be3a1dd3 SHA512 55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c WHIRLPOOL 5821043926fa707490819a7149e3c085ebf49314242dbd80393d46a400d21461245b46b5bb908390c0d1a6401a156e312193eb0652eaef08386f8fa94a1e2ead
+DIST CGI-Fast-2.11.tar.gz 8662 SHA256 c22d5dfbac2a5044863d2abce2bb04e911fedca193e950f9b8c764202c655901 SHA512 728d1cb2fb15ea4e894563625258bacdf31f7ffac5e8395fcd1dd1e66a2f3575c4fe342bf1cfdcfee736fe323bcdda1170f8ffbe9a37d30cb7ca6ba6484bc2f5 WHIRLPOOL 0e42d987ed4776a922be42908c966e6f45404ae89b67202609b8e017cc30d93a4ad68ed0be41ccceee8aae740cce6e2f1f682227ee8322abd989c3c352f84963

diff --git a/dev-perl/CGI-Fast/metadata.xml b/dev-perl/CGI-Fast/metadata.xml
index 2b9a936..54bb94e 100644
--- a/dev-perl/CGI-Fast/metadata.xml
+++ b/dev-perl/CGI-Fast/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">CGI-Fast</remote-id>
+    <remote-id type="cpan-module">CGI::Fast</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2016-11-20  1:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-20  1:21 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-30  7:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Fast/ Agostino Sarubbo
2022-06-29 17:18 Arthur Zamarin
2022-06-29 11:58 Sam James
2022-03-09 13:40 Yixun Lan
2021-11-18 21:43 Arthur Zamarin
2021-10-10 14:02 Andreas K. Hüttel
2020-10-03 23:36 Kent Fredric
2020-05-07  5:35 Kent Fredric
2020-04-28 21:13 Mart Raudsepp
2019-04-17 19:41 Kent Fredric
2018-10-15 19:03 Fabian Groffen
2018-06-30 20:55 Mikle Kolyada
2018-04-24 22:25 Kent Fredric
2017-11-17  3:57 Kent Fredric
2017-11-09  0:07 Matt Turner
2017-10-02 17:57 Kent Fredric
2017-09-30  6:31 Sergei Trofimovich
2017-01-28 18:59 Kent Fredric
2016-12-04  0:49 Patrice Clement
2016-01-03 11:54 Agostino Sarubbo

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=1479604857.baf43f791bc25cb2e1dfbf8326546ade4fb44959.kentnl@gentoo \
    --to=kentnl@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