diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-28 20:03:51 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-28 20:04:37 +1200 |
commit | bfa2536e0d30be85a31aa2ab4412b45886f9d2b9 (patch) | |
tree | f099dc17c4f4c2cc0ed5d92d82d2a01690c302e3 /dev-perl/Apache-SizeLimit | |
parent | app-editors/scite: Version Bump to 4.3.3. (diff) | |
download | gentoo-bfa2536e0d30be85a31aa2ab4412b45886f9d2b9.tar.gz gentoo-bfa2536e0d30be85a31aa2ab4412b45886f9d2b9.tar.bz2 gentoo-bfa2536e0d30be85a31aa2ab4412b45886f9d2b9.zip |
dev-perl/Apache-SizeLimit: -r bump for EAPI7
- Correct LICENSE
- Strip unwanted tests
- Ensure dependencies to make more tests work
- Parallel Testing Enabled
Dropped keywords:
- alpha arm ppc ppc64 x86
- due to new dependency dev-perl/Linux-Smaps
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Apache-SizeLimit')
-rw-r--r-- | dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild new file mode 100644 index 000000000000..1c85a20d4b59 --- /dev/null +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PHRED +DIST_VERSION=0.97 +inherit perl-module + +DESCRIPTION="Graceful exit for large children" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +LICENSE="Apache-2.0" +IUSE="test" +RESTRICT="!test? ( test )" + +PERL_RM_FILES=( + t/pod.t +) +# mod_perl < 2.0.5 bundles Apache-SizeLimit +RDEPEND="dev-perl/Linux-Pid + !<www-apache/mod_perl-2.0.5 + >=www-apache/mod_perl-2.0.5" +BDEPEND="${RDEPEND} + test? ( + dev-perl/Linux-Smaps + >=dev-perl/Apache-Test-1.360.0 + !www-apache/mpm_itk + ) +" |