Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Torsten Veller (tove)" <tove@g.o>
|
|
Subject:
|
gentoo-x86 commit in perl-core/Module-Build: Module-Build-0.31.011.ebuild ChangeLog Module-Build-0.31011.ebuild
|
|
Date:
|
Tue, 13 Jan 2009 20:49:40 +0000
|
|
tove 09/01/13 20:49:40
Modified: ChangeLog
Added: Module-Build-0.31.011.ebuild
Removed: Module-Build-0.31011.ebuild
Log:
Rename version: 0.31011 -> 0.31.011
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-tuxonice i686)
Revision Changes Path
1.5 perl-core/Module-Build/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 13 Jan 2009 20:20:45 -0000 1.4
+++ ChangeLog 13 Jan 2009 20:49:40 -0000 1.5
@@ -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@g.o>
+ +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)
1.1 perl-core/Module-Build/Module-Build-0.31.011.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.31.011.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.31.011.ebuild?rev=1.1&content-type=text/plain
Index: Module-Build-0.31.011.ebuild
===================================================================
# 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.31.011.ebuild,v 1.1 2009/01/13 20:49:40 tove Exp $
inherit versionator
MODULE_AUTHOR=EWILHELM
MY_P=${PN}-$(delete_version_separator 2)
S=${WORKDIR}/${MY_P}
inherit perl-module
DESCRIPTION="Build and install Perl modules"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,
# but end up causing a dep loop since they require module-build to be built.
# ~mcummings 06.16.06
PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15
>=virtual/perl-ExtUtils-ParseXS-1.02"
DEPEND="dev-lang/perl
dev-perl/yaml
>=virtual/perl-Archive-Tar-1.09"
SRC_TEST="do"
|
|