diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-11 15:07:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-11 15:07:28 +0000 |
commit | 3121c80ad73babee25b7d36bc1f00fd30849d2fb (patch) | |
tree | 655d319c4833d76010c698bc8b23e8a30b237e57 /perl-core | |
parent | Remove Module-Build from RDEPEND (#246942) (diff) | |
download | gentoo-2-3121c80ad73babee25b7d36bc1f00fd30849d2fb.tar.gz gentoo-2-3121c80ad73babee25b7d36bc1f00fd30849d2fb.tar.bz2 gentoo-2-3121c80ad73babee25b7d36bc1f00fd30849d2fb.zip |
Remove Module-Build from RDEPEND (#246942)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-tuxonice i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/ExtUtils-ParseXS/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild | 16 | ||||
-rw-r--r-- | perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild | 8 |
3 files changed, 15 insertions, 17 deletions
diff --git a/perl-core/ExtUtils-ParseXS/ChangeLog b/perl-core/ExtUtils-ParseXS/ChangeLog index d0786ce85b48..a4b5ef6821c9 100644 --- a/perl-core/ExtUtils-ParseXS/ChangeLog +++ b/perl-core/ExtUtils-ParseXS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-ParseXS -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.1 2008/11/02 07:22:04 tove Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.2 2009/01/11 15:07:28 tove Exp $ + + 11 Jan 2009; Torsten Veller <tove@gentoo.org> + ExtUtils-ParseXS-2.18.ebuild, ExtUtils-ParseXS-2.19.ebuild: + Remove Module-Build from RDEPEND (#246942) *ExtUtils-ParseXS-2.19 (01 Nov 2008) *ExtUtils-ParseXS-2.18 (01 Nov 2008) diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild index 8cbb79ce7cc7..59989d4ca50a 100644 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild +++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild,v 1.1 2008/11/02 07:22:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild,v 1.2 2009/01/11 15:07:28 tove Exp $ +MODULE_AUTHOR=KWILLIAMS inherit perl-module -MY_P=ExtUtils-ParseXS-${PV} -S=${WORKDIR}/${MY_P} DESCRIPTION="Converts Perl XS code into C code" -HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" 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="" -DEPEND="virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build - dev-lang/perl" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-CBuilder + virtual/perl-Module-Build" SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild index d528de9251f5..771a920912a2 100644 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild +++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild,v 1.2 2008/11/04 09:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild,v 1.3 2009/01/11 15:07:28 tove Exp $ MODULE_AUTHOR=KWILLIAMS - inherit perl-module -MY_P=ExtUtils-ParseXS-${PV} -S=${WORKDIR}/${MY_P} DESCRIPTION="Converts Perl XS code into C code" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" |