diff options
-rw-r--r-- | dev-perl/Class-C3-Componentised/ChangeLog | 13 | ||||
-rw-r--r-- | dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.600.ebuild (renamed from dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0006.ebuild) | 5 | ||||
-rw-r--r-- | dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.700.ebuild | 27 |
3 files changed, 41 insertions, 4 deletions
diff --git a/dev-perl/Class-C3-Componentised/ChangeLog b/dev-perl/Class-C3-Componentised/ChangeLog index f94290c03ba7..396504a7b88f 100644 --- a/dev-perl/Class-C3-Componentised/ChangeLog +++ b/dev-perl/Class-C3-Componentised/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-perl/Class-C3-Componentised -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 1.5 2009/12/23 17:35:21 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 1.6 2011/02/24 07:14:37 tove Exp $ + +*Class-C3-Componentised-1.0.700 (24 Feb 2011) +*Class-C3-Componentised-1.0.600 (24 Feb 2011) + + 24 Feb 2011; Torsten Veller <tove@gentoo.org> + +Class-C3-Componentised-1.0.600.ebuild, + +Class-C3-Componentised-1.0.700.ebuild, + -Class-C3-Componentised-1.0006.ebuild: + Version bump. Convert to new version scheme. Looks like a downgrade 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> Class-C3-Componentised-1.0006.ebuild: diff --git a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0006.ebuild b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.600.ebuild index 3a3f60474e57..02338dad0605 100644 --- a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0006.ebuild +++ b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.600.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0006.ebuild,v 1.2 2009/12/23 17:35:21 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.600.ebuild,v 1.1 2011/02/24 07:14:37 tove Exp $ EAPI=2 MODULE_AUTHOR=ASH +MODULE_VERSION=1.0006 inherit perl-module DESCRIPTION="Load mix-ins or components to your C3-based class." diff --git a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.700.ebuild b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.700.ebuild new file mode 100644 index 000000000000..a10b7cff99fa --- /dev/null +++ b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.700.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0.700.ebuild,v 1.1 2011/02/24 07:14:37 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=RIBASUSHI +MODULE_VERSION=1.0007 +inherit perl-module + +DESCRIPTION="Load mix-ins or components to your C3-based class." + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/MRO-Compat + dev-perl/Class-Inspector + >=dev-perl/Class-C3-0.20" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + dev-perl/Test-Exception + )" + +SRC_TEST=do |