Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Request-AsCGI/
Date: Tue, 02 Nov 2021 22:34:39
Message-Id: 1635892447.cd203c787631ea7c6d28b149359c8fb4d4761480.dilfridge@gentoo
1 commit: cd203c787631ea7c6d28b149359c8fb4d4761480
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 21:55:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 22:34:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd203c78
7
8 dev-perl/HTTP-Request-AsCGI: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...00.0.ebuild => HTTP-Request-AsCGI-1.200.0-r1.ebuild} | 17 +++++------------
14 1 file changed, 5 insertions(+), 12 deletions(-)
15
16 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
17 similarity index 68%
18 rename from dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
19 rename to dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
20 index 1a5072fe2e0..f2a28988053 100644
21 --- a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0.ebuild
22 +++ b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild
23 @@ -1,16 +1,16 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=FLORA
32 DIST_VERSION=1.2
33 +DIST_EXAMPLES=("examples/*")
34 inherit perl-module
35
36 DESCRIPTION="Set up a CGI environment from an HTTP::Request"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
39 -IUSE="examples"
40
41 RDEPEND="
42 virtual/perl-Carp
43 @@ -19,18 +19,11 @@ RDEPEND="
44 virtual/perl-IO
45 dev-perl/URI
46 "
47 -DEPEND="${RDEPEND}
48 +BDEPEND="${RDEPEND}
49 virtual/perl-ExtUtils-MakeMaker
50 "
51 +
52 src_test() {
53 perl_rm_files "t/release-pod-syntax.t" "t/release-pod-coverage.t"
54 perl-module_src_test
55 }
56 -src_install() {
57 - perl-module_src_install
58 - if use examples; then
59 - docompress -x /usr/share/doc/${PF}/examples
60 - docinto examples
61 - dodoc -r examples
62 - fi
63 -}