summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-26 12:21:41 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-26 12:21:41 +0000
commit0f09c81d717d7a09b93fc0cb1fc08bd13e9424b9 (patch)
tree68924246a9fa9f88ef705683cfff1d3a02b52e12 /dev-perl/Class-MOP
parentBe eclass-manpages friendly (diff)
downloadgentoo-2-0f09c81d717d7a09b93fc0cb1fc08bd13e9424b9.tar.gz
gentoo-2-0f09c81d717d7a09b93fc0cb1fc08bd13e9424b9.tar.bz2
gentoo-2-0f09c81d717d7a09b93fc0cb1fc08bd13e9424b9.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-MOP')
-rw-r--r--dev-perl/Class-MOP/ChangeLog7
-rw-r--r--dev-perl/Class-MOP/Class-MOP-1.00.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/Class-MOP/ChangeLog b/dev-perl/Class-MOP/ChangeLog
index 4578f68ce36f..a7023d24b4a1 100644
--- a/dev-perl/Class-MOP/ChangeLog
+++ b/dev-perl/Class-MOP/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Class-MOP
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.33 2010/01/21 20:04:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.34 2010/03/26 12:21:41 tove Exp $
+
+*Class-MOP-1.00 (26 Mar 2010)
+
+ 26 Mar 2010; Torsten Veller <tove@gentoo.org> +Class-MOP-1.00.ebuild:
+ Version bump
*Class-MOP-0.98 (21 Jan 2010)
diff --git a/dev-perl/Class-MOP/Class-MOP-1.00.ebuild b/dev-perl/Class-MOP/Class-MOP-1.00.ebuild
new file mode 100644
index 000000000000..791a3482a48e
--- /dev/null
+++ b/dev-perl/Class-MOP/Class-MOP-1.00.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.00.ebuild,v 1.1 2010/03/26 12:21:41 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=STEVAN
+inherit perl-module
+
+DESCRIPTION="A Meta Object Protocol for Perl 5"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.18
+ >=dev-perl/Sub-Name-0.04
+ >=dev-perl/Sub-Identify-0.03
+ >=dev-perl/Try-Tiny-0.02
+ >=dev-perl/MRO-Compat-0.05
+ dev-perl/Devel-GlobalDestruction"
+DEPEND="${RDEPEND}
+ test? ( >=virtual/perl-Test-Simple-0.88
+ >=dev-perl/Test-Exception-0.27
+ dev-perl/Test-Output )"
+
+SRC_TEST=do