diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-13 20:49:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-13 20:49:40 +0000 |
commit | 310731d7ca8643dff8e67a167ddf953011969c69 (patch) | |
tree | db1cb566bb93fcda08dc6209033eeee6817d755c /perl-core | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-310731d7ca8643dff8e67a167ddf953011969c69.tar.gz gentoo-2-310731d7ca8643dff8e67a167ddf953011969c69.tar.bz2 gentoo-2-310731d7ca8643dff8e67a167ddf953011969c69.zip |
Rename version: 0.31011 -> 0.31.011
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-tuxonice i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.31.011.ebuild (renamed from perl-core/Module-Build/Module-Build-0.31011.ebuild) | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index 2a3bd51ad35c..a049ec778637 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-Build # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.4 2009/01/13 20:20:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.5 2009/01/13 20:49:40 tove Exp $ + +*Module-Build-0.31.011 (13 Jan 2009) + + 13 Jan 2009; Torsten Veller <tove@gentoo.org> + +Module-Build-0.31.011.ebuild, -Module-Build-0.31011.ebuild: + Rename version: 0.31011 -> 0.31.011 *Module-Build-0.31011 (13 Jan 2009) diff --git a/perl-core/Module-Build/Module-Build-0.31011.ebuild b/perl-core/Module-Build/Module-Build-0.31.011.ebuild index 66fc9146b26e..4d0cce7bb509 100644 --- a/perl-core/Module-Build/Module-Build-0.31011.ebuild +++ b/perl-core/Module-Build/Module-Build-0.31.011.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.31011.ebuild,v 1.1 2009/01/13 20:20:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.31.011.ebuild,v 1.1 2009/01/13 20:49:40 tove Exp $ inherit versionator MODULE_AUTHOR=EWILHELM -MY_PN=Module-Build -MY_P=${MY_PN}-$(delete_version_separator 2) +MY_P=${PN}-$(delete_version_separator 2) S=${WORKDIR}/${MY_P} inherit perl-module @@ -27,7 +26,3 @@ DEPEND="dev-lang/perl >=virtual/perl-Archive-Tar-1.09" SRC_TEST="do" - -src_test(){ - HOME= perl-module_src_test -} |