diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-18 09:34:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-18 09:34:16 +0000 |
commit | cd403a2d1c449fd4dd0e6db2e5d6a9a735aaffc3 (patch) | |
tree | abb1e2cdaa5caa829bc3e03f22225b37d428d7c2 /perl-core | |
parent | Marked ppc/ppc64 stable for bug #262620. (diff) | |
download | gentoo-2-cd403a2d1c449fd4dd0e6db2e5d6a9a735aaffc3.tar.gz gentoo-2-cd403a2d1c449fd4dd0e6db2e5d6a9a735aaffc3.tar.bz2 gentoo-2-cd403a2d1c449fd4dd0e6db2e5d6a9a735aaffc3.zip |
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Pluggable/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index da2a8ab040ec..b78af969c2ce 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.1 2008/11/02 07:28:37 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.2 2009/03/18 09:34:16 tove Exp $ + +*Module-Pluggable-3.9 (18 Mar 2009) + + 18 Mar 2009; Torsten Veller <tove@gentoo.org> + +Module-Pluggable-3.9.ebuild: + Version bump 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, +Module-Pluggable-3.6.ebuild, +Module-Pluggable-3.8.ebuild: diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild new file mode 100644 index 000000000000..963ac6260ddd --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.1 2009/03/18 09:34:16 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SIMONW +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |