diff options
Diffstat (limited to 'dev-perl/Moo/Moo-0.9.10.ebuild')
-rw-r--r-- | dev-perl/Moo/Moo-0.9.10.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/Moo/Moo-0.9.10.ebuild b/dev-perl/Moo/Moo-0.9.10.ebuild deleted file mode 100644 index aac61a9b87d0..000000000000 --- a/dev-perl/Moo/Moo-0.9.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-0.9.10.ebuild,v 1.1 2011/07/20 10:14:03 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MSTROUT -MODULE_VERSION=0.009010 -inherit perl-module - -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - >=dev-perl/strictures-1.1.1 - >=dev-perl/Class-Method-Modifiers-1.50.0 -" -DEPEND="${RDEPEND} - test? ( - >=dev-perl/Test-Fatal-0.003 - >=virtual/perl-Test-Simple-0.96 - ) -" - -SRC_TEST=do |