summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-17 10:11:05 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 19:30:44 +0200
commit24e3789720a1413a8246035e1edbda997f8c8092 (patch)
tree3b19c2909453c719bfcf89875b5e713318d5eecd /dev-perl/Text-Aligner
parentdev-perl/Test-YAML: Bump to version 1.60.0 (diff)
downloadgentoo-24e3789720a1413a8246035e1edbda997f8c8092.tar.gz
gentoo-24e3789720a1413a8246035e1edbda997f8c8092.tar.bz2
gentoo-24e3789720a1413a8246035e1edbda997f8c8092.zip
dev-perl/Text-Aligner: Bump to version 0.130.0
- 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"
Diffstat (limited to 'dev-perl/Text-Aligner')
-rw-r--r--dev-perl/Text-Aligner/Manifest1
-rw-r--r--dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Text-Aligner/Manifest b/dev-perl/Text-Aligner/Manifest
index 8842fa2d4f75..6a09150a7cc1 100644
--- a/dev-perl/Text-Aligner/Manifest
+++ b/dev-perl/Text-Aligner/Manifest
@@ -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
index 000000000000..cc32058e9fe0
--- /dev/null
+++ b/dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild
@@ -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
+}