From de2d4a0aa0481c4a66d0ec2d0fc5da9b7db0797a Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 2 May 2012 14:56:59 +0000 Subject: [bump] perl-core/Module-Pluggable-4.0.0 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- perl-core/Module-Pluggable/ChangeLog | 9 +++++++-- .../Module-Pluggable/Module-Pluggable-4.0.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild (limited to 'perl-core') diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index 345cc701acd9..ff46fab33150 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Module-Pluggable -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.12 2011/05/20 14:03:56 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.13 2012/05/02 14:56:59 tove Exp $ + +*Module-Pluggable-4.0.0 (02 May 2012) + + 02 May 2012; Torsten Veller +Module-Pluggable-4.0.0.ebuild: + Version bump *Module-Pluggable-3.900.0 (20 May 2011) diff --git a/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild new file mode 100644 index 000000000000..d0da9a0171d9 --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild,v 1.1 2012/05/02 14:56:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SIMONW +MODULE_VERSION=4.0 +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND}" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad