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
robbat2 09/01/13 20:20:45
Modified: ChangeLog
Added: Module-Build-0.31011.ebuild
Log:
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
Revision Changes Path
1.4 perl-core/Module-Build/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- ChangeLog 23 Dec 2008 08:59:18 -0000 1.3
+++ ChangeLog 13 Jan 2009 20:20:45 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Module-Build
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.3 2008/12/23 08:59:18 robbat2 Exp $
+# 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 $
+
+*Module-Build-0.31011 (13 Jan 2009)
+
+ 13 Jan 2009; Robin H. Johnson <robbat2@g.o>
+ +Module-Build-0.31011.ebuild:
+ Version bump via perl-bump experimental tool.
*Module-Build-0.31 (23 Dec 2008)
1.1 perl-core/Module-Build/Module-Build-0.31011.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.31011.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Module-Build/Module-Build-0.31011.ebuild?rev=1.1&content-type=text/plain
Index: Module-Build-0.31011.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.31011.ebuild,v 1.1 2009/01/13 20:20:45 robbat2 Exp $
inherit versionator
MODULE_AUTHOR=EWILHELM
MY_PN=Module-Build
MY_P=${MY_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"
src_test(){
HOME= perl-module_src_test
}
|
|