summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-25 19:47:00 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-26 22:02:54 +0200
commitbb1e29714cf04b7d104c1054f892e8ff74924758 (patch)
treeb83fa5b902793d6738aaac8b524f443a1c434a88 /dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild
parentdev-perl/text-wrapper: Removed, gone to dev-perl/Text-Wrapper (diff)
downloadgentoo-bb1e29714cf04b7d104c1054f892e8ff74924758.tar.gz
gentoo-bb1e29714cf04b7d104c1054f892e8ff74924758.tar.bz2
gentoo-bb1e29714cf04b7d104c1054f892e8ff74924758.zip
dev-perl/Text-Wrapper: Bump to version 1.50.0
- EAPI6 - Add USE="examples" and USE="minimal" ( tests ) Upstream: - Packaging changes - More test coverage 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-Wrapper/Text-Wrapper-1.50.0.ebuild')
-rw-r--r--dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild b/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild
new file mode 100644
index 000000000000..86ea729a2cfe
--- /dev/null
+++ b/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CJM
+DIST_VERSION=1.05
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Word wrap text by breaking long lines"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="virtual/perl-Carp"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ !minimal? (
+ dev-perl/Test-Differences
+ )
+ virtual/perl-Test-Simple
+ )
+"