diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-26 11:35:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-26 11:35:37 +0000 |
commit | 260b103310c7fe18ff1cffb8d81ba3432e9f561b (patch) | |
tree | 5b6c169045175d17870051e52e6e745eaafc800a /virtual/perl-Module-Build | |
parent | Version bump (diff) | |
download | gentoo-2-260b103310c7fe18ff1cffb8d81ba3432e9f561b.tar.gz gentoo-2-260b103310c7fe18ff1cffb8d81ba3432e9f561b.tar.bz2 gentoo-2-260b103310c7fe18ff1cffb8d81ba3432e9f561b.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-Module-Build')
-rw-r--r-- | virtual/perl-Module-Build/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Module-Build/perl-Module-Build-0.32.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index c2b99ff49667..48afa688dc11 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.6 2009/01/14 14:31:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.7 2009/02/26 11:35:37 tove Exp $ + +*perl-Module-Build-0.32 (26 Feb 2009) + + 26 Feb 2009; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.32.ebuild: + Version bump *perl-Module-Build-0.31.012 (14 Jan 2009) diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.32.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.32.ebuild new file mode 100644 index 000000000000..48cda47cfa9d --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.32.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.32.ebuild,v 1.1 2009/02/26 11:35:37 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}" |