From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37A2E158086 for ; Wed, 27 Oct 2021 21:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 016B7E088D; Wed, 27 Oct 2021 21:52:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA465E088C for ; Wed, 27 Oct 2021 21:52:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 989F6343B62 for ; Wed, 27 Oct 2021 21:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 059CC178 for ; Wed, 27 Oct 2021 21:52:03 +0000 (UTC) From: "Andreas K. 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 K. Hüttel" Message-ID: <1635371485.7e5a3abe3e658dbcb48f91d5f1886bce6f419c2b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI-Client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild dev-perl/FCGI-Client/Manifest dev-perl/FCGI-Client/metadata.xml X-VCS-Directories: dev-perl/FCGI-Client/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7e5a3abe3e658dbcb48f91d5f1886bce6f419c2b X-VCS-Branch: master Date: Wed, 27 Oct 2021 21:52:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9c38148-f6e8-4822-9b9f-bd4be5a743fd X-Archives-Hash: e51ff65b5bcbc5148b69091108c59dce commit: 7e5a3abe3e658dbcb48f91d5f1886bce6f419c2b Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 27 21:23:49 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 27 21:51:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5a3abe dev-perl/FCGI-Client: New package, needed for dev-perl/FCGI (test dep) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/FCGI-Client/Manifest | 1 + dev-perl/FCGI-Client/metadata.xml | 8 ++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild new file mode 100644 index 00000000000..f6cbb426a67 --- /dev/null +++ b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TOKUHIROM +DIST_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Client library for fastcgi protocol" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + virtual/perl-IO + dev-perl/Moo + dev-perl/Type-Tiny +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.35.0 +" diff --git a/dev-perl/FCGI-Client/Manifest b/dev-perl/FCGI-Client/Manifest new file mode 100644 index 00000000000..a2ab578ace5 --- /dev/null +++ b/dev-perl/FCGI-Client/Manifest @@ -0,0 +1 @@ +DIST FCGI-Client-0.09.tar.gz 19488 BLAKE2B d387efd93ce8a8d1ddfad1393d72e29d550800a40271c998f9eed5b689638e2766a5ea990a318c75057ecff91489e9ff305164d8f5d2b78c7cc6ebd23ea5a65e SHA512 962166f10cd79f99a67a94002b4cff7324fced3aca6448cd485d07c489e6fbb25a090b964622aa178a20c8f930f916c5aac10525392ace45cfcb908733675079 diff --git a/dev-perl/FCGI-Client/metadata.xml b/dev-perl/FCGI-Client/metadata.xml new file mode 100644 index 00000000000..e2c9afaca62 --- /dev/null +++ b/dev-perl/FCGI-Client/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +