diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-24 10:19:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-24 10:19:28 +0000 |
commit | 318abad89378ae21c85f4720c24b887ec93f54c9 (patch) | |
tree | 26cb2d14aebdc20889d84ba3a018253a1211b7c6 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-318abad89378ae21c85f4720c24b887ec93f54c9.tar.gz gentoo-2-318abad89378ae21c85f4720c24b887ec93f54c9.tar.bz2 gentoo-2-318abad89378ae21c85f4720c24b887ec93f54c9.zip |
Version bump
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-Build/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index 4b3de67e2d66..396025613a13 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.20 2009/12/15 19:47:29 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.21 2009/12/24 10:19:28 tove Exp $ + +*perl-Module-Build-0.36.01 (24 Dec 2009) + + 24 Dec 2009; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.36.01.ebuild: + Version bump 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> perl-Module-Build-0.32.ebuild, perl-Module-Build-0.33.ebuild, diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.36.01.ebuild new file mode 100644 index 000000000000..c9957ffb532a --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.36.01.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.36.01.ebuild,v 1.1 2009/12/24 10:19: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="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/Module-Build-${PV}" |