From 30c5deb2d04703b3a047744d4f291aa5a9e98e32 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 27 Jun 2009 08:20:22 +0000 Subject: Version bump (Portage version: 2.2_rc33/cvs/Linux x86_64) --- perl-core/ExtUtils-CBuilder/ChangeLog | 10 ++++++++-- .../ExtUtils-CBuilder/ExtUtils-CBuilder-0.25.ebuild | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.25.ebuild (limited to 'perl-core') diff --git a/perl-core/ExtUtils-CBuilder/ChangeLog b/perl-core/ExtUtils-CBuilder/ChangeLog index b9f06fc141b3..4b0f6cd232b3 100644 --- a/perl-core/ExtUtils-CBuilder/ChangeLog +++ b/perl-core/ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/ExtUtils-CBuilder -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.2 2009/01/11 15:06:36 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.3 2009/06/27 08:20:22 tove Exp $ + +*ExtUtils-CBuilder-0.25 (27 Jun 2009) + + 27 Jun 2009; Torsten Veller + +ExtUtils-CBuilder-0.25.ebuild: + Version bump 11 Jan 2009; Torsten Veller ExtUtils-CBuilder-0.19.ebuild: diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.25.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.25.ebuild new file mode 100644 index 000000000000..bb82d8fe976a --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.25.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.25.ebuild,v 1.1 2009/06/27 08:20:22 tove Exp $ + +MODULE_AUTHOR=DAGOLDEN +inherit perl-module + +DESCRIPTION="Compile and link C code for Perl modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad