summaryrefslogtreecommitdiff
path: root/dev-perl/Specio/Specio-0.310.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Specio/Specio-0.310.0.ebuild')
-rw-r--r--dev-perl/Specio/Specio-0.310.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/Specio/Specio-0.310.0.ebuild b/dev-perl/Specio/Specio-0.310.0.ebuild
deleted file mode 100644
index 3b54ef074b91..000000000000
--- a/dev-perl/Specio/Specio-0.310.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="Type constraints and coercions for Perl"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~x86-fbsd"
-IUSE="test"
-
-PATCHES=("${FILESDIR}/${PN}-${DIST_VERSION}-installskip.patch")
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Devel-StackTrace
- dev-perl/Eval-Closure
- virtual/perl-Exporter
- virtual/perl-IO
- dev-perl/MRO-Compat
- >=dev-perl/Role-Tiny-1.3.3
- >=virtual/perl-Scalar-List-Utils-1.330.0
- virtual/perl-Storable
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- virtual/perl-parent
- >=virtual/perl-version-0.830.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-Needs
- )
-"
-mydoc="TODO.pod"