diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-29 09:57:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-29 09:57:57 +0000 |
commit | 033dd9484935d8cdea71f81e9a0a43b81693a70d (patch) | |
tree | d15e16a5f74951e0bc44009dfafc1db43833a6ab /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-033dd9484935d8cdea71f81e9a0a43b81693a70d.tar.gz gentoo-2-033dd9484935d8cdea71f81e9a0a43b81693a70d.tar.bz2 gentoo-2-033dd9484935d8cdea71f81e9a0a43b81693a70d.zip |
Version bump
(Portage version: 2.2.0_alpha19/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.362.400.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index 1356caabdfa5..2654a46afe4e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.44 2011/01/17 07:54:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.45 2011/01/29 09:57:57 tove Exp $ + +*perl-Module-Build-0.362.400 (29 Jan 2011) + + 29 Jan 2011; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.362.400.ebuild: + Version bump 17 Jan 2011; Torsten Veller <tove@gentoo.org> -perl-Module-Build-0.35.ebuild, -perl-Module-Build-0.36.01.ebuild, -perl-Module-Build-0.36.03.ebuild: diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.362.400.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.362.400.ebuild new file mode 100644 index 000000000000..7398bb56e77e --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.362.400.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 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.362.400.ebuild,v 1.1 2011/01/29 09:57:57 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/${PN#perl-}-${PV}" |