summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-19 00:03:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-19 00:07:42 +0200
commitf2df91aa4dc22fb458a525a2684042f91da4f283 (patch)
tree573a5fd1245b0c32e938954f3d2b20ebcf0a18b9 /dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild
parentdev-python/filemagic: add filemagic-1.6 ebuild (diff)
downloadgentoo-f2df91aa4dc22fb458a525a2684042f91da4f283.tar.gz
gentoo-f2df91aa4dc22fb458a525a2684042f91da4f283.tar.bz2
gentoo-f2df91aa4dc22fb458a525a2684042f91da4f283.zip
dev-perl/Carp-Always: New package, needed for dev-perl/LaTeX-Encode
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild')
-rw-r--r--dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild
new file mode 100644
index 000000000000..b9757dfdf687
--- /dev/null
+++ b/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=FERREIRA
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Warns and dies noisily with stack backtraces"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/Test-Base
+ )
+"