commit:     736a9ce12f9af5e26f3b9ca5a500c6ac09d479d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 08:02:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 08:45:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736a9ce1

dev-perl/HTML-Quoted: add 0.50.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild | 27 ++++++++++++++++++++++++++
 dev-perl/HTML-Quoted/Manifest                  |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild
new file mode 100644
index 000000000000..8c4b7f89c4e7
--- /dev/null
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPS
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Extract structure of quoted HTML mail message"
+
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-perl/HTML-Parser-3.0.0
+"
+BDEPEND="
+       ${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+"
+
+src_prepare() {
+       sed -i -e 's/use inc::Module::Install/use lib q[.]; use 
inc::Module::Install/' Makefile.PL ||
+               die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+       perl-module_src_prepare
+}

diff --git a/dev-perl/HTML-Quoted/Manifest b/dev-perl/HTML-Quoted/Manifest
index 5d1122e71c73..3117e00c5c05 100644
--- a/dev-perl/HTML-Quoted/Manifest
+++ b/dev-perl/HTML-Quoted/Manifest
@@ -1 +1,2 @@
 DIST HTML-Quoted-0.04.tar.gz 23106 BLAKE2B 
def9d638e29d96fe2f9e6555d919e11de7ad23622185da83cb066d349a60eb8bdfe4c1f39315c058551a2f565e68f0abe771d006fcf3678d1743b37c94c55041
 SHA512 
a13fb07d683741ec32679780d7183c849c534fb79e2b5f5613f9142e2b877938712d8bf20bb1e540ad5f4532cd7f2fcbf42bc3be5e931d7a4a2ae12bd0af0cc0
+DIST HTML-Quoted-0.05.tar.gz 22647 BLAKE2B 
a8e32be73da3ac20aed911319fc04cb88bfe8bdbd75ee8afc712b7b8013fd8cf316b4f4fcd4227024ba56d7ea574f80e06627551aa888bf92281ee8ad8845db6
 SHA512 
5a9d9b2c9a5d7730ea304e3088ddbf51a9e2367b975e51831a8ed6468e39383575b0d1fa86269f762361cfc7dd9b9caa784d59989260bbb8b610917b5237af25

Reply via email to