diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-21 19:58:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-21 19:58:31 +0000 |
commit | 08fb9d74a7a97ea54161c979bb5420b5d0988ac1 (patch) | |
tree | 020f1cb27064392c3b6cdfcd2836c664ae070191 /virtual/perl-Module-Build | |
parent | sparc stable wrt #289342 (diff) | |
download | gentoo-2-08fb9d74a7a97ea54161c979bb5420b5d0988ac1.tar.gz gentoo-2-08fb9d74a7a97ea54161c979bb5420b5d0988ac1.tar.bz2 gentoo-2-08fb9d74a7a97ea54161c979bb5420b5d0988ac1.zip |
Version bump
(Portage version: 2.2_rc61/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.36.03.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index 26a37c6af1e2..04b1e5e5f139 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.31 2010/01/17 19:05:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.32 2010/01/21 19:58:31 tove Exp $ + +*perl-Module-Build-0.36.03 (21 Jan 2010) + + 21 Jan 2010; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.36.03.ebuild: + Version bump 17 Jan 2010; Raúl Porcel <armin76@gentoo.org> perl-Module-Build-0.36.01.ebuild: diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.36.03.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.36.03.ebuild new file mode 100644 index 000000000000..1ac37032f94c --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.36.03.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 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.03.ebuild,v 1.1 2010/01/21 19:58:31 tove Exp $ + +DESCRIPTION="Build and install Perl modules" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="~perl-core/Module-Build-${PV}" |