diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-25 07:56:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-25 07:56:23 +0000 |
commit | 5ae40d6948840d1484a9f41a1614f0c28d0c3a9b (patch) | |
tree | be80f5b2bf7f73bb071c055a60a5d2226b0b195e /virtual | |
parent | [bump] perl-core/Module-Build-0.400.0 (diff) | |
download | gentoo-2-5ae40d6948840d1484a9f41a1614f0c28d0c3a9b.tar.gz gentoo-2-5ae40d6948840d1484a9f41a1614f0c28d0c3a9b.tar.bz2 gentoo-2-5ae40d6948840d1484a9f41a1614f0c28d0c3a9b.zip |
[bump] virtual/perl-Module-Build-0.400.0
(Portage version: 2.2.0_alpha89/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.400.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog index 0dc10e8bccca..4be7cdde51ec 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.63 2012/02/02 19:28:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.64 2012/02/25 07:56:23 tove Exp $ + +*perl-Module-Build-0.400.0 (25 Feb 2012) + + 25 Feb 2012; Torsten Veller <tove@gentoo.org> + +perl-Module-Build-0.400.0.ebuild: + Version bump 02 Feb 2012; Brent Baude <ranger@gentoo.org> perl-Module-Build-0.380.0-r2.ebuild: diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.400.0.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.400.0.ebuild new file mode 100644 index 000000000000..eeb5d3db8851 --- /dev/null +++ b/virtual/perl-Module-Build/perl-Module-Build-0.400.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 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.400.0.ebuild,v 1.1 2012/02/25 07:56:23 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~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/${PN#perl-}-${PV}" |