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 1D617138334 for ; Sat, 2 Jun 2018 14:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3732CE087A; Sat, 2 Jun 2018 14:58:22 +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 DDD7AE087A for ; Sat, 2 Jun 2018 14:58:21 +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 73DCF335C72 for ; Sat, 2 Jun 2018 14:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEB53291 for ; Sat, 2 Jun 2018 14:58:18 +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: <1527951471.8b5a4d5c1bdce83e8869bce82bd2470ee5b80257.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild dev-perl/Apache-Test/Manifest X-VCS-Directories: dev-perl/Apache-Test/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8b5a4d5c1bdce83e8869bce82bd2470ee5b80257 X-VCS-Branch: master Date: Sat, 2 Jun 2018 14:58:18 +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: a9f35320-c901-4e8b-8bf9-3c9829620618 X-Archives-Hash: c203d9699cdf9bb6a455e0388971f767 commit: 8b5a4d5c1bdce83e8869bce82bd2470ee5b80257 Author: Kent Fredric gentoo org> AuthorDate: Sat Jun 2 14:34:06 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jun 2 14:57:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5a4d5c dev-perl/Apache-Test: Cleanup old versions 1.38*, 1.39*, 1.400.0-r1 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild | 34 -------------------- dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild | 36 ---------------------- dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild | 36 ---------------------- dev-perl/Apache-Test/Manifest | 2 -- 4 files changed, 108 deletions(-) diff --git a/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild b/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild deleted file mode 100644 index 251e75ab33b..00000000000 --- a/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=PHRED -MODULE_VERSION=1.38 -inherit depend.apache perl-module - -DESCRIPTION="Test.pm wrapper with helpers for testing Apache" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -# interactive, requires interaction with the live filesystem -SRC_TEST="skip" - -need_apache - -pkg_setup() { - perl_set_version -} - -src_install() { - # This is to avoid conflicts with a deprecated Apache::Test stepping - # in and causing problems/install errors - if [ -f "${S}"/.mypacklist ]; - then - rm -f "${S}"/.mypacklist - fi - perl-module_src_install -} diff --git a/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild b/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild deleted file mode 100644 index 27cf4dd5254..00000000000 --- a/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SHAY -MODULE_VERSION=1.39 -inherit depend.apache perl-module - -DESCRIPTION="Test.pm wrapper with helpers for testing Apache" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" -IUSE="" - -DEPEND="virtual/perl-ExtUtils-MakeMaker" - -# interactive, requires interaction with the live filesystem -SRC_TEST="skip" - -need_apache - -pkg_setup() { - perl_set_version -} - -src_install() { - # This is to avoid conflicts with a deprecated Apache::Test stepping - # in and causing problems/install errors - if [ -f "${S}"/.mypacklist ]; - then - rm -f "${S}"/.mypacklist - fi - perl-module_src_install -} diff --git a/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild deleted file mode 100644 index 88cb7bb2fc0..00000000000 --- a/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SHAY -MODULE_VERSION=1.40 -inherit depend.apache perl-module - -DESCRIPTION="Test.pm wrapper with helpers for testing Apache" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86" -IUSE="" - -DEPEND="virtual/perl-ExtUtils-MakeMaker" - -# interactive, requires interaction with the live filesystem -SRC_TEST="skip" - -need_apache - -pkg_setup() { - perl_set_version -} - -src_install() { - # This is to avoid conflicts with a deprecated Apache::Test stepping - # in and causing problems/install errors - if [ -f "${S}"/.mypacklist ]; - then - rm -f "${S}"/.mypacklist - fi - perl-module_src_install -} diff --git a/dev-perl/Apache-Test/Manifest b/dev-perl/Apache-Test/Manifest index 0f9c2f4cf95..4f032788ac9 100644 --- a/dev-perl/Apache-Test/Manifest +++ b/dev-perl/Apache-Test/Manifest @@ -1,3 +1 @@ -DIST Apache-Test-1.38.tar.gz 150863 BLAKE2B 55279fc22f750f72eb12bfdf7351dccff13de58477ff766d0fa6c6b30fbb4d41641dc425ae31c60813fde7615382396d352a8bd6357ae174925eabdc7af1fb8b SHA512 416a89990e1947dfd970b806a28b52197165bbe1a482402aa5649f6e2692866a54cc8a4a7adcce83350e2f16aada409fd6c506c0d139b624319c5ebaa58604cc -DIST Apache-Test-1.39.tar.gz 151240 BLAKE2B 21c892f542e2beb9990873db7ce10305dd857083a55503bf40cae050a41a3bfdf055f24be8f1ae2c386704f5dd52e637499e0e6c3c8fa3816f843fdade5a34ec SHA512 4f10b0ed856d03aff27aa80d9788f0a2f50eac3523cc7ecf74fec2cda4c881fda2ec096ca238539eb8c4aa2caa4daaa192456f34d00ad8012276c1d87fcc3533 DIST Apache-Test-1.40.tar.gz 151801 BLAKE2B 0ec57b0a8a0fafc8d10409a3cd02308da67bd6766caa71bfb525ef49832545c811281a987a5237be236a3a581fcf8311785d0bff8d283db2c52f08d11cd2bda1 SHA512 f48a1b93c4d61181670ec59bb8bb2231122b22ec9725d8899a3b2f82d2918fdc48a09494c2f45b0e6a603546481892a948eac3494e06c8eb219a9213e1faadb8