summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 11:38:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 11:38:37 +0000
commitbd540ae43d173d0170dcee8fd73aec3468c46e9c (patch)
tree7dd9a46e4a66c4102ff0242b51badb2633d4e42d /dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild
parentRemove mask for Claws Mail 3.7.10, all packages bumped (diff)
downloadhistorical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.tar.gz
historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.tar.bz2
historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild')
-rw-r--r--dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild b/dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild
new file mode 100644
index 000000000000..29cff97c62bf
--- /dev/null
+++ b/dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MRO-Compat/MRO-Compat-0.110.0.ebuild,v 1.1 2011/08/30 11:04:04 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Lets you build groups of accessors"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Class-C3-0.20"
+# >=dev-perl/Class-C3-XS-0.08"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST=do