commit: 3950fd2067d79fd68d96232e4bae64691be097fa
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 18:32:30 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 18:34:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3950fd20
dev-perl/Text-Quoted: Version bump 2.10
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Text-Quoted/Manifest | 1 +
dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-perl/Text-Quoted/Manifest b/dev-perl/Text-Quoted/Manifest
index 988082eeb79..370f1c5d8d0 100644
--- a/dev-perl/Text-Quoted/Manifest
+++ b/dev-perl/Text-Quoted/Manifest
@@ -1 +1,2 @@
DIST Text-Quoted-2.09.tar.gz 27978 BLAKE2B
9b9e06f68ae163e87a7d98d8c0ab8a1159a8af774541c9d32f32fa5ac215026bcc0c527e32e5b1276860a3f461294d6539c48eb8450be557188923bbe857aa62
SHA512
c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef
+DIST Text-Quoted-2.10.tar.gz 26498 BLAKE2B
73675c09c5af4f137748cabac006cddd66394d47c1fa5451eeb6441bc6f4fc716ddfaf44decd3b809ef5ab676c9be42697af4e352900b1a6f58ac1458025f343
SHA512
11f76028beec9b233205d264283cc2c5dcae82553d88ac80141f2d314c9cd054b37bfd363cd6c6addc50cfdc001790bb8506975f78a10b6c5901e9216151029a
diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild
b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild
new file mode 100644
index 00000000000..1b1833795ce
--- /dev/null
+++ b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPS
+DIST_VERSION=2.10
+inherit perl-module
+
+DESCRIPTION="Extract the structure of a quoted mail message"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
~sparc-solaris"
+
+RDEPEND="
+ dev-perl/Text-Autoformat
+ virtual/perl-Text-Tabs+Wrap
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+"