summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Specio/Manifest3
-rw-r--r--dev-perl/Specio/Specio-0.310.0.ebuild39
-rw-r--r--dev-perl/Specio/Specio-0.350.0.ebuild39
-rw-r--r--dev-perl/Specio/Specio-0.360.0.ebuild39
-rw-r--r--dev-perl/Specio/files/Specio-0.31-installskip.patch52
5 files changed, 0 insertions, 172 deletions
diff --git a/dev-perl/Specio/Manifest b/dev-perl/Specio/Manifest
index 17faa82a64dc..28b31fb54d61 100644
--- a/dev-perl/Specio/Manifest
+++ b/dev-perl/Specio/Manifest
@@ -1,6 +1,3 @@
-DIST Specio-0.31.tar.gz 82791 BLAKE2B f7781f53e59eb4e05c4bcf8275b79c54d7c08da7f0ded5899619f51169c90c5874bbf39d688e56678574a6b15e640e3242b97477ec81557b96cbf2ad6161d5a9 SHA512 1d16ff9aeb3e2026c23928db64587e42f74b2488b7aeef6ee7b03ec0542dd4986cca25b3206d7d50e54724d5d3e04e8ab268808d42ff32f179ea719ca6821544
DIST Specio-0.32.tar.gz 83679 BLAKE2B 0fb800160893c99dfc6ab1275f567d58c38aeec56211952b1438d0a91035e4861f40645396d730bdb2482230e4b1eff9630ce520db1eaf8ed30396a28da2233b SHA512 6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b
-DIST Specio-0.35.tar.gz 94969 BLAKE2B bdddb92aa2ac5b31dc564ec5dd79ae92d9049b9b6685ca9d423c1ede7a9f8edbbc202bd08ffaa42b0a2717408ec76d47d38e335cb30b9eff8b82c4358fe6567e SHA512 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
-DIST Specio-0.36.tar.gz 96413 BLAKE2B 698a1ac18998861e215ebd069f9d550fa10dd49cc25c32aa25084e67b1b02619c082651aa230d3c2ea6ec5962390238211e61ae7fe4c5cf2f0869df1d2438f14 SHA512 48727173345cb34c12317f5679c9301b207c3ffac73c2abb2437bf59606e811879a6ac2013c647e3d314de37c4b1ff0fbf256c9e931ddad2e61a6d100ac7afb8
DIST Specio-0.37.tar.gz 96573 BLAKE2B 4c67bf55fb0fd46062cae23b42efcb2a3d9a4367ca6f87d1a743be7679fb3ed9a5234c8a1adf517ce9b4eb41d810990943de8939eb701da31bd7bb11fdd70273 SHA512 590b5e1515744b699340441f4c14f8fc978b4b637ddb5d9e32db2aa883800c86d7323f85190e92e34571fb57af196f477909aa6cc276a793ae82698f4042468a
DIST Specio-0.42.tar.gz 101641 BLAKE2B 9c527cd1b306d1a8394ad5b6757153aa00edcf111a444b3792cf088aec0a00597c655f59971eef7a8a6a7689e9b683ca78789b7adf1c9d19a0b6861cd4b90733 SHA512 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0
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"
diff --git a/dev-perl/Specio/Specio-0.350.0.ebuild b/dev-perl/Specio/Specio-0.350.0.ebuild
deleted file mode 100644
index 5d1af555ecb1..000000000000
--- a/dev-perl/Specio/Specio-0.350.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.35
-inherit perl-module
-
-DESCRIPTION="Type constraints and coercions for Perl"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-
-RDEPEND="
- !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
- virtual/perl-Carp
- dev-perl/Devel-StackTrace
- dev-perl/Eval-Closure
- virtual/perl-Exporter
- virtual/perl-IO
- dev-perl/MRO-Compat
- dev-perl/Module-Runtime
- >=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.md"
diff --git a/dev-perl/Specio/Specio-0.360.0.ebuild b/dev-perl/Specio/Specio-0.360.0.ebuild
deleted file mode 100644
index 1c3a7cf31095..000000000000
--- a/dev-perl/Specio/Specio-0.360.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.36
-inherit perl-module
-
-DESCRIPTION="Type constraints and coercions for Perl"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-
-RDEPEND="
- !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
- virtual/perl-Carp
- dev-perl/Devel-StackTrace
- dev-perl/Eval-Closure
- virtual/perl-Exporter
- virtual/perl-IO
- dev-perl/MRO-Compat
- dev-perl/Module-Runtime
- >=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.md"
diff --git a/dev-perl/Specio/files/Specio-0.31-installskip.patch b/dev-perl/Specio/files/Specio-0.31-installskip.patch
deleted file mode 100644
index 1798d3f0c2c7..000000000000
--- a/dev-perl/Specio/files/Specio-0.31-installskip.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 75ac71299516640967a884f58c1c0f9176fdb16f Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentfredric@gmail.com>
-Date: Fri, 11 Nov 2016 12:43:36 +1300
-Subject: [PATCH] Mark TODO.pod as "Not for installation"
-
-https://github.com/houseabsolute/Specio/pull/4
-
-Due to historical reasons, EUMM installs all files called "*.pm"
-or "*.pod" in the distributions root directory to the the install
-target.
-
-For instance,
-
- Dist-Foo-Bar/Bar.pm -> ${site_lib}/Dist/Foo/Bar.pm
- Dist-Foo-Bar/TODO.pod -> ${site_lib}/Dist/Foo/TODO.pod
- Dist-Foo/TODO.pod -> ${site_lib}/Dist/TODO.pod
- Dist/TODO.pod -> ${site_lib}/TODO.pod
-
-INSTALL.SKIP is used by ExtUtils::Install to mark things as "not for
-installation" while performing "make install", and acts to filter
-things in "blib/" from landing in ${site_lib}
-
-It will still *appear* to have no impact because EUMM will still spit
-out that its copying it from Dist-Foo/ to Dist-Foo/blib/
-
-But it shouldn't end up in the install target.
-
-Additionally, this rule filters out any resulting man-pages as well,
-because TODO.pod will be manified before ExtUtils::Install gets a
-chance.
-
-And the proof is in the pudding.
-
- cpanm -l /tmp/elib Specio-$VERSION.tar.gz
- find /tmp/elib | grep -i TODO
-
-Now should emit nothing.
----
- INSTALL.SKIP | 1 +
- 1 file changed, 1 insertion(+)
- create mode 100644 INSTALL.SKIP
-
-diff --git a/INSTALL.SKIP b/INSTALL.SKIP
-new file mode 100644
-index 0000000..5d454a6
---- /dev/null
-+++ b/INSTALL.SKIP
-@@ -0,0 +1 @@
-+TODO\.(pod|0)$
---
-2.10.2
-