diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-04 09:50:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-04 09:50:28 +0000 |
commit | 1cae14847051255076c05adcbd82e94e8e4fba84 (patch) | |
tree | 5b81772c9e2cb360b621c37498d0f98d73fd8976 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-1cae14847051255076c05adcbd82e94e8e4fba84.tar.gz gentoo-2-1cae14847051255076c05adcbd82e94e8e4fba84.tar.bz2 gentoo-2-1cae14847051255076c05adcbd82e94e8e4fba84.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-Build/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Module-Build/perl-Module-Build-0.33.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index 125cc7887554..df6ee5c50131 100644 --- a/virtual/perl-Module-Build/ChangeLog +++ b/virtual/perl-Module-Build/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Module-Build # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.8 2009/03/13 21:18:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.9 2009/05/04 09:50:28 tove Exp $ + +*perl-Module-Build-0.33 (04 May 2009) + + 04 May 2009; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.33.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -perl-Module-Build-0.28-r1.ebuild, -perl-Module-Build-0.30.ebuild, diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.33.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.33.ebuild new file mode 100644 index 000000000000..9771c076ac6f --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.33.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.33.ebuild,v 1.1 2009/05/04 09:50:28 tove Exp $ + +DESCRIPTION="Build and install Perl modules" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/Module-Build-${PV}" |