dev-perl/Text-Autoformat: Bump to version 1.740.0
authorKent Fredric <kentfredric@gmail.com>
Mon, 18 Apr 2016 20:22:32 +0000 (08:22 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 23 Apr 2016 17:30:44 +0000 (19:30 +0200)
- 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
dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild [new file with mode: 0644]
dev-perl/Text-Autoformat/metadata.xml

index b625c834430c082ab364112659299f2b13fc4463..2b7ffc59d059903642d9ce7b87a141a688f7d56a 100644 (file)
@@ -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 (file)
index 0000000..12ee3cf
--- /dev/null
@@ -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"
+}
index 0ae7eb7bff53ec4b04bfeac0c940e2da7ac9572c..6bc30a05b4c619c53056f1d6b6729a54b1961dac 100644 (file)
@@ -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>