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-Autoformat/
Date: Thu, 23 Sep 2021 11:29:52
Message-Id: 1632396568.faeb8e973f9bb1cddd58a764a2ed1f057b570981.dilfridge@gentoo
1 commit: faeb8e973f9bb1cddd58a764a2ed1f057b570981
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 11:27:17 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 11:29:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faeb8e97
7
8 dev-perl/Text-Autoformat: Version bump 1.75
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-Autoformat/Manifest | 1 +
14 .../Text-Autoformat/Text-Autoformat-1.750.0.ebuild | 30 ++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-perl/Text-Autoformat/Manifest b/dev-perl/Text-Autoformat/Manifest
18 index 8716818f8c5..fa575567e10 100644
19 --- a/dev-perl/Text-Autoformat/Manifest
20 +++ b/dev-perl/Text-Autoformat/Manifest
21 @@ -1 +1,2 @@
22 DIST Text-Autoformat-1.74.tar.gz 29485 BLAKE2B e8fca3c994877488ca3f3a98681fc3cc189f8b9294bee775248b9c43a14dad2341f4b92fad201ae4e44dcb4d589631ffb43fcac21ecb44aa186bb0e38cfeb412 SHA512 276e97a0db20032919a6aeacba701350fa8fadf6c1bda7dcda714ef4f1c168b8cc3150a126719d940194c8b20dd534543ec914f03c50e27e4a61b1083ca312c6
23 +DIST Text-Autoformat-1.75.tar.gz 29621 BLAKE2B c0a27361f4810949596ffa5af46a3f82f26d9b5ef30b2990d26596397c5a7532d227266e3985fa3122d0059d3780bc079e8fd418d04233ce652857f7a5c72836 SHA512 45476dddfd3938561bc0aed9c86cf7876cb823349de815fa511530b80a4049748b4aed2d3135e4349ad1373b8d7fb0a23918a11979ae906551f53f95581c7db2
24
25 diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild
26 new file mode 100644
27 index 00000000000..4b00cd0bd95
28 --- /dev/null
29 +++ b/dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild
30 @@ -0,0 +1,30 @@
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=NEILB
37 +DIST_VERSION=1.75
38 +inherit perl-module
39 +
40 +DESCRIPTION="Automatic text wrapping and reformatting"
41 +
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 +IUSE="examples"
45 +
46 +RDEPEND="
47 + virtual/perl-Carp
48 + virtual/perl-Exporter
49 + dev-perl/Text-Reform
50 + virtual/perl-Text-Tabs+Wrap
51 +"
52 +BDEPEND="${RDEPEND}
53 + virtual/perl-ExtUtils-MakeMaker
54 + test? ( >=virtual/perl-Test-Simple-0.880.0 )
55 +"
56 +
57 +src_install() {
58 + perl-module_src_install
59 + use examples && perl_doexamples "config.emacs" "config.vim"
60 +}