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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 940F2158064 for ; Thu, 2 May 2024 01:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BAEE2A2E; Thu, 2 May 2024 01:57:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48B07E2A2E for ; Thu, 2 May 2024 01:57:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F3A2343096 for ; Thu, 2 May 2024 01:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E12C15DF for ; Thu, 2 May 2024 01:57:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714614992.055760818dba6c9db60feba9d7a1c4dfef95062d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CGI/CGI-4.640.0.ebuild dev-perl/CGI/Manifest X-VCS-Directories: dev-perl/CGI/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 055760818dba6c9db60feba9d7a1c4dfef95062d X-VCS-Branch: master Date: Thu, 2 May 2024 01:57:23 +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: 4cd68bbb-d0a3-41b6-9d41-a0b04d9f2b63 X-Archives-Hash: 423bae442014b9e191001005219c5daa commit: 055760818dba6c9db60feba9d7a1c4dfef95062d Author: Sam James gentoo org> AuthorDate: Thu May 2 01:52:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 2 01:56:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05576081 dev-perl/CGI: add 4.640.0 Signed-off-by: Sam James gentoo.org> dev-perl/CGI/CGI-4.640.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ dev-perl/CGI/Manifest | 1 + 2 files changed, 40 insertions(+) diff --git a/dev-perl/CGI/CGI-4.640.0.ebuild b/dev-perl/CGI/CGI-4.640.0.ebuild new file mode 100644 index 000000000000..81ee84c4101b --- /dev/null +++ b/dev-perl/CGI/CGI-4.640.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEEJO +DIST_VERSION=4.64 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Simple Common Gateway Interface Class" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Encode + virtual/perl-Exporter + >=virtual/perl-File-Spec-0.820.0 + >=virtual/perl-File-Temp-0.170.0 + >=dev-perl/HTML-Parser-3.690.0 + virtual/perl-if + >=virtual/perl-parent-0.225.0 + >=dev-perl/URI-1.760.0 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-IO + dev-perl/Test-NoWarnings + >=virtual/perl-Test-Simple-0.980.0 + >=dev-perl/Test-Warn-0.300.0 + ) +" + +PERL_RM_FILES=( "t/compiles_pod.t" "t/changes.t" ) diff --git a/dev-perl/CGI/Manifest b/dev-perl/CGI/Manifest index 3d680eb01ad6..234ce81ddbcc 100644 --- a/dev-perl/CGI/Manifest +++ b/dev-perl/CGI/Manifest @@ -1 +1,2 @@ DIST CGI-4.60.tar.gz 206546 BLAKE2B 5ab2ee081461cec10e9c3613238c9b81132ccc03f10c9dc540307ca761f75f79dbf6340325869def42f1b60a5d483139ec0ff21112a0db7f0e144b3f47da69d5 SHA512 322c22a6abcdbcf78349696d1a4c0c817cbe0afa7780669895f6bd1104486fe5f9bf6de723d1c7ac05f5569d829d04a82857273876cf52a78b2f839cb82e6151 +DIST CGI-4.64.tar.gz 207299 BLAKE2B 4a969146231f2a93c94eb0f7da619c26f9e6278605ba31b790dd6bf860ca72a76e82e477b3dcfc47bf09eabe609c55e733f3db144e908579f96ee56bce246d0a SHA512 1c94b0f1f952165381ec16a4f206edc6c4f7eec06d18004a87230cad4484ce86c631d18eddc0b86cadfc02ac182a9c143c07acea9e79913759e47f117ba87a4d