diff options
author | 2008-12-23 09:02:27 +0000 | |
---|---|---|
committer | 2008-12-23 09:02:27 +0000 | |
commit | 79ec15db04b73e18fe9d37ea98f0415a2ab5814f (patch) | |
tree | c55305d0325353e35117b7cced830fbaac35134a /virtual/perl-Module-Build | |
parent | Version bump. (diff) | |
download | gentoo-2-79ec15db04b73e18fe9d37ea98f0415a2ab5814f.tar.gz gentoo-2-79ec15db04b73e18fe9d37ea98f0415a2ab5814f.tar.bz2 gentoo-2-79ec15db04b73e18fe9d37ea98f0415a2ab5814f.zip |
Version bump.
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc5-00117-g7f0f598 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.31.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index d215a1be25ae..fffe6523c92d 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.2 2008/11/02 11:02:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.3 2008/12/23 09:02:27 robbat2 Exp $ + +*perl-Module-Build-0.31 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +perl-Module-Build-0.31.ebuild: + Version bump. *perl-Module-Build-0.30 (01 Nov 2008) *perl-Module-Build-0.28.08 (01 Nov 2008) diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.31.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.31.ebuild new file mode 100644 index 000000000000..7abfcb8581ea --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.31.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 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.31.ebuild,v 1.1 2008/12/23 09:02:27 robbat2 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}" |