diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-18 09:34:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-18 09:34:53 +0000 |
commit | 6ca3cc5c3b3bc171ca0290adfdc8f4af69973436 (patch) | |
tree | 20def28a438b3cf21e3ebe0d0a3b8481bb6ed398 /virtual/perl-Module-Pluggable | |
parent | Version bump (diff) | |
download | gentoo-2-6ca3cc5c3b3bc171ca0290adfdc8f4af69973436.tar.gz gentoo-2-6ca3cc5c3b3bc171ca0290adfdc8f4af69973436.tar.bz2 gentoo-2-6ca3cc5c3b3bc171ca0290adfdc8f4af69973436.zip |
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-Module-Pluggable')
-rw-r--r-- | virtual/perl-Module-Pluggable/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.9.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/virtual/perl-Module-Pluggable/ChangeLog b/virtual/perl-Module-Pluggable/ChangeLog index 8c51f90d8f77..d74d2597765e 100644 --- a/virtual/perl-Module-Pluggable/ChangeLog +++ b/virtual/perl-Module-Pluggable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Module-Pluggable -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/ChangeLog,v 1.2 2008/11/02 11:02:47 swegener Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/ChangeLog,v 1.3 2009/03/18 09:34:53 tove Exp $ + +*perl-Module-Pluggable-3.9 (18 Mar 2009) + + 18 Mar 2009; Torsten Veller <tove@gentoo.org> + +perl-Module-Pluggable-3.9.ebuild: + Version bump *perl-Module-Pluggable-3.8 (01 Nov 2008) *perl-Module-Pluggable-3.6 (01 Nov 2008) diff --git a/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.9.ebuild b/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.9.ebuild new file mode 100644 index 000000000000..f9b5d362477e --- /dev/null +++ b/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.9.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Pluggable/perl-Module-Pluggable-3.9.ebuild,v 1.1 2009/03/18 09:34:53 tove Exp $ + +DESCRIPTION="automatically give your module the ability to have plugins" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~perl-core/Module-Pluggable-${PV}" |