dev-perl/Text-Aligner: Bump to version 0.130.0
authorKent Fredric <kentfredric@gmail.com>
Sat, 16 Apr 2016 22:11:05 +0000 (10:11 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 23 Apr 2016 17:30:44 +0000 (19:30 +0200)
- EAPI6
- Fixup tests

Upstream:
- Relicense under ISC/MIT
- Documentation improvements
- Fixed warning on newer perls.

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-Aligner/Manifest
dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild [new file with mode: 0644]

index 8842fa2d4f75230783e863fc5f5ec96cae075bfa..6a09150a7cc1c4cfe45d3accc101f59f9ca6a2a0 100644 (file)
@@ -1 +1,2 @@
 DIST Text-Aligner-0.07.tar.gz 15853 SHA256 33e6a45a6dcdd7f799f788f45c335979c0455eb751baae49d6be561bd741ebee SHA512 f3c161e88b12cd999b55529af8002702d324923fecf986b84bac610c5cfade6e1bf4d34285c00927ace232a9bbff11f2748913d0e6e87f5d27c2d381e64403ac WHIRLPOOL c8e01539fe98f6369589b5380ce4a797d7d3f4945fd5e7ef83ed36d3509c244df1256a28e6c74ded650ed68fa758a335ce2386109c16173d5f87bc81eea1625f
+DIST Text-Aligner-0.13.tar.gz 12932 SHA256 e61c1c93cdefd9cc2a40f12fa8bfb12e64bb06d2375ba9e61534249865103eef SHA512 493ab6b32319e74c4b08b8473a17e69d5ce49d28495c7c759709661863a88613b766c3275035ea43f82448ea4f37a02ae2ab8f7baf68d79388b125dbd440004a WHIRLPOOL c6124a98cc78be19e1e8e4126b3f4930725068b73a4ac327614578b1eb37cddeb9fb426f2d7dee796e4f10655a7da77a7add70d9f57a711d620359b0ad38543d
diff --git a/dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild b/dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild
new file mode 100644 (file)
index 0000000..cc32058
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Used to justify strings to various alignment styles"
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       virtual/perl-Exporter
+       >=virtual/perl-Term-ANSIColor-2.20.0"
+DEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-0.280.0
+       test? (
+               virtual/perl-File-Spec
+               virtual/perl-File-Temp
+               virtual/perl-IO
+               virtual/perl-Test-Simple
+       )
+"
+src_test() {
+       perl_rm_files t/release-{cpan-changes,kwalitee,trailing-space}.t \
+                                 t/author-{no-tabs,pod-{coverage,syntax}}.t
+
+       perl-module_src_test
+}