Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason/
Date: Sat, 02 Jul 2022 21:21:53
Message-Id: 1656796896.3885ce68644a6fd2afa6d172562b5c4d6532ad25.sam@gentoo
1 commit: 3885ce68644a6fd2afa6d172562b5c4d6532ad25
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 21:19:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 21:21:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3885ce68
7
8 dev-perl/HTML-Mason: drop 1.590.0
9
10 Bug: https://bugs.gentoo.org/855917
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild | 65 ---------------------------
14 1 file changed, 65 deletions(-)
15
16 diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild
17 deleted file mode 100644
18 index e3a8c997d4a8..000000000000
19 --- a/dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild
20 +++ /dev/null
21 @@ -1,65 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=DROLSKY
28 -DIST_VERSION=1.59
29 -inherit depend.apache perl-module
30 -
31 -DESCRIPTION="A HTML development and delivery Perl Module"
32 -HOMEPAGE="http://www.masonhq.com/ https://metacpan.org/release/HTML-Mason"
33 -
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc x86"
36 -IUSE="modperl test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND="
40 - !modperl? ( >=dev-perl/CGI-2.460.0 )
41 - modperl? (
42 - www-apache/libapreq2
43 - >=www-apache/mod_perl-2
44 - )
45 - >=dev-perl/Cache-Cache-1
46 - >=dev-perl/Class-Container-0.70.0
47 - >=dev-perl/Exception-Class-1.150.0
48 - virtual/perl-File-Spec
49 - dev-perl/HTML-Parser
50 - >=dev-perl/Log-Any-0.80.0
51 - >=dev-perl/Params-Validate-0.70.0
52 - virtual/perl-Scalar-List-Utils
53 -"
54 -DEPEND="${RDEPEND}
55 - virtual/perl-ExtUtils-MakeMaker
56 - test? (
57 - >=virtual/perl-Test-Simple-0.880.0
58 - dev-perl/Test-Deep
59 - )
60 -"
61 -
62 -want_apache2 modperl
63 -
64 -mydoc="CREDITS UPGRADE"
65 -myconf="--noprompts"
66 -
67 -pkg_setup() {
68 - depend.apache_pkg_setup modperl
69 - perl_set_version
70 -}
71 -
72 -src_prepare() {
73 - # Note about new modperl use flag
74 - if use !modperl ; then
75 - ewarn "HTML-Mason will only install with modperl support"
76 - ewarn "if the use flag modperl is enabled."
77 - fi
78 - # rendhalver - needed to set an env var for the build script so it finds our apache.
79 - export APACHE="${APACHE_BIN}"
80 - perl-module_src_prepare
81 -}
82 -
83 -src_install() {
84 - perl-module_src_install
85 - mv "${ED}"/usr/bin/convert* "${ED}"/usr/share/doc/${PF} || die
86 -}