diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-28 08:20:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-28 08:20:56 +0000 |
commit | 5bc383d1382b400fb723cb7cd7382a8a3b1b5bdd (patch) | |
tree | f4ff7aad2087346acac4b808c20f1be6556a58c5 /virtual/perl-Module-Build | |
parent | Version bump (diff) | |
download | gentoo-2-5bc383d1382b400fb723cb7cd7382a8a3b1b5bdd.tar.gz gentoo-2-5bc383d1382b400fb723cb7cd7382a8a3b1b5bdd.tar.bz2 gentoo-2-5bc383d1382b400fb723cb7cd7382a8a3b1b5bdd.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
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.35.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index 6972356331e7..961e850961fb 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.12 2009/08/25 10:56:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.13 2009/08/28 08:20:56 tove Exp $ + +*perl-Module-Build-0.35 (28 Aug 2009) + + 28 Aug 2009; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.35.ebuild: + Version bump 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-Module-Build-0.34.0201.ebuild: diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.35.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.35.ebuild new file mode 100644 index 000000000000..3e80bedd3eda --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.35.ebuild @@ -0,0 +1,14 @@ +# 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.35.ebuild,v 1.1 2009/08/28 08:20:56 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 ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="~perl-core/Module-Build-${PV}" |