mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user