diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 12:14:56 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 12:24:33 +0100 |
commit | 79e74030204d669f683c76961bcbd5ff8768aced (patch) | |
tree | d0e65409f5ed35407a0ea1c3d55747eb689e8485 /dev-perl/HTML-Mason | |
parent | dev-perl/HTML-LinkExtractor: EAPI=8 bump (diff) | |
download | gentoo-79e74030204d669f683c76961bcbd5ff8768aced.tar.gz gentoo-79e74030204d669f683c76961bcbd5ff8768aced.tar.bz2 gentoo-79e74030204d669f683c76961bcbd5ff8768aced.zip |
dev-perl/HTML-Mason: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild | 67 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/Manifest | 1 |
2 files changed, 0 insertions, 68 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild deleted file mode 100644 index bf8924ab4873..000000000000 --- a/dev-perl/HTML-Mason/HTML-Mason-1.560.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=1.56 -inherit depend.apache perl-module - -DESCRIPTION="A HTML development and delivery Perl Module" -HOMEPAGE="http://www.masonhq.com/ https://metacpan.org/release/HTML-Mason" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="modperl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !modperl? ( >=dev-perl/CGI-2.460.0 ) - modperl? ( - www-apache/libapreq2 - >=www-apache/mod_perl-2 - ) - >=dev-perl/Cache-Cache-1 - >=dev-perl/Class-Container-0.70.0 - >=dev-perl/Exception-Class-1.150.0 - virtual/perl-File-Spec - dev-perl/HTML-Parser - >=dev-perl/Log-Any-0.80.0 - >=dev-perl/Params-Validate-0.70.0 - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.880.0 - dev-perl/Test-Deep - ) -" -PATCHES=( "${FILESDIR}/${P}-no-dot-inc.patch" ) - -want_apache2 modperl - -SRC_TEST="do" -mydoc="CREDITS UPGRADE" -myconf="--noprompts" - -pkg_setup() { - depend.apache_pkg_setup modperl - perl_set_version -} - -src_prepare() { - # Note about new modperl use flag - if use !modperl ; then - ewarn "HTML-Mason will only install with modperl support" - ewarn "if the use flag modperl is enabled." - fi - # rendhalver - needed to set an env var for the build script so it finds our apache. - export APACHE="${APACHE_BIN}" - perl-module_src_prepare -} - -src_install() { - perl-module_src_install - mv "${ED}"/usr/bin/convert* "${ED}"/usr/share/doc/${PF} || die -} diff --git a/dev-perl/HTML-Mason/Manifest b/dev-perl/HTML-Mason/Manifest index b8b8314a0a93..441b8f3bd012 100644 --- a/dev-perl/HTML-Mason/Manifest +++ b/dev-perl/HTML-Mason/Manifest @@ -1,2 +1 @@ -DIST HTML-Mason-1.56.tar.gz 314167 BLAKE2B 7e449bc566f406f2f6c93459f573327be933bbf50eeb1c712e9d109133448cdf568cfbefbdd28fa403d9ed340334afb5c9d1dd5a1800c624b23634cd54949520 SHA512 3492a37b8289209a2215b42be71db242ca150f4364d8422e46ca4762f2cdbddf96a56f44a3462d1f1eb23ef3bbe1cb36b8322106f4050404b988c6d90a05911c DIST HTML-Mason-1.59.tar.gz 323661 BLAKE2B e9061cf4349874572c912faa04e849cdba15b7219f33488af3555f58ee0d9b77e851cf20ecddfcb55ebb6ec1e3525dea986fdd444b6445a8f39b8508cd261b68 SHA512 3a8053d976345c7bd1d04aab659e3b4dd541264ece806e6d3bda605b6ecb16887ecce9a310bf27890aab40a129c81ba2dbad60c2edd80681a53d159becb3eda1 |