[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

2023-08-24 Thread Arthur Zamarin
commit: 8c03a78ec99f68e81dd334eb673e84474d806c1a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 24 18:03:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 24 18:03:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c03a78e

dev-perl/HTML-Quoted: Stabilize 0.50.0 amd64, #912498

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild
index 8c4b7f89c4e7..a9e12c9e734c 100644
--- a/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extract structure of quoted HTML mail message"
 
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
>=dev-perl/HTML-Parser-3.0.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

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

dev-perl/HTML-Quoted: add 0.50.0

Signed-off-by: Sam James  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

2022-11-23 Thread Jakov Smolić
commit: 213197c8b1ff7437b170e5f06e15e82119d4c87f
Author: Yu Gu  gmail  com>
AuthorDate: Sat Oct 29 11:07:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 14:02:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213197c8

dev-perl/HTML-Quoted: Keyword 0.40.0-r1 riscv, #878483

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
index 1dd693582739..651bb124f460 100644
--- a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extract structure of quoted HTML mail message"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
>=dev-perl/HTML-Parser-3.0.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

2021-11-01 Thread Andreas K. Hüttel
commit: 8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Nov  1 11:19:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Nov  1 11:24:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3d590

dev-perl/HTML-Quoted: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{HTML-Quoted-0.40.0.ebuild => HTML-Quoted-0.40.0-r1.ebuild}| 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
similarity index 87%
rename from dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
rename to dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
index 79dd4f858e1..1dd69358273 100644
--- a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=TSIBLEY
 DIST_VERSION=0.04
@@ -11,12 +11,11 @@ DESCRIPTION="Extract structure of quoted HTML mail message"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE=""
 
 RDEPEND="
>=dev-perl/HTML-Parser-3.0.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

2017-06-29 Thread Andreas Hüttel
commit: 931e183ee7a2fde6c44e672ee444aca6f4339336
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun 29 21:47:41 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun 29 21:47:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931e183e

dev-perl/HTML-Quoted: Add build fix for Perl 5.26, bug 616970

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
index 7845a0b56c5..79dd4f858e1 100644
--- a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
@@ -19,3 +19,9 @@ RDEPEND="
 DEPEND="${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

2016-02-23 Thread Andreas Hüttel
commit: f1e966012879885d3b15f649a8824ab9a233a252
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Feb 23 11:57:12 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Feb 23 12:34:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e96601

dev-perl/HTML-Quoted: Remove old

Package-Manager: portage-2.2.27

 dev-perl/HTML-Quoted/HTML-Quoted-0.30.0-r1.ebuild | 24 ---
 dev-perl/HTML-Quoted/Manifest |  1 -
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.30.0-r1.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.30.0-r1.ebuild
deleted file mode 100644
index 95d49c8..000
--- a/dev-perl/HTML-Quoted/HTML-Quoted-0.30.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RUZ
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="Extract structure of quoted HTML mail message"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-perl/HTML-Parser-3.0.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.420.0
-"
-
-SRC_TEST=do

diff --git a/dev-perl/HTML-Quoted/Manifest b/dev-perl/HTML-Quoted/Manifest
index 04b072d..9090e7b 100644
--- a/dev-perl/HTML-Quoted/Manifest
+++ b/dev-perl/HTML-Quoted/Manifest
@@ -1,2 +1 @@
-DIST HTML-Quoted-0.03.tar.gz 20836 SHA256 
ec5eedcbbbf8fd0a91e95c2bf35fe6efe0e1faa4f64f18063b4c240c29d08175 SHA512 
7d471740cf71483180088c36b9ca867d8cd5e242e0fbc0b6a1060f0ab7b420131a65654dd941ed6047d5944f954990cbeb8d323a6a5a4bd61add91dc99db7bba
 WHIRLPOOL 
721e05cb1cf33b702dfdced3c725214494d5b4ab12c09f02231a3a179829c49a7a0e678f42623f70c16508630617ba6199e10658e72df4f95a2c66862fe62b0f
 DIST HTML-Quoted-0.04.tar.gz 23106 SHA256 
8b41f313fdc1812f02f6f6c37d58f212c84fdcf7827f7fd4b030907f39dc650c SHA512 
a13fb07d683741ec32679780d7183c849c534fb79e2b5f5613f9142e2b877938712d8bf20bb1e540ad5f4532cd7f2fcbf42bc3be5e931d7a4a2ae12bd0af0cc0
 WHIRLPOOL 
1af8d20e045be9f6296338eadaaac7ae9c839a35fa9b78c11cb56bfbe96e6210d05ae51dd5b9326b671205151f5b2da53438a3bb4b38525d63c6cb65f4a64e5b



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Quoted/

2016-02-20 Thread Patrice Clement
commit: 8fdadbde0ffd3293a026623b3500a1a7f8cd1a21
Author: Kent Fredric  gmail  com>
AuthorDate: Sat Feb 20 02:41:26 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 20 07:47:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdadbde

dev-perl/HTML-Quoted: Bump to version 0.40.0

- use EAPI6
- update deps

Package-Manager: portage-2.2.27

 dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild | 22 ++
 dev-perl/HTML-Quoted/Manifest  |  1 +
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild 
b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
new file mode 100644
index 000..db1f6b8
--- /dev/null
+++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TSIBLEY
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Extract structure of quoted HTML mail message"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-perl/HTML-Parser-3.0.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+"

diff --git a/dev-perl/HTML-Quoted/Manifest b/dev-perl/HTML-Quoted/Manifest
index 5ce8e26..04b072d 100644
--- a/dev-perl/HTML-Quoted/Manifest
+++ b/dev-perl/HTML-Quoted/Manifest
@@ -1 +1,2 @@
 DIST HTML-Quoted-0.03.tar.gz 20836 SHA256 
ec5eedcbbbf8fd0a91e95c2bf35fe6efe0e1faa4f64f18063b4c240c29d08175 SHA512 
7d471740cf71483180088c36b9ca867d8cd5e242e0fbc0b6a1060f0ab7b420131a65654dd941ed6047d5944f954990cbeb8d323a6a5a4bd61add91dc99db7bba
 WHIRLPOOL 
721e05cb1cf33b702dfdced3c725214494d5b4ab12c09f02231a3a179829c49a7a0e678f42623f70c16508630617ba6199e10658e72df4f95a2c66862fe62b0f
+DIST HTML-Quoted-0.04.tar.gz 23106 SHA256 
8b41f313fdc1812f02f6f6c37d58f212c84fdcf7827f7fd4b030907f39dc650c SHA512 
a13fb07d683741ec32679780d7183c849c534fb79e2b5f5613f9142e2b877938712d8bf20bb1e540ad5f4532cd7f2fcbf42bc3be5e931d7a4a2ae12bd0af0cc0
 WHIRLPOOL 
1af8d20e045be9f6296338eadaaac7ae9c839a35fa9b78c11cb56bfbe96e6210d05ae51dd5b9326b671205151f5b2da53438a3bb4b38525d63c6cb65f4a64e5b