summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-05-02 14:56:59 +0000
committerTorsten Veller <tove@gentoo.org>2012-05-02 14:56:59 +0000
commitde2d4a0aa0481c4a66d0ec2d0fc5da9b7db0797a (patch)
tree0547ae41e2a7ec24366081fe557b1149d792e390 /perl-core
parent[bump] virtual/perl-PodParser-1.510.0 (diff)
downloadgentoo-2-de2d4a0aa0481c4a66d0ec2d0fc5da9b7db0797a.tar.gz
gentoo-2-de2d4a0aa0481c4a66d0ec2d0fc5da9b7db0797a.tar.bz2
gentoo-2-de2d4a0aa0481c4a66d0ec2d0fc5da9b7db0797a.zip
[bump] perl-core/Module-Pluggable-4.0.0
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-Pluggable/ChangeLog9
-rw-r--r--perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild20
2 files changed, 27 insertions, 2 deletions
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 <tove@gentoo.org> +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"