summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-20 21:45:18 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-20 22:12:31 +0200
commit91425d9f3d0b57517d5167e420809d0079bb0f1c (patch)
treeaa35243de0993916e1929c774fa9747ee8f68604 /dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild
parentdev-libs/libclc: keyword ~arm64 (diff)
downloadgentoo-91425d9f3d0b57517d5167e420809d0079bb0f1c.tar.gz
gentoo-91425d9f3d0b57517d5167e420809d0079bb0f1c.tar.bz2
gentoo-91425d9f3d0b57517d5167e420809d0079bb0f1c.zip
dev-perl/String-Truncate: New package, needed for Dist::Zilla::Plugin::PodWeaver
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild')
-rw-r--r--dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild b/dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild
new file mode 100644
index 000000000000..582581317118
--- /dev/null
+++ b/dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.100602
+inherit perl-module
+
+DESCRIPTION="Module for when strings are too long to be displayed in..."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/Sub-Exporter-0.953.0
+ >=dev-perl/Sub-Install-0.30.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"