public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Autoformat/
Date: Sat, 23 Apr 2016 17:30:59 +0000 (UTC)	[thread overview]
Message-ID: <1461432644.d0b0a4221a92d574ba0a47e1190ffe5911b5def3.dilfridge@gentoo> (raw)

commit:     d0b0a4221a92d574ba0a47e1190ffe5911b5def3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 18 20:22:32 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 17:30:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b0a422

dev-perl/Text-Autoformat: Bump to version 1.740.0

- EAPI6
- Install Emacs/Vim examples with USE="examples"

Upstream:
- Uninitialised value warnings fixed.
- "negative repeat count" warnings fixed.

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Text-Autoformat/Manifest                  |  1 +
 .../Text-Autoformat/Text-Autoformat-1.740.0.ebuild | 30 ++++++++++++++++++++++
 dev-perl/Text-Autoformat/metadata.xml              |  4 +--
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Autoformat/Manifest b/dev-perl/Text-Autoformat/Manifest
index b625c83..2b7ffc5 100644
--- a/dev-perl/Text-Autoformat/Manifest
+++ b/dev-perl/Text-Autoformat/Manifest
@@ -1,2 +1,3 @@
 DIST Text-Autoformat-1.669002.tar.gz 20399 SHA256 7dbbc86c2550bc62ab00b6abca28019f8b144fb0fca33daeb2f373ca40d1d200 SHA512 8dc6f239c82a7e72c9ec8cbe680db94e76e11459cf47e8720aab269209234119bb7e017079ad6e0a817889fd3684f384a3186024ddad456f80ad8d4d173e646b WHIRLPOOL 8cfcaeb053b846002f296f543d100487ff458205900b71d93c4c1045b02aa2fe000657b219fae0145f942ae99e2aff3d08d3df4ac1c3d2499d67cb9ba5c709e2
 DIST Text-Autoformat-1.72.tar.gz 29124 SHA256 b541152699fcd0f026322f283b7d9184839742aee0edb317a014c195ea26ae51 SHA512 9ea972df835cd22f931437ec23106f2efe460756a1efa0806fd387023aef102c86dcb1d94cc7883a93f5a45477e53f142135b2abca031ed28e5c9280ef5e294a WHIRLPOOL 76820eacd37033e76a350ff0f29ffa3f2d1016d346ace901353f29192aa7833de81b8547bee55a4af412f6cb7257385c11f51922d488d8c2aeab7a37ed528ae5
+DIST Text-Autoformat-1.74.tar.gz 29485 SHA256 07eb3c2b3515897340ca6e9377495bbe2e05ec80d7f3f146adab8e534a818d5e SHA512 276e97a0db20032919a6aeacba701350fa8fadf6c1bda7dcda714ef4f1c168b8cc3150a126719d940194c8b20dd534543ec914f03c50e27e4a61b1083ca312c6 WHIRLPOOL 3a855e8c987ed5ad756c98e921370a29ef89ed830db8c8d1e69a431c1cc414d5ba1edc0169c780c9eed880200a70e7c44696bd45fa22de695fabdd0c305948e9

diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild
new file mode 100644
index 0000000..12ee3cf
--- /dev/null
+++ b/dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.74
+inherit perl-module
+
+DESCRIPTION="Automatic text wrapping and reformatting"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test examples"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Exporter
+	dev-perl/Text-Reform
+	virtual/perl-Text-Tabs+Wrap
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
+src_install() {
+	perl-module_src_install
+	use examples && perl_doexamples "config.emacs" "config.vim"
+}

diff --git a/dev-perl/Text-Autoformat/metadata.xml b/dev-perl/Text-Autoformat/metadata.xml
index 0ae7eb7..6bc30a0 100644
--- a/dev-perl/Text-Autoformat/metadata.xml
+++ b/dev-perl/Text-Autoformat/metadata.xml
@@ -7,8 +7,8 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Text-Autoformat</remote-id>
-    <remote-id type="cpan-module">Hang</remote-id>
-    <remote-id type="cpan-module">NullHang</remote-id>
     <remote-id type="cpan-module">Text::Autoformat</remote-id>
+    <remote-id type="cpan-module">Text::Autoformat::Hang</remote-id>
+    <remote-id type="cpan-module">Text::Autoformat::NullHang</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2016-04-23 17:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-23 17:30 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Autoformat/ Arthur Zamarin
2025-01-10  8:48 Arthur Zamarin
2021-12-11  0:10 Andreas K. Hüttel
2021-12-06  0:10 Sam James
2021-12-05  4:36 Sam James
2021-12-05  4:21 Sam James
2021-12-05  4:05 Sam James
2021-12-05  4:01 Sam James
2021-12-05  3:04 Sam James
2021-09-23 11:29 Andreas K. Hüttel
2018-10-21  8:39 Fabian Groffen
2016-07-08 21:03 Andreas Hüttel
2016-07-08 21:03 Andreas Hüttel
2016-06-13 15:30 Tobias Klausmann
2016-06-11 17:08 Andreas Hüttel
2016-04-23 17:31 Andreas Hüttel
2015-09-11 22:48 Andreas Hüttel
2015-09-11 22:48 Andreas Hüttel
2015-09-11 22:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/text-autoformat/ Andreas Hüttel
2015-09-11 22:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Autoformat/ Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461432644.d0b0a4221a92d574ba0a47e1190ffe5911b5def3.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox