From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6171559CA9 for ; Sun, 27 Mar 2016 20:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C74521C019; Sun, 27 Mar 2016 20:56:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECD2221C01A for ; Sun, 27 Mar 2016 20:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 791B6340AB2 for ; Sun, 27 Mar 2016 20:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93BC852 for ; Sun, 27 Mar 2016 20:56:31 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1459112181.9b7bdd579632ee324f65900de491f57463c2f22f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CGI-Compile/CGI-Compile-0.210.0.ebuild dev-perl/CGI-Compile/Manifest dev-perl/CGI-Compile/metadata.xml X-VCS-Directories: dev-perl/CGI-Compile/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 9b7bdd579632ee324f65900de491f57463c2f22f X-VCS-Branch: master Date: Sun, 27 Mar 2016 20:56:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 02ba7790-fae0-4a03-98cf-1c5c47576042 X-Archives-Hash: c34e17c7071bdaee1a8fb8522b1dc923 commit: 9b7bdd579632ee324f65900de491f57463c2f22f Author: Kent Fredric gmail com> AuthorDate: Sat Mar 19 08:16:15 2016 +0000 Commit: Andreas Hüttel gentoo 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + CGI-Compile + CGI::Compile + +