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 /dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
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>
Diffstat (limited to 'dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild')
-rw-r--r--dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild32
1 files changed, 0 insertions, 32 deletions
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
- )
-"