diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-27 11:20:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-27 11:20:29 +0000 |
commit | 2be82b56945c4586ab2167f905bd06412b56130a (patch) | |
tree | 14f888a68059a9f21b77e61ff9525237faeb8a3b /perl-core/Module-Pluggable | |
parent | Add patch to fix display corruption, bug #454108. (diff) | |
download | gentoo-2-2be82b56945c4586ab2167f905bd06412b56130a.tar.gz gentoo-2-2be82b56945c4586ab2167f905bd06412b56130a.tar.bz2 gentoo-2-2be82b56945c4586ab2167f905bd06412b56130a.zip |
[bump] perl-core/Module-Pluggable-4.600.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core/Module-Pluggable')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index 623eb465d556..9740d7cedcfb 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-Pluggable -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.18 2012/11/17 19:26:45 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.19 2013/01/27 11:20:29 tove Exp $ + +*Module-Pluggable-4.600.0 (27 Jan 2013) + + 27 Jan 2013; Torsten Veller <tove@gentoo.org> + +Module-Pluggable-4.600.0.ebuild: + Version bump *Module-Pluggable-4.500.0 (17 Nov 2012) diff --git a/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild new file mode 100644 index 000000000000..9e2ce7f4209b --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 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.600.0.ebuild,v 1.1 2013/01/27 11:20:29 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=SIMONW +MODULE_VERSION=4.6 +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-Module-Build +" + +SRC_TEST="do" |