diff options
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild | 9 | ||||
-rw-r--r-- | dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild | 7 |
3 files changed, 13 insertions, 12 deletions
diff --git a/dev-perl/ExtUtils-CBuilder/ChangeLog b/dev-perl/ExtUtils-CBuilder/ChangeLog index 10acd50dc5ff..269d6904be55 100644 --- a/dev-perl/ExtUtils-CBuilder/ChangeLog +++ b/dev-perl/ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-CBuilder -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.39 2006/10/20 19:21:29 kloeri Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ChangeLog,v 1.40 2007/01/15 17:43:45 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -ExtUtils-CBuilder-0.12.ebuild, ExtUtils-CBuilder-0.15.ebuild, + ExtUtils-CBuilder-0.18.ebuild: + Ebuild maintenance 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> ExtUtils-CBuilder-0.18.ebuild: diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild index dff47b7f4eb2..3e08f1776411 100644 --- a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild +++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild,v 1.11 2006/08/05 03:31:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.15.ebuild,v 1.12 2007/01/15 17:43:45 mcummings Exp $ inherit perl-module DESCRIPTION="Compile and link C code for Perl modules" -HOMEPAGE="http://search.cpan.org/~kwilliams/${P}/" +HOMEPAGE="http://search.cpan.org/~kwilliams/" SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -17,6 +17,3 @@ SRC_TEST="do" DEPEND="dev-perl/module-build dev-lang/perl" -RDEPEND="${DEPEND}" - - diff --git a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild index 991d91dd1440..a558fdbc703c 100644 --- a/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild +++ b/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild,v 1.11 2006/10/20 19:21:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-CBuilder/ExtUtils-CBuilder-0.18.ebuild,v 1.12 2007/01/15 17:43:45 mcummings Exp $ inherit perl-module DESCRIPTION="Compile and link C code for Perl modules" -HOMEPAGE="http://search.cpan.org/~kwilliams/${P}/" +HOMEPAGE="http://search.cpan.org/~kwilliams/" SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -15,6 +15,5 @@ IUSE="" DEPEND="dev-perl/module-build dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" |