diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-02 22:55:28 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-02 23:34:07 +0100 |
commit | cd203c787631ea7c6d28b149359c8fb4d4761480 (patch) | |
tree | 7c6ad5da100fd65d8ab3edc91e8d3772c23af641 | |
parent | dev-perl/HTTP-Negotiate: EAPI=8 bump (diff) | |
download | gentoo-cd203c787631ea7c6d28b149359c8fb4d4761480.tar.gz gentoo-cd203c787631ea7c6d28b149359c8fb4d4761480.tar.bz2 gentoo-cd203c787631ea7c6d28b149359c8fb4d4761480.zip |
dev-perl/HTTP-Request-AsCGI: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild (renamed from dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild) | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild index 1a5072fe2e05..f2a289880530 100644 --- a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild +++ b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=FLORA DIST_VERSION=1.2 +DIST_EXAMPLES=("examples/*") inherit perl-module DESCRIPTION="Set up a CGI environment from an HTTP::Request" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="examples" RDEPEND=" virtual/perl-Carp @@ -19,18 +19,11 @@ RDEPEND=" virtual/perl-IO dev-perl/URI " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + src_test() { perl_rm_files "t/release-pod-syntax.t" "t/release-pod-coverage.t" perl-module_src_test } -src_install() { - perl-module_src_install - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc -r examples - fi -} |