From: Michael Cummings Date: Fri, 19 Jan 2007 14:10:21 +0000 (+0000) Subject: Ebuild maintenance X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81e0eba38dac0e056568b228d5937233293aced0;p=gentoo.git Ebuild maintenance Package-Manager: portage-2.1.2_rc4-r8 --- diff --git a/dev-perl/MD5/ChangeLog b/dev-perl/MD5/ChangeLog index 9e7ed0178cfc..cf78ca74ddfe 100644 --- a/dev-perl/MD5/ChangeLog +++ b/dev-perl/MD5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MD5 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MD5/ChangeLog,v 1.21 2006/08/05 13:38:57 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MD5/ChangeLog,v 1.22 2007/01/19 14:07:18 mcummings Exp $ + + 19 Jan 2007; Michael Cummings MD5-2.03.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings MD5-2.03.ebuild: Adding perl dep; fixed DEPEND diff --git a/dev-perl/MD5/MD5-2.03.ebuild b/dev-perl/MD5/MD5-2.03.ebuild index ac32e519e829..9f9a38f6bad4 100644 --- a/dev-perl/MD5/MD5-2.03.ebuild +++ b/dev-perl/MD5/MD5-2.03.ebuild @@ -1,12 +1,12 @@ -# 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/MD5/MD5-2.03.ebuild,v 1.13 2006/08/05 13:38:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MD5/MD5-2.03.ebuild,v 1.14 2007/01/19 14:07:18 mcummings Exp $ inherit perl-module DESCRIPTION="The Perl MD5 Module" SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/authors/is/G/GA/GAAS/${P}.readme" +HOMEPAGE="http://www.cpan.org/~gaas/" SLOT="0" LICENSE="Artistic" @@ -15,8 +15,6 @@ IUSE="" DEPEND="virtual/perl-Digest-MD5 dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" export OPTIMIZE="${CFLAGS}" - diff --git a/dev-perl/MD5/files/digest-MD5-2.03 b/dev-perl/MD5/files/digest-MD5-2.03 index 45be75c61161..5c15c1f807b5 100644 --- a/dev-perl/MD5/files/digest-MD5-2.03 +++ b/dev-perl/MD5/files/digest-MD5-2.03 @@ -1 +1,3 @@ MD5 0957f02fc30bc2106b3286ba854917bc MD5-2.03.tar.gz 2810 +RMD160 7a54414f5b15bcdd3769ea6f3e356f3b1f5261dc MD5-2.03.tar.gz 2810 +SHA256 764d34efb50ecf12d83561f66ef6724f89c3dde6f5aa26ea18cf5f84c87bf7e1 MD5-2.03.tar.gz 2810 diff --git a/dev-perl/MIME-Lite/ChangeLog b/dev-perl/MIME-Lite/ChangeLog index 1a2bde747de5..778b801d8bd2 100644 --- a/dev-perl/MIME-Lite/ChangeLog +++ b/dev-perl/MIME-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MIME-Lite -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/ChangeLog,v 1.13 2006/08/05 13:39:45 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/ChangeLog,v 1.14 2007/01/19 14:08:08 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + MIME-Lite-3.01.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings MIME-Lite-3.01.ebuild: diff --git a/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild b/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild index 662bfde412ce..9603d6fa15c9 100644 --- a/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild +++ b/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild @@ -1,6 +1,6 @@ -# 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/MIME-Lite/MIME-Lite-3.01.ebuild,v 1.12 2006/08/05 13:39:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Lite/MIME-Lite-3.01.ebuild,v 1.13 2007/01/19 14:08:08 mcummings Exp $ IUSE="" @@ -8,12 +8,14 @@ inherit perl-module DESCRIPTION="low-calorie MIME generator" SRC_URI="mirror://cpan/authors/id/Y/YV/YVES/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/ERYQ/${P}/" +HOMEPAGE="http://search.cpan.org/author/ERYQ/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" +DEPEND="dev-lang/perl" + src_install() { perl-module_src_install eval `perl '-V:installvendorlib'` @@ -21,7 +23,3 @@ src_install() { cd ${S} cp ${S}/contrib/*.pm ${BUILD_VENDOR_LIB}/ } - - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/MLDBM/ChangeLog b/dev-perl/MLDBM/ChangeLog index 621ef85a5262..4c6b2140e141 100644 --- a/dev-perl/MLDBM/ChangeLog +++ b/dev-perl/MLDBM/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MLDBM -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/ChangeLog,v 1.23 2006/08/05 13:41:57 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/ChangeLog,v 1.24 2007/01/19 14:09:29 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + -MLDBM-2.00-r1.ebuild, -MLDBM-2.00-r2.ebuild, MLDBM-2.01.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings MLDBM-2.00-r1.ebuild, MLDBM-2.00-r2.ebuild, MLDBM-2.01.ebuild: diff --git a/dev-perl/MLDBM/MLDBM-2.01.ebuild b/dev-perl/MLDBM/MLDBM-2.01.ebuild index d6f1ff113039..00f4bbe12295 100644 --- a/dev-perl/MLDBM/MLDBM-2.01.ebuild +++ b/dev-perl/MLDBM/MLDBM-2.01.ebuild @@ -1,12 +1,12 @@ -# 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/MLDBM/MLDBM-2.01.ebuild,v 1.15 2006/08/05 13:41:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.01.ebuild,v 1.16 2007/01/19 14:09:29 mcummings Exp $ inherit perl-module DESCRIPTION="A multidimensional/tied hash Perl Module" SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chamas/${P}/" +HOMEPAGE="http://search.cpan.org/~chamas/" SLOT="0" LICENSE="Artistic" @@ -15,4 +15,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/MLDBM/files/digest-MLDBM-2.01 b/dev-perl/MLDBM/files/digest-MLDBM-2.01 index acd3f276e429..758b62a71c20 100644 --- a/dev-perl/MLDBM/files/digest-MLDBM-2.01 +++ b/dev-perl/MLDBM/files/digest-MLDBM-2.01 @@ -1 +1,3 @@ MD5 99550ae2cffbc0bb3eb0358631077c10 MLDBM-2.01.tar.gz 9568 +RMD160 f8debf7189a976562310bb2ace35bda3d923050e MLDBM-2.01.tar.gz 9568 +SHA256 e83550629724c9b2e4ddd3fe777c8240d44f62e37338361a59ebec5f8e8e3893 MLDBM-2.01.tar.gz 9568 diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index b3caa4057f1a..217f0593301b 100644 --- a/dev-perl/Mail-IMAPClient/ChangeLog +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-IMAPClient -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.15 2006/10/20 19:53:04 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.16 2007/01/19 13:55:34 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + Mail-IMAPClient-2.2.9.ebuild: + Ebuild maintenance 20 Oct 2006; Bryan Østergaard Mail-IMAPClient-2.2.9.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild index decc6d86670e..b53e6492018f 100644 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.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/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.18 2006/10/20 19:53:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.19 2007/01/19 13:55:34 mcummings Exp $ inherit perl-module eutils DESCRIPTION="IMAP client module for Perl" -HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" +HOMEPAGE="http://search.cpan.org/~djkernen/" SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz" LICENSE="Artistic" @@ -16,7 +16,6 @@ IUSE="" DEPEND=">=virtual/perl-libnet-1.0703 dev-perl/Parse-RecDescent dev-lang/perl" -RDEPEND="${DEPEND}" # Tests are not enabled for this package intentionally. They require # an active imap server to connect to, as well as interaction. diff --git a/dev-perl/Mail-POP3Client/ChangeLog b/dev-perl/Mail-POP3Client/ChangeLog index 03fa1e2c68e6..8266d83e73e2 100644 --- a/dev-perl/Mail-POP3Client/ChangeLog +++ b/dev-perl/Mail-POP3Client/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-POP3Client -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.26 2006/08/05 13:52:39 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.27 2007/01/19 14:00:31 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + -Mail-POP3Client-2.15.ebuild, -Mail-POP3Client-2.16.ebuild, + Mail-POP3Client-2.17.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings Mail-POP3Client-2.15.ebuild, Mail-POP3Client-2.16.ebuild, diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild index 42b8ec052d82..d823a86a6d0f 100644 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.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/Mail-POP3Client/Mail-POP3Client-2.17.ebuild,v 1.10 2006/08/05 13:52:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild,v 1.11 2007/01/19 14:00:31 mcummings Exp $ inherit perl-module DESCRIPTION="POP3 client module for Perl" -HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" +HOMEPAGE="http://search.cpan.org/~sdowd/" SRC_URI="mirror://cpan/authors/id/S/SD/SDOWD/${P}.tar.gz" LICENSE="Artistic" @@ -17,7 +17,6 @@ SRC_TEST="do" DEPEND=">=virtual/perl-libnet-1.0703 dev-lang/perl" -RDEPEND="${DEPEND}" mydoc="FAQ" diff --git a/dev-perl/Mail-SRS/ChangeLog b/dev-perl/Mail-SRS/ChangeLog index 4d24c27412a4..e255c693712b 100644 --- a/dev-perl/Mail-SRS/ChangeLog +++ b/dev-perl/Mail-SRS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-SRS -# Copyright 2000-2006 DataCore GmbH; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.4 2006/12/10 13:17:00 yuval Exp $ +# Copyright 2000-2007 DataCore GmbH; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.5 2007/01/19 14:03:12 mcummings Exp $ + + 19 Jan 2007; Michael Cummings Mail-SRS-0.31.ebuild: + Ebuild maintenance 10 Dec 2006; Yuval Yaari Mail-SRS-0.31.ebuild: Changing dependencies on perl-core/* to their corresponding virtuals (bug diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild b/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild index e3c1693a69ac..b8d432897d77 100644 --- a/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild +++ b/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild @@ -1,13 +1,12 @@ -# 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/Mail-SRS/Mail-SRS-0.31.ebuild,v 1.3 2006/12/10 13:17:00 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild,v 1.4 2007/01/19 14:03:12 mcummings Exp $ inherit perl-module -S=${WORKDIR}/Mail-SRS-${PV} DESCRIPTION="Interface to Sender Rewriting Scheme" -SRC_URI="http://search.cpan.org/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-${PV}.tar.gz" -HOMEPAGE="http://search.cpan.org/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-${PV}.readme" +SRC_URI="mirror://cpan/authors/id/S/SH/SHEVEK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~shevek/" KEYWORDS="~amd64 ~x86" LICENSE="Artistic GPL-2" @@ -22,4 +21,3 @@ DEPEND=">=dev-perl/Digest-HMAC-1.01-r1 >=virtual/perl-Storable-2.04-r1 test? ( >=dev-perl/Test-Pod-1.00 >=dev-perl/Test-Pod-Coverage-0.02 )" -RDEPEND="${DEPEND}" diff --git a/dev-perl/MailTools/ChangeLog b/dev-perl/MailTools/ChangeLog index dad9c7b87832..d373956c79da 100644 --- a/dev-perl/MailTools/ChangeLog +++ b/dev-perl/MailTools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MailTools -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v 1.49 2006/10/20 19:54:30 kloeri Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v 1.50 2007/01/19 14:05:53 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + -MailTools-1.60.ebuild, -MailTools-1.65.ebuild, MailTools-1.67.ebuild, + MailTools-1.74.ebuild: + Ebuild maintenance 20 Oct 2006; Bryan Østergaard MailTools-1.74.ebuild: Stable on Alpha. diff --git a/dev-perl/MailTools/MailTools-1.67.ebuild b/dev-perl/MailTools/MailTools-1.67.ebuild index 14fe5810a868..a2645166b611 100644 --- a/dev-perl/MailTools/MailTools-1.67.ebuild +++ b/dev-perl/MailTools/MailTools-1.67.ebuild @@ -1,12 +1,12 @@ -# 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/MailTools/MailTools-1.67.ebuild,v 1.15 2006/08/05 14:00:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/MailTools-1.67.ebuild,v 1.16 2007/01/19 14:05:53 mcummings Exp $ inherit perl-module DESCRIPTION="Manipulation of electronic mail addresses" SRC_URI="mirror://cpan/authors/id/M/MA/MARKOV/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~markov/${P}/" +HOMEPAGE="http://search.cpan.org/~markov/" SLOT="0" LICENSE="Artistic" @@ -16,5 +16,4 @@ SRC_TEST="do" DEPEND=">=virtual/perl-libnet-1.0703 dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/MailTools/MailTools-1.74.ebuild b/dev-perl/MailTools/MailTools-1.74.ebuild index 56522d051485..c5bd79eb1a91 100644 --- a/dev-perl/MailTools/MailTools-1.74.ebuild +++ b/dev-perl/MailTools/MailTools-1.74.ebuild @@ -1,12 +1,12 @@ -# 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/MailTools/MailTools-1.74.ebuild,v 1.9 2006/10/20 19:54:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/MailTools-1.74.ebuild,v 1.10 2007/01/19 14:05:53 mcummings Exp $ inherit perl-module DESCRIPTION="Manipulation of electronic mail addresses" SRC_URI="mirror://cpan/authors/id/M/MA/MARKOV/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~markov/${P}/" +HOMEPAGE="http://search.cpan.org/~markov/" SLOT="0" LICENSE="Artistic" @@ -16,5 +16,3 @@ SRC_TEST="do" DEPEND=">=virtual/perl-libnet-1.0703 dev-lang/perl" -RDEPEND="${DEPEND}" - diff --git a/dev-perl/Math-VecStat/ChangeLog b/dev-perl/Math-VecStat/ChangeLog index 00421a0631c6..8a93ea16f26f 100644 --- a/dev-perl/Math-VecStat/ChangeLog +++ b/dev-perl/Math-VecStat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-VecStat -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.8 2006/08/17 22:06:08 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.9 2007/01/19 14:06:52 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + Math-VecStat-0.08.ebuild: + Ebuild maintenance 17 Aug 2006; Michael Cummings Math-VecStat-0.08.ebuild: diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild b/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild index c79f082bbd24..189ed310f818 100644 --- a/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild +++ b/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild @@ -1,6 +1,6 @@ -# 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/Math-VecStat/Math-VecStat-0.08.ebuild,v 1.8 2006/08/17 22:06:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild,v 1.9 2007/01/19 14:06:52 mcummings Exp $ inherit perl-module @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Module-Versions-Report/ChangeLog b/dev-perl/Module-Versions-Report/ChangeLog index 81d1802fa7e3..ddced2139e72 100644 --- a/dev-perl/Module-Versions-Report/ChangeLog +++ b/dev-perl/Module-Versions-Report/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Module-Versions-Report -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Versions-Report/ChangeLog,v 1.11 2006/08/17 22:07:28 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Versions-Report/ChangeLog,v 1.12 2007/01/19 14:10:21 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + Module-Versions-Report-1.02.ebuild: + Ebuild maintenance 17 Aug 2006; Michael Cummings Module-Versions-Report-1.02.ebuild: diff --git a/dev-perl/Module-Versions-Report/Module-Versions-Report-1.02.ebuild b/dev-perl/Module-Versions-Report/Module-Versions-Report-1.02.ebuild index 58e6c21b7ac7..9ab0f8e7fdcd 100644 --- a/dev-perl/Module-Versions-Report/Module-Versions-Report-1.02.ebuild +++ b/dev-perl/Module-Versions-Report/Module-Versions-Report-1.02.ebuild @@ -1,6 +1,6 @@ -# 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/Module-Versions-Report/Module-Versions-Report-1.02.ebuild,v 1.12 2006/08/17 22:07:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Versions-Report/Module-Versions-Report-1.02.ebuild,v 1.13 2007/01/19 14:10:21 mcummings Exp $ # this is an RT dependency @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION="Report versions of all modules in memory" SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.readme" +HOMEPAGE="http://search.cpan.org/~sburke/" SRC_TEST="do" SLOT="0" @@ -18,4 +18,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}"