Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Test/
Date: Sat, 02 Jun 2018 14:58:23
Message-Id: 1527951471.8b5a4d5c1bdce83e8869bce82bd2470ee5b80257.kentnl@gentoo
1 commit: 8b5a4d5c1bdce83e8869bce82bd2470ee5b80257
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 14:34:06 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 14:57:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5a4d5c
7
8 dev-perl/Apache-Test: Cleanup old versions 1.38*, 1.39*, 1.400.0-r1
9
10 Package-Manager: Portage-2.3.29, Repoman-2.3.9
11
12 dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild | 34 --------------------
13 dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild | 36 ----------------------
14 dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild | 36 ----------------------
15 dev-perl/Apache-Test/Manifest | 2 --
16 4 files changed, 108 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 251e75ab33b..00000000000
21 --- a/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild
22 +++ /dev/null
23 @@ -1,34 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -
29 -MODULE_AUTHOR=PHRED
30 -MODULE_VERSION=1.38
31 -inherit depend.apache perl-module
32 -
33 -DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
34 -
35 -LICENSE="Apache-2.0"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
38 -IUSE=""
39 -
40 -# interactive, requires interaction with the live filesystem
41 -SRC_TEST="skip"
42 -
43 -need_apache
44 -
45 -pkg_setup() {
46 - perl_set_version
47 -}
48 -
49 -src_install() {
50 - # This is to avoid conflicts with a deprecated Apache::Test stepping
51 - # in and causing problems/install errors
52 - if [ -f "${S}"/.mypacklist ];
53 - then
54 - rm -f "${S}"/.mypacklist
55 - fi
56 - perl-module_src_install
57 -}
58
59 diff --git a/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild b/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild
60 deleted file mode 100644
61 index 27cf4dd5254..00000000000
62 --- a/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild
63 +++ /dev/null
64 @@ -1,36 +0,0 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -
70 -MODULE_AUTHOR=SHAY
71 -MODULE_VERSION=1.39
72 -inherit depend.apache perl-module
73 -
74 -DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
75 -
76 -LICENSE="Apache-2.0"
77 -SLOT="0"
78 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
79 -IUSE=""
80 -
81 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
82 -
83 -# interactive, requires interaction with the live filesystem
84 -SRC_TEST="skip"
85 -
86 -need_apache
87 -
88 -pkg_setup() {
89 - perl_set_version
90 -}
91 -
92 -src_install() {
93 - # This is to avoid conflicts with a deprecated Apache::Test stepping
94 - # in and causing problems/install errors
95 - if [ -f "${S}"/.mypacklist ];
96 - then
97 - rm -f "${S}"/.mypacklist
98 - fi
99 - perl-module_src_install
100 -}
101
102 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
103 deleted file mode 100644
104 index 88cb7bb2fc0..00000000000
105 --- a/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
106 +++ /dev/null
107 @@ -1,36 +0,0 @@
108 -# Copyright 1999-2018 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=5
112 -
113 -MODULE_AUTHOR=SHAY
114 -MODULE_VERSION=1.40
115 -inherit depend.apache perl-module
116 -
117 -DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
118 -
119 -LICENSE="Apache-2.0"
120 -SLOT="0"
121 -KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86"
122 -IUSE=""
123 -
124 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
125 -
126 -# interactive, requires interaction with the live filesystem
127 -SRC_TEST="skip"
128 -
129 -need_apache
130 -
131 -pkg_setup() {
132 - perl_set_version
133 -}
134 -
135 -src_install() {
136 - # This is to avoid conflicts with a deprecated Apache::Test stepping
137 - # in and causing problems/install errors
138 - if [ -f "${S}"/.mypacklist ];
139 - then
140 - rm -f "${S}"/.mypacklist
141 - fi
142 - perl-module_src_install
143 -}
144
145 diff --git a/dev-perl/Apache-Test/Manifest b/dev-perl/Apache-Test/Manifest
146 index 0f9c2f4cf95..4f032788ac9 100644
147 --- a/dev-perl/Apache-Test/Manifest
148 +++ b/dev-perl/Apache-Test/Manifest
149 @@ -1,3 +1 @@
150 -DIST Apache-Test-1.38.tar.gz 150863 BLAKE2B 55279fc22f750f72eb12bfdf7351dccff13de58477ff766d0fa6c6b30fbb4d41641dc425ae31c60813fde7615382396d352a8bd6357ae174925eabdc7af1fb8b SHA512 416a89990e1947dfd970b806a28b52197165bbe1a482402aa5649f6e2692866a54cc8a4a7adcce83350e2f16aada409fd6c506c0d139b624319c5ebaa58604cc
151 -DIST Apache-Test-1.39.tar.gz 151240 BLAKE2B 21c892f542e2beb9990873db7ce10305dd857083a55503bf40cae050a41a3bfdf055f24be8f1ae2c386704f5dd52e637499e0e6c3c8fa3816f843fdade5a34ec SHA512 4f10b0ed856d03aff27aa80d9788f0a2f50eac3523cc7ecf74fec2cda4c881fda2ec096ca238539eb8c4aa2caa4daaa192456f34d00ad8012276c1d87fcc3533
152 DIST Apache-Test-1.40.tar.gz 151801 BLAKE2B 0ec57b0a8a0fafc8d10409a3cd02308da67bd6766caa71bfb525ef49832545c811281a987a5237be236a3a581fcf8311785d0bff8d283db2c52f08d11cd2bda1 SHA512 f48a1b93c4d61181670ec59bb8bb2231122b22ec9725d8899a3b2f82d2918fdc48a09494c2f45b0e6a603546481892a948eac3494e06c8eb219a9213e1faadb8