summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-19 02:11:01 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-19 02:18:43 +0100
commit9b8777f1f4baf973589826d32a396f4f6b26bcf0 (patch)
tree2f04cdfa0ff6309d63336bc40f39ba197f45088d
parentdev-perl/MooseX-Types-URI: Remove old (diff)
downloadgentoo-9b8777f1f4baf973589826d32a396f4f6b26bcf0.tar.gz
gentoo-9b8777f1f4baf973589826d32a396f4f6b26bcf0.tar.bz2
gentoo-9b8777f1f4baf973589826d32a396f4f6b26bcf0.zip
dev-perl/MooX-HandlesVia: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/MooX-HandlesVia/Manifest1
-rw-r--r--dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
index d726b009961c..f1b9722aac49 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1,2 +1 @@
-DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
DIST MooX-HandlesVia-0.001009.tar.gz 24754 BLAKE2B 965da8297cb22e266b43c8bb79248db7122fca51e2ab98f6ef038463919b0e6128f0328cc3b02245031dbe3a3805963e3bf231c3ee5e959108fa8e821d500b4a SHA512 ea3521bf04c52db09068d4fa7cedd3642fd54fc40b5c88cde9340f0a3bb0da03f2aabbe22788a4f33ffedc628fc510c4fb57bdf3f7c9ce1b9316dd1408c2dd40
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
deleted file mode 100644
index cc9dfc75a173..000000000000
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTP
-DIST_VERSION=0.001008
-inherit perl-module
-
-DESCRIPTION="NativeTrait-like behavior for Moo"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Class-Method-Modifiers
- >=dev-perl/Data-Perl-0.2.6
- dev-perl/Module-Runtime
- >=dev-perl/Moo-1.3.0
- dev-perl/Role-Tiny
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/MooX-Types-MooseLike-0.230.0
- dev-perl/Test-Exception
- dev-perl/Test-Fatal
- virtual/perl-Test-Simple
- )
-"