summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 01:09:27 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 01:10:07 +0100
commit3b483055f6c9519eae6a14b59889ed368b22f0c5 (patch)
treebbb3539434d90b7593f96d8f593a444a31b2a98b /dev-perl/Throwable
parentdev-perl/TheSchwartz: Remove old (diff)
downloadgentoo-3b483055f6c9519eae6a14b59889ed368b22f0c5.tar.gz
gentoo-3b483055f6c9519eae6a14b59889ed368b22f0c5.tar.bz2
gentoo-3b483055f6c9519eae6a14b59889ed368b22f0c5.zip
dev-perl/Throwable: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Throwable')
-rw-r--r--dev-perl/Throwable/Manifest1
-rw-r--r--dev-perl/Throwable/Throwable-0.200.13.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Throwable/Manifest b/dev-perl/Throwable/Manifest
index 5e910b5cae30..65cc0913dcc1 100644
--- a/dev-perl/Throwable/Manifest
+++ b/dev-perl/Throwable/Manifest
@@ -1,2 +1 @@
-DIST Throwable-0.200013.tar.gz 20254 BLAKE2B 96150b877288e9acfba7b72b721a85779b1a3cc04db4159ff0e135653a8c15f5a207d52b4275f56912496ad0fdbb178e455eb668912295053d865f4cfa224e50 SHA512 81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963
DIST Throwable-1.000.tar.gz 21875 BLAKE2B afa787b0e29f8d962589edb87b93aa343d703ad00bf7e9d96b2a4a66b95ffdde5877a775a7aba053ee7b4d0ad2b7ba46677a1ed8d416003f70a2fdfa176c296e SHA512 d81d2e3eff78ad396e6e61ad09ecf3c1eaaf33ae24c8b74c8336b568dceb1b62aa03f9e8417df2edc55b0c6806599c7e88ccc43f2b45c11262fd8139706a9bc3
diff --git a/dev-perl/Throwable/Throwable-0.200.13.ebuild b/dev-perl/Throwable/Throwable-0.200.13.ebuild
deleted file mode 100644
index 700146adf215..000000000000
--- a/dev-perl/Throwable/Throwable-0.200.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=0.200013
-inherit perl-module
-
-DESCRIPTION="A role for classes that can be thrown"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- >=dev-perl/Devel-StackTrace-1.320.0
- >=dev-perl/Module-Runtime-0.2.0
- >=dev-perl/Moo-1.0.1
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-CPAN-Meta-2.120.900
- virtual/perl-File-Spec
- >=virtual/perl-Test-Simple-0.960.0
- )
-"