summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-28 17:19:46 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-28 17:29:49 +0200
commit8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f (patch)
tree060cca99cd8466fc22c02a098dd5b4985ecee3d8 /dev-perl/Moo/Moo-2.0.0.ebuild
parentdev-perl/Moose: Remove old (diff)
downloadgentoo-8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f.tar.gz
gentoo-8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f.tar.bz2
gentoo-8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f.zip
dev-perl/Moo: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Moo/Moo-2.0.0.ebuild')
-rw-r--r--dev-perl/Moo/Moo-2.0.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/Moo/Moo-2.0.0.ebuild b/dev-perl/Moo/Moo-2.0.0.ebuild
deleted file mode 100644
index 563f1b81f0f0..000000000000
--- a/dev-perl/Moo/Moo-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=HAARG
-MODULE_VERSION=2.000000
-inherit perl-module
-
-DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Class-Method-Modifiers-1.100.0
- >=dev-perl/Devel-GlobalDestruction-0.110.0
- >=virtual/perl-Exporter-5.570.0
- >=dev-perl/Module-Runtime-0.14.0
- >=dev-perl/Role-Tiny-2.0.0
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Test-Fatal-0.3.0
- >=virtual/perl-Test-Simple-0.94
- )
-"
-
-SRC_TEST="do parallel"