From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9E2A158009 for ; Wed, 21 Jun 2023 04:11:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92DF6E0900; Wed, 21 Jun 2023 04:11:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71196E0900 for ; Wed, 21 Jun 2023 04:11:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2844340F8F for ; Wed, 21 Jun 2023 04:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E65EAA4 for ; Wed, 21 Jun 2023 04:11:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687320661.61a9f4929a49c39a80dad6c394fa0865157f58b6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Mason/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild dev-perl/HTML-Mason/Manifest X-VCS-Directories: dev-perl/HTML-Mason/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61a9f4929a49c39a80dad6c394fa0865157f58b6 X-VCS-Branch: master Date: Wed, 21 Jun 2023 04:11:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8d54cc5-85a9-46de-b702-1157a5c21191 X-Archives-Hash: e603089169af8c598c23561497a78628 commit: 61a9f4929a49c39a80dad6c394fa0865157f58b6 Author: Sam James gentoo org> AuthorDate: Wed Jun 21 04:07:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 21 04:11:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a9f492 dev-perl/HTML-Mason: add 1.600.0 Signed-off-by: Sam James gentoo.org> dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild | 66 +++++++++++++++++++++++++++ dev-perl/HTML-Mason/Manifest | 1 + 2 files changed, 67 insertions(+) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild new file mode 100644 index 000000000000..d3b234c5599d --- /dev/null +++ b/dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=1.60 +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 ~riscv ~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}" +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Output + ) +" + +want_apache2 modperl + +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 441b8f3bd012..3aac3be34e7c 100644 --- a/dev-perl/HTML-Mason/Manifest +++ b/dev-perl/HTML-Mason/Manifest @@ -1 +1,2 @@ DIST HTML-Mason-1.59.tar.gz 323661 BLAKE2B e9061cf4349874572c912faa04e849cdba15b7219f33488af3555f58ee0d9b77e851cf20ecddfcb55ebb6ec1e3525dea986fdd444b6445a8f39b8508cd261b68 SHA512 3a8053d976345c7bd1d04aab659e3b4dd541264ece806e6d3bda605b6ecb16887ecce9a310bf27890aab40a129c81ba2dbad60c2edd80681a53d159becb3eda1 +DIST HTML-Mason-1.60.tar.gz 324010 BLAKE2B 6a6d290ff133fa7bd75c3b47df9f07fd07ae39781a52fb2415c95d2f0b0255532be0fd52c4e2eceaabb0a3592a40e96e023a676a9e1184a60838287e021752c2 SHA512 16f3acbe312020012b073aaa1b140978f97d77be64f85289089a5eeb25bdc97733ce51d68e871f640c54a8e5cd91127e81bb69076b522f2d8dc27e393d88c022