From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1293244-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F1DDB13835B
	for <garchives@archives.gentoo.org>; Sun, 13 Jun 2021 14:50:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 31352E0BD4;
	Sun, 13 Jun 2021 14:50:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0B7A1E0BD4
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Jun 2021 14:50:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B88F4335C8C
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Jun 2021 14:50:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0063478A
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Jun 2021 14:50:22 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org>
Message-ID: <1623595802.aa29d3f0e9c83920c2775ff4f572002f827e746e.dilfridge@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.590.0.ebuild dev-perl/HTML-Mason/Manifest
X-VCS-Directories: dev-perl/HTML-Mason/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: aa29d3f0e9c83920c2775ff4f572002f827e746e
X-VCS-Branch: master
Date: Sun, 13 Jun 2021 14:50:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 04056d91-ba09-4be1-8431-9565cdb73198
X-Archives-Hash: 92e52f2d47a9860ccf86a41ede73eece

commit:     aa29d3f0e9c83920c2775ff4f572002f827e746e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 14:34:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 14:50:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa29d3f0

dev-perl/HTML-Mason: Version bump 1.59

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild | 65 +++++++++++++++++++++++++++
 dev-perl/HTML-Mason/Manifest                  |  1 +
 2 files changed, 66 insertions(+)

diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild
new file mode 100644
index 00000000000..ffd6451ecce
--- /dev/null
+++ b/dev-perl/HTML-Mason/HTML-Mason-1.590.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=1.59
+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
+	)
+"
+
+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 4c3faf777d0..b8b8314a0a9 100644
--- a/dev-perl/HTML-Mason/Manifest
+++ b/dev-perl/HTML-Mason/Manifest
@@ -1 +1,2 @@
 DIST HTML-Mason-1.56.tar.gz 314167 BLAKE2B 7e449bc566f406f2f6c93459f573327be933bbf50eeb1c712e9d109133448cdf568cfbefbdd28fa403d9ed340334afb5c9d1dd5a1800c624b23634cd54949520 SHA512 3492a37b8289209a2215b42be71db242ca150f4364d8422e46ca4762f2cdbddf96a56f44a3462d1f1eb23ef3bbe1cb36b8322106f4050404b988c6d90a05911c
+DIST HTML-Mason-1.59.tar.gz 323661 BLAKE2B e9061cf4349874572c912faa04e849cdba15b7219f33488af3555f58ee0d9b77e851cf20ecddfcb55ebb6ec1e3525dea986fdd444b6445a8f39b8508cd261b68 SHA512 3a8053d976345c7bd1d04aab659e3b4dd541264ece806e6d3bda605b6ecb16887ecce9a310bf27890aab40a129c81ba2dbad60c2edd80681a53d159becb3eda1