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 89F71138334 for ; Wed, 17 Apr 2019 22:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58298E0D1B; Wed, 17 Apr 2019 19:41:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FBBEE0D1B for ; Wed, 17 Apr 2019 19:41:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EAC63415FE for ; Wed, 17 Apr 2019 19:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91AA3266 for ; Wed, 17 Apr 2019 19:41:28 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1555530078.84e1e57d8d8afb548bdba82c004f68f8ff420424.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Fast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild dev-perl/CGI-Fast/Manifest X-VCS-Directories: dev-perl/CGI-Fast/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 84e1e57d8d8afb548bdba82c004f68f8ff420424 X-VCS-Branch: master Date: Wed, 17 Apr 2019 19:41:28 +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: ecd18b06-855d-4270-90ab-33d627cbfdaf X-Archives-Hash: 8ed88053fbadd22352a1496e16edc4dd commit: 84e1e57d8d8afb548bdba82c004f68f8ff420424 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 17 19:40:41 2019 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 17 19:41:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e1e57d dev-perl/CGI-Fast: Cleanup old re bug #661114 Closes: https://bugs.gentoo.org/661114 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Kent Fredric gentoo.org> dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild | 26 -------------------------- dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild | 29 ----------------------------- dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild | 30 ------------------------------ dev-perl/CGI-Fast/Manifest | 3 --- 4 files changed, 88 deletions(-) diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild deleted file mode 100644 index f9c04e50819..00000000000 --- a/dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=LEEJO -MODULE_VERSION=2.10 -inherit perl-module - -DESCRIPTION="CGI Interface for Fast CGI" - -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~m68k ~mips ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd ~x86-fbsd ~amd64-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="do parallel" diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild deleted file mode 100644 index fe3c0473000..00000000000 --- a/dev-perl/CGI-Fast/CGI-Fast-2.110.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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-fbsd ~x86-fbsd ~amd64-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/CGI-Fast-2.120.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild deleted file mode 100644 index 0539dff5a28..00000000000 --- a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=LEEJO -DIST_VERSION=2.12 -inherit perl-module - -DESCRIPTION="CGI Interface for Fast CGI" - -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND=" - >=dev-perl/CGI-4 - virtual/perl-Carp - >=dev-perl/FCGI-0.670.0 - virtual/perl-if -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( dev-perl/Test-Deep ) -" - -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 cb869631a1b..8cea9178907 100644 --- a/dev-perl/CGI-Fast/Manifest +++ b/dev-perl/CGI-Fast/Manifest @@ -1,4 +1 @@ -DIST CGI-Fast-2.10.tar.gz 8627 BLAKE2B 26c0b6ca6e27a464bcbe75a06b69dee832e93e46f383cc0c459cae1c4c7ce265e7e07062b6b8d4b6d46cb55df0f010262d9e8a38ad7ec260143d13af4edf3d81 SHA512 55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c -DIST CGI-Fast-2.11.tar.gz 8662 BLAKE2B a057f9b3f1e83c84f6267be946149bd167a08b60551a3d6f40561eae728d31f30f80808c1fe629e9ce2079b0da1cf54c01ee33e7c6679e753aa005621fa6cb93 SHA512 728d1cb2fb15ea4e894563625258bacdf31f7ffac5e8395fcd1dd1e66a2f3575c4fe342bf1cfdcfee736fe323bcdda1170f8ffbe9a37d30cb7ca6ba6484bc2f5 -DIST CGI-Fast-2.12.tar.gz 8807 BLAKE2B d156cab55ab6b8c8ae882357294aa7c28ed61c9ef8dc3cadf340fb8992e61ded967795061377146c7111ec576160c2915f3309312e64b3e636db11f7c21e4e1a SHA512 00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e DIST CGI-Fast-2.13.tar.gz 8844 BLAKE2B ece86a8ead5a83c0407f6c2713bf0848bfc895d9062811b5ce03ad68caa78aeb8b9d9f0f6f68abaafd1a652be2c53ece008f403e05ff49ac6538282f2a36fc65 SHA512 58e7010f5cdfa13e8ba4e528dfe2d7bcc4ac33f48482de186ef27ec0a38ac091c9d534761231c7dd947516532c78520259e841533690ffba7b90fb3d0069f53c