Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Quoted/
Date: Sat, 25 Sep 2021 18:34:50
Message-Id: 1632594871.3950fd2067d79fd68d96232e4bae64691be097fa.dilfridge@gentoo
1 commit: 3950fd2067d79fd68d96232e4bae64691be097fa
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 18:32:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 18:34:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3950fd20
7
8 dev-perl/Text-Quoted: Version bump 2.10
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Text-Quoted/Manifest | 1 +
14 dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-perl/Text-Quoted/Manifest b/dev-perl/Text-Quoted/Manifest
18 index 988082eeb79..370f1c5d8d0 100644
19 --- a/dev-perl/Text-Quoted/Manifest
20 +++ b/dev-perl/Text-Quoted/Manifest
21 @@ -1 +1,2 @@
22 DIST Text-Quoted-2.09.tar.gz 27978 BLAKE2B 9b9e06f68ae163e87a7d98d8c0ab8a1159a8af774541c9d32f32fa5ac215026bcc0c527e32e5b1276860a3f461294d6539c48eb8450be557188923bbe857aa62 SHA512 c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef
23 +DIST Text-Quoted-2.10.tar.gz 26498 BLAKE2B 73675c09c5af4f137748cabac006cddd66394d47c1fa5451eeb6441bc6f4fc716ddfaf44decd3b809ef5ab676c9be42697af4e352900b1a6f58ac1458025f343 SHA512 11f76028beec9b233205d264283cc2c5dcae82553d88ac80141f2d314c9cd054b37bfd363cd6c6addc50cfdc001790bb8506975f78a10b6c5901e9216151029a
24
25 diff --git a/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild
26 new file mode 100644
27 index 00000000000..1b1833795ce
28 --- /dev/null
29 +++ b/dev-perl/Text-Quoted/Text-Quoted-2.100.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=BPS
37 +DIST_VERSION=2.10
38 +inherit perl-module
39 +
40 +DESCRIPTION="Extract the structure of a quoted mail message"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
44 +
45 +RDEPEND="
46 + dev-perl/Text-Autoformat
47 + virtual/perl-Text-Tabs+Wrap
48 +"
49 +BDEPEND="${RDEPEND}
50 + >=virtual/perl-ExtUtils-MakeMaker-6.590.0
51 +"