commit:     cd203c787631ea7c6d28b149359c8fb4d4761480
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 21:55:28 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 22:34:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd203c78

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 <AT> gentoo.org>

 ...00.0.ebuild => HTTP-Request-AsCGI-1.200.0-r1.ebuild} | 17 +++++------------
 1 file 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
similarity index 68%
rename from dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
rename to dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
index 1a5072fe2e0..f2a28988053 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
-}

Reply via email to