From: Michael Cummings Date: Sun, 6 Aug 2006 01:01:45 +0000 (+0000) Subject: Adding perl dep; fixed DEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=103c514110b440033ed6d37a398764a0fbac2691;p=gentoo.git Adding perl dep; fixed DEPEND Package-Manager: portage-2.1.1_pre3-r1 --- diff --git a/dev-perl/Test-Tester/ChangeLog b/dev-perl/Test-Tester/ChangeLog index 76a6660731d5..a586cccb8325 100644 --- a/dev-perl/Test-Tester/ChangeLog +++ b/dev-perl/Test-Tester/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Tester # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/ChangeLog,v 1.2 2006/07/16 08:59:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/ChangeLog,v 1.3 2006/08/06 00:11:28 mcummings Exp $ + + 05 Aug 2006; Michael Cummings + Test-Tester-0.103.ebuild: + Adding perl dep; fixed DEPEND 16 Jul 2006; Tobias Scherbaum Test-Tester-0.103.ebuild: diff --git a/dev-perl/Test-Tester/Test-Tester-0.103.ebuild b/dev-perl/Test-Tester/Test-Tester-0.103.ebuild index dd51153e7468..9f421e8ed5b5 100644 --- a/dev-perl/Test-Tester/Test-Tester-0.103.ebuild +++ b/dev-perl/Test-Tester/Test-Tester-0.103.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/Test-Tester-0.103.ebuild,v 1.2 2006/07/16 08:59:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Tester/Test-Tester-0.103.ebuild,v 1.3 2006/08/06 00:11:28 mcummings Exp $ inherit perl-module IUSE="" @@ -14,3 +14,7 @@ LICENSE="Artistic" KEYWORDS="~amd64 ~ppc ~sparc ~x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Test-WWW-Mechanize/ChangeLog b/dev-perl/Test-WWW-Mechanize/ChangeLog index f0c2e8203cc3..ae0dbaa4bfab 100644 --- a/dev-perl/Test-WWW-Mechanize/ChangeLog +++ b/dev-perl/Test-WWW-Mechanize/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-WWW-Mechanize # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.9 2006/07/07 19:12:28 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.10 2006/08/06 00:13:03 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Test-WWW-Mechanize-1.04.ebuild, Test-WWW-Mechanize-1.08.ebuild, + Test-WWW-Mechanize-1.10.ebuild, Test-WWW-Mechanize-1.12.ebuild: + Adding perl dep; fixed DEPEND *Test-WWW-Mechanize-1.12 (07 Jul 2006) diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild index fce0ffd42e14..24064f098aee 100644 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild +++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild,v 1.4 2006/07/05 10:55:02 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.04.ebuild,v 1.5 2006/08/06 00:13:03 mcummings Exp $ inherit perl-module @@ -15,9 +15,12 @@ KEYWORDS="~ppc ~x86" SRC_TEST="do" DEPEND=">=dev-perl/WWW-Mechanize-1.00 - >=dev-perl/Test-LongString-0.07" + >=dev-perl/Test-LongString-0.07 + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { echo "y" | perl-module_src_compile } + + diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild index 0e02f86bc10a..cac82e480f20 100644 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild +++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild,v 1.5 2006/07/05 10:55:02 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.08.ebuild,v 1.6 2006/08/06 00:13:03 mcummings Exp $ inherit perl-module @@ -19,9 +19,11 @@ DEPEND=">=dev-perl/WWW-Mechanize-1.00 dev-perl/Carp-Assert-More >=dev-perl/HTTP-Server-Simple-0.07 dev-perl/URI - >=dev-perl/Test-LongString-0.07" + >=dev-perl/Test-LongString-0.07 + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { echo "y" | perl-module_src_compile -} \ No newline at end of file +} + diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.10.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.10.ebuild index 1a929ef0df3f..b72d57108d4d 100644 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.10.ebuild +++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.10.ebuild,v 1.2 2006/07/05 10:55:02 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.10.ebuild,v 1.3 2006/08/06 00:13:03 mcummings Exp $ inherit perl-module @@ -19,9 +19,11 @@ DEPEND=">=dev-perl/WWW-Mechanize-1.00 dev-perl/Carp-Assert-More >=dev-perl/HTTP-Server-Simple-0.07 dev-perl/URI - >=dev-perl/Test-LongString-0.07" + >=dev-perl/Test-LongString-0.07 + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { echo "y" | perl-module_src_compile -} \ No newline at end of file +} + diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild index de4becc77de0..c28c7bfb99db 100644 --- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild +++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild,v 1.1 2006/07/07 19:12:28 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.12.ebuild,v 1.2 2006/08/06 00:13:03 mcummings Exp $ inherit perl-module @@ -18,9 +18,12 @@ DEPEND=">=dev-perl/WWW-Mechanize-1.00 dev-perl/Carp-Assert-More >=dev-perl/HTTP-Server-Simple-0.07 dev-perl/URI - >=dev-perl/Test-LongString-0.07" + >=dev-perl/Test-LongString-0.07 + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { echo "y" | perl-module_src_compile } + + diff --git a/dev-perl/Test-Warn/Test-Warn-0.08.ebuild b/dev-perl/Test-Warn/Test-Warn-0.08.ebuild index 224e212b3303..0eb74a0164ac 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.08.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.08.ebuild,v 1.7 2006/07/16 15:55:07 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.08.ebuild,v 1.8 2006/08/06 00:15:20 mcummings Exp $ inherit perl-module @@ -15,7 +15,10 @@ IUSE="" SRC_TEST="do" -RDEPEND="dev-perl/Test-Exception +DEPEND="dev-perl/Test-Exception >=dev-perl/Sub-Uplevel-0.09-r1 dev-perl/Array-Compare - dev-perl/Tree-DAG_Node" + dev-perl/Tree-DAG_Node + dev-lang/perl" + +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 65cbcfb17256..81de7445934e 100644 --- a/dev-perl/Text-Aspell/ChangeLog +++ b/dev-perl/Text-Aspell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-Aspell # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.19 2006/07/30 02:15:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.20 2006/08/06 00:16:05 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Aspell-0.03.ebuild, Text-Aspell-0.04.ebuild, Text-Aspell-0.05.ebuild, + Text-Aspell-0.06.ebuild: + Adding perl dep; fixed DEPEND *Text-Aspell-0.06 (30 Jul 2006) diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild index 1004c550ba01..ab44bdfe9785 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.11 2006/07/05 11:13:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.12 2006/08/06 00:16:05 mcummings Exp $ inherit perl-module @@ -13,5 +13,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 alpha ~hppa ~mips ppc sparc" IUSE="" -DEPEND="app-text/aspell" +DEPEND="app-text/aspell + dev-lang/perl" RDEPEND="${DEPEND}" + + diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild index 196dec8e4ca8..c8878bec80be 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.11 2006/07/05 11:13:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.04.ebuild,v 1.12 2006/08/06 00:16:05 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" SRC_TEST="do" -DEPEND="app-text/aspell" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="app-text/aspell + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild index a2e47201802c..faa05acd2bf5 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.3 2006/07/05 11:13:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.4 2006/08/06 00:16:05 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" SRC_TEST="do" -DEPEND="app-text/aspell" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="app-text/aspell + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild index 454293574f31..880c4d763790 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild,v 1.1 2006/07/30 02:15:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild,v 1.2 2006/08/06 00:16:05 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" SRC_TEST="do" -DEPEND="app-text/aspell" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="app-text/aspell + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild index f00fafb0db5a..1af709c8263b 100644 --- a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild +++ b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild,v 1.1 2006/05/23 07:08:20 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild,v 1.2 2006/08/06 00:17:44 mcummings Exp $ inherit perl-module DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files" SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~tmtm/${P}/" -RDEPEND="dev-perl/Text-CSV_XS - dev-perl/Class-Trigger - dev-perl/File-Slurp" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" SRC_TEST="do" +DEPEND="dev-perl/Text-CSV_XS + dev-perl/Class-Trigger + dev-perl/File-Slurp + dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-ChaSen/ChangeLog b/dev-perl/Text-ChaSen/ChangeLog index b4816b9e7b88..2631a46089d0 100644 --- a/dev-perl/Text-ChaSen/ChangeLog +++ b/dev-perl/Text-ChaSen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-ChaSen # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.9 2006/07/05 11:14:28 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.10 2006/08/06 00:20:34 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-ChaSen-1.03.ebuild, Text-ChaSen-1.03-r1.ebuild: + Adding perl dep; fixed DEPEND 05 Jul 2006; Christian Hartmann Text-ChaSen-1.03.ebuild, Text-ChaSen-1.03-r1.ebuild: diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild index 784cd82afe8d..e995c7fbf772 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.7 2006/07/05 11:14:28 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.8 2006/08/06 00:20:34 mcummings Exp $ inherit perl-module eutils @@ -14,7 +14,8 @@ LICENSE="chasen" KEYWORDS="x86 amd64 ~ppc sparc" IUSE="" -DEPEND=">=app-text/chasen-2.2.9" +DEPEND=">=app-text/chasen-2.2.9 + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { @@ -23,3 +24,5 @@ src_unpack() { epatch ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff sed -i -e '5a"LD" => "g++",' Makefile.PL || die } + + diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild index e584b1f8332f..1e6b14787fc1 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.6 2006/07/05 11:14:28 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.7 2006/08/06 00:20:34 mcummings Exp $ inherit perl-module @@ -14,11 +14,13 @@ LICENSE="GPL-2" KEYWORDS="x86 amd64" IUSE="" -DEPEND=">=app-text/chasen-2.2.9" +DEPEND=">=app-text/chasen-2.2.9 + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} patch -p0 < ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff -} \ No newline at end of file +} + diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog index 66689216faeb..f87eba1b1e89 100644 --- a/dev-perl/Text-CharWidth/ChangeLog +++ b/dev-perl/Text-CharWidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CharWidth # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.6 2006/07/10 22:25:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.7 2006/08/06 00:21:55 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-CharWidth-0.04.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Text-CharWidth-0.04.ebuild: diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild index ab9317a9d9ca..6928d108b831 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.6 2006/07/10 22:25:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.7 2006/08/06 00:21:55 mcummings Exp $ inherit perl-module @@ -12,7 +12,10 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 sparc x86" -DEPEND="" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index 1738f842482a..b57a73baef93 100644 --- a/dev-perl/Text-Diff/ChangeLog +++ b/dev-perl/Text-Diff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Diff # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.14 2006/07/10 22:26:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.15 2006/08/06 00:22:32 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Diff-0.35.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Text-Diff-0.35.ebuild: Mark 0.35 stable on ia64 diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild index 72c8d9b8c993..7ff9a5516897 100644 --- a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.15 2006/07/10 22:26:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.16 2006/08/06 00:22:32 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ SLOT="0" KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="dev-perl/Algorithm-Diff" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="dev-perl/Algorithm-Diff + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index e27c53967830..1d188757b034 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Glob # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.18 2006/07/18 01:11:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.19 2006/08/06 00:24:06 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Glob-0.06.ebuild, Text-Glob-0.07.ebuild: + Adding perl dep; fixed DEPEND 18 Jul 2006; Michael Cummings Text-Glob-0.06.ebuild: diff --git a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild index 6761f0de8274..14e6de3bdcdf 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.15 2006/07/18 01:11:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.16 2006/08/06 00:24:06 mcummings Exp $ inherit perl-module @@ -14,4 +14,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" -DEPEND=">=dev-perl/module-build-0.28" +DEPEND=">=dev-perl/module-build-0.28 + dev-lang/perl" +RDEPEND="${DEPEND}" + + diff --git a/dev-perl/Text-Glob/Text-Glob-0.07.ebuild b/dev-perl/Text-Glob/Text-Glob-0.07.ebuild index 3ee9de953206..2d23865e6b0c 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.07.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.07.ebuild,v 1.1 2006/07/16 08:24:32 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.07.ebuild,v 1.2 2006/08/06 00:24:06 mcummings Exp $ inherit perl-module @@ -14,4 +14,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=dev-perl/module-build-0.28" +DEPEND=">=dev-perl/module-build-0.28 + dev-lang/perl" +RDEPEND="${DEPEND}" + + diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog index d504c53c799e..9bdd52438cbb 100644 --- a/dev-perl/Text-Iconv/ChangeLog +++ b/dev-perl/Text-Iconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Iconv # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.23 2006/04/24 15:48:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.24 2006/08/06 00:26:11 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Iconv-1.4.ebuild: + Adding perl dep; fixed DEPEND 24 Apr 2006; Diego Pettenò Text-Iconv-1.4.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild index 96acc98edd08..6d69ad90d13f 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.12 2006/04/24 15:48:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.13 2006/08/06 00:26:11 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Kakasi/ChangeLog b/dev-perl/Text-Kakasi/ChangeLog index a25bc292eebe..52b5993b374c 100644 --- a/dev-perl/Text-Kakasi/ChangeLog +++ b/dev-perl/Text-Kakasi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Kakasi # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/ChangeLog,v 1.14 2006/07/13 04:52:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/ChangeLog,v 1.15 2006/08/06 00:26:44 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Kakasi-2.04.ebuild: + Adding perl dep; fixed DEPEND 13 Jul 2006; Aron Griffis Text-Kakasi-2.04.ebuild: Mark 2.04 stable on ia64 diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild index 5b9e3473028b..686de26baad2 100644 --- a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild +++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.17 2006/07/13 04:52:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.18 2006/08/06 00:26:44 mcummings Exp $ inherit perl-module eutils @@ -13,11 +13,13 @@ SLOT="0" KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND=">=app-i18n/kakasi-2.3.4" +DEPEND=">=app-i18n/kakasi-2.3.4 + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/Text-Kakasi-1.05-gentoo.diff -} \ No newline at end of file +} + diff --git a/dev-perl/Text-Levenshtein/ChangeLog b/dev-perl/Text-Levenshtein/ChangeLog index 345a2ca4c12c..a151f85d4e72 100644 --- a/dev-perl/Text-Levenshtein/ChangeLog +++ b/dev-perl/Text-Levenshtein/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Levenshtein # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Levenshtein/ChangeLog,v 1.9 2006/07/10 22:28:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Levenshtein/ChangeLog,v 1.10 2006/08/06 00:27:43 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Levenshtein-0.05.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Text-Levenshtein-0.05.ebuild: diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.05.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.05.ebuild index 02dbe73b7b2b..c506a9254e35 100644 --- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.05.ebuild +++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Levenshtein/Text-Levenshtein-0.05.ebuild,v 1.7 2006/07/10 22:28:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Levenshtein/Text-Levenshtein-0.05.ebuild,v 1.8 2006/08/06 00:27:43 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="ia64 ~ppc sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-LevenshteinXS/ChangeLog b/dev-perl/Text-LevenshteinXS/ChangeLog index d5021b64d531..2792b6c236eb 100644 --- a/dev-perl/Text-LevenshteinXS/ChangeLog +++ b/dev-perl/Text-LevenshteinXS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-LevenshteinXS # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/ChangeLog,v 1.6 2006/07/10 22:28:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/ChangeLog,v 1.7 2006/08/06 00:28:17 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-LevenshteinXS-0.03.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Text-LevenshteinXS-0.03.ebuild: diff --git a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild index bf44d0b4355d..811291513461 100644 --- a/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild +++ b/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild,v 1.6 2006/07/10 22:28:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-LevenshteinXS/Text-LevenshteinXS-0.03.ebuild,v 1.7 2006/08/06 00:28:17 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="~amd64 ia64 sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog index 35112936f6f2..000daa8bc5cb 100644 --- a/dev-perl/Text-Quoted/ChangeLog +++ b/dev-perl/Text-Quoted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Quoted # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.10 2006/07/10 22:29:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.11 2006/08/06 00:28:51 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Quoted-1.7.ebuild, Text-Quoted-1.8.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Text-Quoted-1.8.ebuild: Mark 1.8 stable on ia64 diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild index c9525a061057..d31da63249f5 100644 --- a/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild +++ b/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild,v 1.8 2006/07/05 11:21:20 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.7.ebuild,v 1.9 2006/08/06 00:28:51 mcummings Exp $ # this is an RT dependency @@ -16,6 +16,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 ~ppc sparc" DEPEND="dev-perl/text-autoformat - dev-perl/Text-Tabs+Wrap" + dev-perl/Text-Tabs+Wrap + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE="" \ No newline at end of file +IUSE="" + diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild index 92b05e475490..3e7f57b1c9d0 100644 --- a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild +++ b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.5 2006/07/10 22:29:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.6 2006/08/06 00:28:51 mcummings Exp $ # this is an RT dependency @@ -16,6 +16,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="ia64 ~ppc sparc x86" DEPEND="dev-perl/text-autoformat - dev-perl/Text-Tabs+Wrap" + dev-perl/Text-Tabs+Wrap + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE="" \ No newline at end of file +IUSE="" + diff --git a/dev-perl/Text-Tabs+Wrap/ChangeLog b/dev-perl/Text-Tabs+Wrap/ChangeLog index cd8c22e55859..8e2c1bccd1bb 100644 --- a/dev-perl/Text-Tabs+Wrap/ChangeLog +++ b/dev-perl/Text-Tabs+Wrap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-Tabs+Wrap # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/ChangeLog,v 1.14 2006/07/30 02:17:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/ChangeLog,v 1.15 2006/08/06 00:30:08 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Tabs+Wrap-2001.0929.ebuild, Text-Tabs+Wrap-2005.0824.ebuild, + Text-Tabs+Wrap-2006.0705.ebuild, Text-Tabs+Wrap-2006.0711.ebuild: + Adding perl dep; fixed DEPEND *Text-Tabs+Wrap-2006.0711 (30 Jul 2006) diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild index 7bbaaf579e2c..7d932b97ddfe 100644 --- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild +++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild,v 1.12 2006/04/24 15:49:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild,v 1.13 2006/08/06 00:30:08 mcummings Exp $ inherit perl-module @@ -19,3 +19,7 @@ src_compile() { perl-module_src_compile perl-module_src_test || die "test failed" } + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2005.0824.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2005.0824.ebuild index 6bb5d1297c86..5b71120933a4 100644 --- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2005.0824.ebuild +++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2005.0824.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2005.0824.ebuild,v 1.1 2006/04/24 18:53:39 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2005.0824.ebuild,v 1.2 2006/08/06 00:30:08 mcummings Exp $ inherit perl-module @@ -17,3 +17,7 @@ src_compile() { perl-module_src_compile perl-module_src_test || die "test failed" } + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0705.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0705.ebuild index 2398cc839dc2..53ad07179198 100644 --- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0705.ebuild +++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0705.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0705.ebuild,v 1.1 2006/07/06 14:21:18 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0705.ebuild,v 1.2 2006/08/06 00:30:08 mcummings Exp $ inherit perl-module @@ -13,3 +13,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild index a93dbae1797a..cc154a374c4d 100644 --- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild +++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild,v 1.1 2006/07/30 02:17:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2006.0711.ebuild,v 1.2 2006/08/06 00:30:08 mcummings Exp $ inherit perl-module @@ -13,3 +13,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Unaccent/ChangeLog b/dev-perl/Text-Unaccent/ChangeLog index cdc3b608b86c..7ef1af792557 100644 --- a/dev-perl/Text-Unaccent/ChangeLog +++ b/dev-perl/Text-Unaccent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Unaccent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.11 2006/07/19 19:44:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.12 2006/08/06 00:31:04 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-Unaccent-1.08.ebuild: + Adding perl dep; fixed DEPEND 19 Jul 2006; Bryan Østergaard Text-Unaccent-1.08.ebuild: diff --git a/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild b/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild index b6d287896445..f38484a4fb99 100644 --- a/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild +++ b/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild,v 1.11 2006/07/19 19:44:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild,v 1.12 2006/08/06 00:31:04 mcummings Exp $ inherit perl-module @@ -15,3 +15,7 @@ KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index ddbfe5400f61..864f5922f780 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-WikiFormat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.14 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.15 2006/08/06 00:32:33 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-WikiFormat-0.76.ebuild, Text-WikiFormat-0.77.ebuild, + Text-WikiFormat-0.78.ebuild: + Adding perl dep; fixed DEPEND 18 Jul 2006; Michael Cummings Text-WikiFormat-0.76.ebuild, Text-WikiFormat-0.77.ebuild, diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild index 091e4a2b0dd4..9203b822feb7 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.9 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.10 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~ppc sparc x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild index 4ddc22a37fc7..07b401a22f20 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.7 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.8 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild index f254a25176e0..b779dd687624 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.3 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.4 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Text-WrapI18N/ChangeLog b/dev-perl/Text-WrapI18N/ChangeLog index 1b201a94f80d..b4b598e11c64 100644 --- a/dev-perl/Text-WrapI18N/ChangeLog +++ b/dev-perl/Text-WrapI18N/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-WrapI18N # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.7 2006/07/10 22:33:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.8 2006/08/06 00:33:06 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Text-WrapI18N-0.06.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Text-WrapI18N-0.06.ebuild: Mark 0.06 stable on ia64 diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild index 0d8b746c454d..6a44bf9fb60b 100644 --- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild +++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild,v 1.7 2006/07/10 22:33:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild,v 1.8 2006/08/06 00:33:06 mcummings Exp $ inherit perl-module @@ -12,8 +12,10 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 sparc x86" -DEPEND="dev-perl/Text-CharWidth" +DEPEND="dev-perl/Text-CharWidth + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" -SRC_TEST="do" \ No newline at end of file +SRC_TEST="do" + diff --git a/dev-perl/Tie-StrictHash/ChangeLog b/dev-perl/Tie-StrictHash/ChangeLog index c6da6c2ea622..f99e3e1284e5 100644 --- a/dev-perl/Tie-StrictHash/ChangeLog +++ b/dev-perl/Tie-StrictHash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Tie-StrictHash # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-StrictHash/ChangeLog,v 1.4 2006/07/10 22:34:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-StrictHash/ChangeLog,v 1.5 2006/08/06 00:35:05 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Tie-StrictHash-1.0.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Tie-StrictHash-1.0.ebuild: Mark 1.0 stable on ia64 diff --git a/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.ebuild b/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.ebuild index 8e4955b5fe76..d45121909fdc 100644 --- a/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.ebuild +++ b/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.ebuild,v 1.4 2006/07/10 22:34:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.ebuild,v 1.5 2006/08/06 00:35:05 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="ia64 x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Time-Duration/ChangeLog b/dev-perl/Time-Duration/ChangeLog index 735ac0cab7f8..33c04f2df225 100644 --- a/dev-perl/Time-Duration/ChangeLog +++ b/dev-perl/Time-Duration/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Time-Duration # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.14 2006/07/30 02:17:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.15 2006/08/06 00:35:55 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Time-Duration-1.02.ebuild, Time-Duration-1.03.ebuild, + Time-Duration-1.04.ebuild: + Adding perl dep; fixed DEPEND *Time-Duration-1.04 (30 Jul 2006) diff --git a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild index 3a148e477923..357c1cd0bf29 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.02.ebuild,v 1.14 2006/05/01 22:05:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.02.ebuild,v 1.15 2006/08/06 00:35:55 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Time-Duration/Time-Duration-1.03.ebuild b/dev-perl/Time-Duration/Time-Duration-1.03.ebuild index 0347e5922446..78ca00c956c0 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.03.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.03.ebuild,v 1.5 2006/07/19 19:38:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.03.ebuild,v 1.6 2006/08/06 00:35:55 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Time-Duration/Time-Duration-1.04.ebuild b/dev-perl/Time-Duration/Time-Duration-1.04.ebuild index f75516693f17..92a0e9e46161 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.04.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.04.ebuild,v 1.1 2006/07/30 02:17:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.04.ebuild,v 1.2 2006/08/06 00:35:55 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Time-Piece/ChangeLog b/dev-perl/Time-Piece/ChangeLog index 700edd2eaf61..fdaf73dd5c6d 100644 --- a/dev-perl/Time-Piece/ChangeLog +++ b/dev-perl/Time-Piece/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Time-Piece # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Piece/ChangeLog,v 1.9 2006/07/10 22:36:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Piece/ChangeLog,v 1.10 2006/08/06 00:38:48 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Time-Piece-1.08.ebuild, Time-Piece-1.09.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Time-Piece-1.09.ebuild: Mark 1.09 stable on ia64 diff --git a/dev-perl/Time-Piece/Time-Piece-1.08.ebuild b/dev-perl/Time-Piece/Time-Piece-1.08.ebuild index 3809f26e4b1f..b16191aefd6b 100644 --- a/dev-perl/Time-Piece/Time-Piece-1.08.ebuild +++ b/dev-perl/Time-Piece/Time-Piece-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Piece/Time-Piece-1.08.ebuild,v 1.6 2006/03/30 23:32:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Piece/Time-Piece-1.08.ebuild,v 1.7 2006/08/06 00:38:48 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Time-Piece/Time-Piece-1.09.ebuild b/dev-perl/Time-Piece/Time-Piece-1.09.ebuild index dc26c0319c3a..b100f1f747e0 100644 --- a/dev-perl/Time-Piece/Time-Piece-1.09.ebuild +++ b/dev-perl/Time-Piece/Time-Piece-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Piece/Time-Piece-1.09.ebuild,v 1.3 2006/07/10 22:36:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Piece/Time-Piece-1.09.ebuild,v 1.4 2006/08/06 00:38:48 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/TimeDate/ChangeLog b/dev-perl/TimeDate/ChangeLog index f0e8489f740a..43c50ed78605 100644 --- a/dev-perl/TimeDate/ChangeLog +++ b/dev-perl/TimeDate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/TimeDate # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/ChangeLog,v 1.22 2006/04/24 15:50:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/ChangeLog,v 1.23 2006/08/06 00:40:33 mcummings Exp $ + + 06 Aug 2006; Michael Cummings TimeDate-1.16.ebuild: + Adding perl dep; fixed DEPEND 24 Apr 2006; Diego Pettenò TimeDate-1.16.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-perl/TimeDate/TimeDate-1.16.ebuild b/dev-perl/TimeDate/TimeDate-1.16.ebuild index df1e38cab97a..6a9155ed26dd 100644 --- a/dev-perl/TimeDate/TimeDate-1.16.ebuild +++ b/dev-perl/TimeDate/TimeDate-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/TimeDate-1.16.ebuild,v 1.13 2006/04/24 15:50:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/TimeDate-1.16.ebuild,v 1.14 2006/08/06 00:40:33 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Tk-CursorControl/ChangeLog b/dev-perl/Tk-CursorControl/ChangeLog index b2a30f77862d..a6d64aad751d 100644 --- a/dev-perl/Tk-CursorControl/ChangeLog +++ b/dev-perl/Tk-CursorControl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Tk-CursorControl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.7 2006/07/10 22:42:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/ChangeLog,v 1.8 2006/08/06 00:43:03 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Tk-CursorControl-0.4.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Tk-CursorControl-0.4.ebuild: diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild index 8b7348e2b659..f644059e36ed 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild,v 1.7 2006/07/10 22:42:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild,v 1.8 2006/08/06 00:43:03 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" #SRC_TEST="do" -DEPEND="dev-perl/perl-tk" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="dev-perl/perl-tk + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Tk-JPEG-Lite/ChangeLog b/dev-perl/Tk-JPEG-Lite/ChangeLog index 7cf57a27cd4c..8d6a46187607 100644 --- a/dev-perl/Tk-JPEG-Lite/ChangeLog +++ b/dev-perl/Tk-JPEG-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Tk-JPEG-Lite # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog,v 1.7 2006/07/10 22:43:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog,v 1.8 2006/08/06 00:43:57 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Tk-JPEG-Lite-2.01403.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Tk-JPEG-Lite-2.01403.ebuild: diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild index 9d4f29605635..de6cfab53a2e 100644 --- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild +++ b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild,v 1.7 2006/07/10 22:43:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild,v 1.8 2006/08/06 00:43:57 mcummings Exp $ inherit perl-module @@ -14,5 +14,7 @@ SLOT="0" LICENSE="Artistic GPL-2" KEYWORDS="~amd64 ia64 ~ppc sparc x86" -DEPEND="dev-perl/perl-tk" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="dev-perl/perl-tk + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Tk-TableMatrix/ChangeLog b/dev-perl/Tk-TableMatrix/ChangeLog index aee3daf014ce..d25712376b4a 100644 --- a/dev-perl/Tk-TableMatrix/ChangeLog +++ b/dev-perl/Tk-TableMatrix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Tk-TableMatrix # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/ChangeLog,v 1.33 2006/07/10 22:44:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/ChangeLog,v 1.34 2006/08/06 00:44:51 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Tk-TableMatrix-1.1.ebuild, Tk-TableMatrix-1.1-r1.ebuild, + Tk-TableMatrix-1.2.ebuild, Tk-TableMatrix-1.2.2.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Tk-TableMatrix-1.2.2.ebuild: diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1-r1.ebuild b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1-r1.ebuild index 83b0c8ba5c10..1c00d761b726 100644 --- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1-r1.ebuild +++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1-r1.ebuild,v 1.10 2006/07/05 12:25:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1-r1.ebuild,v 1.11 2006/08/06 00:44:51 mcummings Exp $ inherit perl-module eutils @@ -13,11 +13,13 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64" IUSE="" -DEPEND="dev-perl/perl-tk" +DEPEND="dev-perl/perl-tk + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/patch.diff -} \ No newline at end of file +} + diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild index a5ae2cf8cd21..c8619668fc13 100644 --- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild +++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild,v 1.13 2006/07/05 12:25:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild,v 1.14 2006/08/06 00:44:51 mcummings Exp $ inherit perl-module eutils @@ -13,11 +13,13 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc alpha amd64" IUSE="" -DEPEND="dev-perl/perl-tk" +DEPEND="dev-perl/perl-tk + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} #epatch ${FILESDIR}/patch.diff -} \ No newline at end of file +} + diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.2.ebuild b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.2.ebuild index 7931db8fec34..506261b32ba6 100644 --- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.2.ebuild +++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.2.ebuild,v 1.5 2006/07/10 22:44:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.2.ebuild,v 1.6 2006/08/06 00:44:51 mcummings Exp $ inherit versionator perl-module eutils @@ -18,11 +18,13 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86" IUSE="" -DEPEND="dev-perl/perl-tk" +DEPEND="dev-perl/perl-tk + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/pTk-1.22.patch -} \ No newline at end of file +} + diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild index 6caa0e8b80a1..ad99f7ed4b79 100644 --- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild +++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild,v 1.12 2006/07/05 12:25:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild,v 1.13 2006/08/06 00:44:51 mcummings Exp $ inherit perl-module eutils @@ -15,11 +15,13 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" -DEPEND="dev-perl/perl-tk" +DEPEND="dev-perl/perl-tk + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/patch.diff -} \ No newline at end of file +} + diff --git a/dev-perl/Tree-DAG_Node/ChangeLog b/dev-perl/Tree-DAG_Node/ChangeLog index 86156049b365..b67b2574c933 100644 --- a/dev-perl/Tree-DAG_Node/ChangeLog +++ b/dev-perl/Tree-DAG_Node/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Tree-DAG_Node # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-DAG_Node/ChangeLog,v 1.7 2006/07/16 15:53:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-DAG_Node/ChangeLog,v 1.8 2006/08/06 00:47:10 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Tree-DAG_Node-1.05.ebuild: + Adding perl dep; fixed DEPEND 16 Jul 2006; Tobias Scherbaum Tree-DAG_Node-1.05.ebuild: diff --git a/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.05.ebuild b/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.05.ebuild index 8e634fc611f3..8ba44604ee5d 100644 --- a/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.05.ebuild +++ b/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.05.ebuild,v 1.7 2006/07/16 15:53:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.05.ebuild,v 1.8 2006/08/06 00:47:10 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="~amd64 ia64 ppc sparc ~x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Tree-Simple/ChangeLog b/dev-perl/Tree-Simple/ChangeLog index c3d7e567c5d9..34f20c00125c 100644 --- a/dev-perl/Tree-Simple/ChangeLog +++ b/dev-perl/Tree-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Tree-Simple # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/ChangeLog,v 1.16 2006/07/18 01:12:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/ChangeLog,v 1.17 2006/08/06 00:47:46 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Tree-Simple-1.14.ebuild, Tree-Simple-1.15.ebuild, Tree-Simple-1.16.ebuild: + Adding perl dep; fixed DEPEND 18 Jul 2006; Michael Cummings Tree-Simple-1.16.ebuild: diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild index b4b0a196c398..742ed73ea5d4 100644 --- a/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild +++ b/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild,v 1.6 2006/07/05 12:47:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild,v 1.7 2006/08/06 00:47:46 mcummings Exp $ # this is an RT dependency @@ -16,6 +16,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 ~ppc sparc ~amd64" DEPEND=">=virtual/perl-Test-Simple-0.47 - >=dev-perl/Test-Exception-0.15" + >=dev-perl/Test-Exception-0.15 + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE="" \ No newline at end of file +IUSE="" + diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild index ad012b02fe1a..995ac0e31fd8 100644 --- a/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild +++ b/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild,v 1.4 2006/07/05 12:47:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild,v 1.5 2006/08/06 00:47:46 mcummings Exp $ # this is an RT dependency @@ -16,6 +16,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" DEPEND=">=virtual/perl-Test-Simple-0.47 - >=dev-perl/Test-Exception-0.15" + >=dev-perl/Test-Exception-0.15 + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE="" \ No newline at end of file +IUSE="" + diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.16.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.16.ebuild index fac39a202e56..7cae8052ad80 100644 --- a/dev-perl/Tree-Simple/Tree-Simple-1.16.ebuild +++ b/dev-perl/Tree-Simple/Tree-Simple-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.16.ebuild,v 1.5 2006/07/18 01:12:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.16.ebuild,v 1.6 2006/08/06 00:47:46 mcummings Exp $ # this is an RT dependency @@ -17,6 +17,9 @@ KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" DEPEND=">=virtual/perl-Test-Simple-0.47 >=dev-perl/module-build-0.28 - >=dev-perl/Test-Exception-0.15" + >=dev-perl/Test-Exception-0.15 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" + + diff --git a/dev-perl/UNIVERSAL-moniker/ChangeLog b/dev-perl/UNIVERSAL-moniker/ChangeLog index fefdcc1ca420..af52f694d6dc 100644 --- a/dev-perl/UNIVERSAL-moniker/ChangeLog +++ b/dev-perl/UNIVERSAL-moniker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/UNIVERSAL-moniker # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v 1.13 2006/07/10 22:46:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/ChangeLog,v 1.14 2006/08/06 00:49:34 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + UNIVERSAL-moniker-0.08.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis UNIVERSAL-moniker-0.08.ebuild: diff --git a/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild b/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild index 40d1fca66efd..15037d7cce0f 100644 --- a/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild +++ b/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v 1.10 2006/07/10 22:46:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-moniker/UNIVERSAL-moniker-0.08.ebuild,v 1.11 2006/08/06 00:49:34 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" SRC_TEST="do" #Funny...no longer a dep, but needed for tests -DEPEND="dev-perl/Lingua-EN-Inflect" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND="dev-perl/Lingua-EN-Inflect + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 363777e7df98..9ce5aa968a98 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/URI # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.53 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.54 2006/08/06 00:50:27 mcummings Exp $ + + 06 Aug 2006; Michael Cummings URI-1.28.ebuild, + URI-1.30.ebuild, URI-1.31.ebuild, URI-1.33.ebuild, URI-1.34.ebuild, + URI-1.35.ebuild: + Adding perl dep; fixed DEPEND 05 Jul 2006; Christian Hartmann URI-1.28.ebuild, URI-1.30.ebuild, URI-1.31.ebuild, URI-1.33.ebuild, URI-1.34.ebuild, diff --git a/dev-perl/URI/URI-1.28.ebuild b/dev-perl/URI/URI-1.28.ebuild index 407b689a7649..11c2b99400b3 100644 --- a/dev-perl/URI/URI-1.28.ebuild +++ b/dev-perl/URI/URI-1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.28.ebuild,v 1.17 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.28.ebuild,v 1.18 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt" \ No newline at end of file +mydoc="rfc2396.txt" + diff --git a/dev-perl/URI/URI-1.30.ebuild b/dev-perl/URI/URI-1.30.ebuild index 0b2d6d6a5ee6..3cf7e567e2bf 100644 --- a/dev-perl/URI/URI-1.30.ebuild +++ b/dev-perl/URI/URI-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.30.ebuild,v 1.9 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.30.ebuild,v 1.10 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt" \ No newline at end of file +mydoc="rfc2396.txt" + diff --git a/dev-perl/URI/URI-1.31.ebuild b/dev-perl/URI/URI-1.31.ebuild index 19256b0560a1..e54220c713a5 100644 --- a/dev-perl/URI/URI-1.31.ebuild +++ b/dev-perl/URI/URI-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.12 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.13 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc mips alpha ~arm hppa amd64 ~ia64 ~s390" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt" \ No newline at end of file +mydoc="rfc2396.txt" + diff --git a/dev-perl/URI/URI-1.33.ebuild b/dev-perl/URI/URI-1.33.ebuild index 6eb5e48b940f..5c42c5d31f25 100644 --- a/dev-perl/URI/URI-1.33.ebuild +++ b/dev-perl/URI/URI-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.5 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.6 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt" \ No newline at end of file +mydoc="rfc2396.txt" + diff --git a/dev-perl/URI/URI-1.34.ebuild b/dev-perl/URI/URI-1.34.ebuild index ccdda5f29486..2045201bc231 100644 --- a/dev-perl/URI/URI-1.34.ebuild +++ b/dev-perl/URI/URI-1.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.5 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.6 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt" \ No newline at end of file +mydoc="rfc2396.txt" + diff --git a/dev-perl/URI/URI-1.35.ebuild b/dev-perl/URI/URI-1.35.ebuild index cb36574d086d..c4e3967c08d1 100644 --- a/dev-perl/URI/URI-1.35.ebuild +++ b/dev-perl/URI/URI-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.14 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.15 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt" \ No newline at end of file +mydoc="rfc2396.txt" + diff --git a/dev-perl/Unicode-Map/ChangeLog b/dev-perl/Unicode-Map/ChangeLog index e62c36af337d..80c288306d77 100644 --- a/dev-perl/Unicode-Map/ChangeLog +++ b/dev-perl/Unicode-Map/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-Map # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/ChangeLog,v 1.10 2006/05/21 18:02:57 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/ChangeLog,v 1.11 2006/08/06 00:51:04 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Unicode-Map-0.112.ebuild: + Adding perl dep; fixed DEPEND 21 May 2006; Markus Rothe Unicode-Map-0.112.ebuild: Stable on ppc64 diff --git a/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild b/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild index 5268a1f9b673..b755d08a36f7 100644 --- a/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild +++ b/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild,v 1.11 2006/05/21 18:02:57 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map/Unicode-Map-0.112.ebuild,v 1.12 2006/08/06 00:51:04 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Unicode-Map/files/digest-Unicode-Map-0.112 b/dev-perl/Unicode-Map/files/digest-Unicode-Map-0.112 index 04c5e8b5935e..20e447f5bcbe 100644 --- a/dev-perl/Unicode-Map/files/digest-Unicode-Map-0.112 +++ b/dev-perl/Unicode-Map/files/digest-Unicode-Map-0.112 @@ -1 +1,3 @@ MD5 edaa8fc5ddf0e5d805e274283dd0625d Unicode-Map-0.112.tar.gz 476116 +RMD160 4b05b6ed2e27dbe2c1ee69a668b71b45b0d47530 Unicode-Map-0.112.tar.gz 476116 +SHA256 10f0c2f12ebba57dcd4f46d24cf242c1915d31ec0a4ec36b4df18c9ca0cb4a5a Unicode-Map-0.112.tar.gz 476116 diff --git a/dev-perl/Unicode-Map8/ChangeLog b/dev-perl/Unicode-Map8/ChangeLog index cbfe36d44b3c..dc96a28c092c 100644 --- a/dev-perl/Unicode-Map8/ChangeLog +++ b/dev-perl/Unicode-Map8/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Unicode-Map8 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/ChangeLog,v 1.24 2006/07/05 12:49:47 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/ChangeLog,v 1.25 2006/08/06 00:51:48 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Unicode-Map8-0.11.ebuild, Unicode-Map8-0.11-r1.ebuild, + Unicode-Map8-0.12.ebuild: + Adding perl dep; fixed DEPEND 05 Jul 2006; Christian Hartmann Unicode-Map8-0.11.ebuild, Unicode-Map8-0.11-r1.ebuild, Unicode-Map8-0.12.ebuild: diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.11-r1.ebuild b/dev-perl/Unicode-Map8/Unicode-Map8-0.11-r1.ebuild index 7822b33b1206..cfe0b0a302a9 100644 --- a/dev-perl/Unicode-Map8/Unicode-Map8-0.11-r1.ebuild +++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.11-r1.ebuild,v 1.9 2006/07/05 12:49:47 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.11-r1.ebuild,v 1.10 2006/08/06 00:51:48 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" -DEPEND=">=dev-perl/Unicode-String-2.06" +DEPEND=">=dev-perl/Unicode-String-2.06 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="TODO" \ No newline at end of file +mydoc="TODO" + diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.11.ebuild b/dev-perl/Unicode-Map8/Unicode-Map8-0.11.ebuild index fdd3c9a01dab..3e83f2c81380 100644 --- a/dev-perl/Unicode-Map8/Unicode-Map8-0.11.ebuild +++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.11.ebuild,v 1.17 2006/07/05 12:49:47 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.11.ebuild,v 1.18 2006/08/06 00:51:48 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" -DEPEND=">=dev-perl/Unicode-String-2.06" +DEPEND=">=dev-perl/Unicode-String-2.06 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="TODO" \ No newline at end of file +mydoc="TODO" + diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.12.ebuild b/dev-perl/Unicode-Map8/Unicode-Map8-0.12.ebuild index f99e2c5feb95..55f61394a72c 100644 --- a/dev-perl/Unicode-Map8/Unicode-Map8-0.12.ebuild +++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.12.ebuild,v 1.15 2006/07/05 12:49:47 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.12.ebuild,v 1.16 2006/08/06 00:51:48 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND=">=dev-perl/Unicode-String-2.06" +DEPEND=">=dev-perl/Unicode-String-2.06 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="TODO" \ No newline at end of file +mydoc="TODO" + diff --git a/dev-perl/Unicode-Map8/files/digest-Unicode-Map8-0.12 b/dev-perl/Unicode-Map8/files/digest-Unicode-Map8-0.12 index e21b38a33e47..bb72f4a98043 100644 --- a/dev-perl/Unicode-Map8/files/digest-Unicode-Map8-0.12 +++ b/dev-perl/Unicode-Map8/files/digest-Unicode-Map8-0.12 @@ -1 +1,3 @@ MD5 b76a10615258894b1699b140f93940d0 Unicode-Map8-0.12.tar.gz 102882 +RMD160 1d4d6e7e904d194ac96a048d7168a43eecb8fd79 Unicode-Map8-0.12.tar.gz 102882 +SHA256 8b9e51baa3c3c315be60f1e6274b2ba852c5010253297fdd989492da5817613b Unicode-Map8-0.12.tar.gz 102882 diff --git a/dev-perl/Unicode-MapUTF8/ChangeLog b/dev-perl/Unicode-MapUTF8/ChangeLog index 81a3a8c19191..6006bc76c8f9 100644 --- a/dev-perl/Unicode-MapUTF8/ChangeLog +++ b/dev-perl/Unicode-MapUTF8/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-MapUTF8 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-MapUTF8/ChangeLog,v 1.13 2006/07/11 17:02:33 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-MapUTF8/ChangeLog,v 1.14 2006/08/06 00:52:25 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Unicode-MapUTF8-1.11.ebuild: + Adding perl dep; fixed DEPEND 11 Jul 2006; Christian Hartmann Unicode-MapUTF8-1.11.ebuild: diff --git a/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild b/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild index 479a56449013..f237610b8a6a 100644 --- a/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild +++ b/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild,v 1.13 2006/07/11 17:02:33 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-MapUTF8/Unicode-MapUTF8-1.11.ebuild,v 1.14 2006/08/06 00:52:25 mcummings Exp $ inherit perl-module @@ -15,5 +15,8 @@ DEPEND=">=dev-perl/module-build-0.28 dev-perl/Unicode-Map dev-perl/Unicode-Map8 dev-perl/Unicode-String - dev-perl/Jcode" + dev-perl/Jcode + dev-lang/perl" RDEPEND="${DEPEND}" + + diff --git a/dev-perl/Unicode-String/ChangeLog b/dev-perl/Unicode-String/ChangeLog index a2ad31296804..4da020c45416 100644 --- a/dev-perl/Unicode-String/ChangeLog +++ b/dev-perl/Unicode-String/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Unicode-String # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v 1.32 2006/07/10 22:49:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v 1.33 2006/08/06 00:53:12 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Unicode-String-2.06-r1.ebuild, Unicode-String-2.06-r2.ebuild, + Unicode-String-2.07.ebuild, Unicode-String-2.09.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Unicode-String-2.09.ebuild: diff --git a/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild b/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild index 6234ac7b58bd..4ef3c2a956d7 100644 --- a/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild +++ b/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild,v 1.20 2006/07/05 12:54:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild,v 1.21 2006/08/06 00:53:12 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" -DEPEND=">=virtual/perl-MIME-Base64-2.11" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND=">=virtual/perl-MIME-Base64-2.11 + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild b/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild index f384fe60fe21..bbb3aca5aab4 100644 --- a/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild +++ b/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild,v 1.12 2006/07/05 12:54:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild,v 1.13 2006/08/06 00:53:12 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" -DEPEND=">=virtual/perl-MIME-Base64-2.11" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND=">=virtual/perl-MIME-Base64-2.11 + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Unicode-String/Unicode-String-2.07.ebuild b/dev-perl/Unicode-String/Unicode-String-2.07.ebuild index ea63dd78508c..406304fceb1b 100644 --- a/dev-perl/Unicode-String/Unicode-String-2.07.ebuild +++ b/dev-perl/Unicode-String/Unicode-String-2.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.07.ebuild,v 1.17 2006/07/05 12:54:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.07.ebuild,v 1.18 2006/08/06 00:53:12 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND=">=virtual/perl-MIME-Base64-2.11" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND=">=virtual/perl-MIME-Base64-2.11 + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Unicode-String/Unicode-String-2.09.ebuild b/dev-perl/Unicode-String/Unicode-String-2.09.ebuild index 6ec505b3d437..c784fa02021b 100644 --- a/dev-perl/Unicode-String/Unicode-String-2.09.ebuild +++ b/dev-perl/Unicode-String/Unicode-String-2.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v 1.7 2006/07/10 22:49:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v 1.8 2006/08/06 00:53:12 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ LICENSE="Artistic" KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc ~x86" IUSE="" -DEPEND=">=virtual/perl-MIME-Base64-2.11" -RDEPEND="${DEPEND}" \ No newline at end of file +DEPEND=">=virtual/perl-MIME-Base64-2.11 + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Unicode-UTF8simple/ChangeLog b/dev-perl/Unicode-UTF8simple/ChangeLog index 75f0776f286b..202a5e3b9c39 100644 --- a/dev-perl/Unicode-UTF8simple/ChangeLog +++ b/dev-perl/Unicode-UTF8simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-UTF8simple # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-UTF8simple/ChangeLog,v 1.6 2006/07/24 01:41:28 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-UTF8simple/ChangeLog,v 1.7 2006/08/06 00:54:03 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Unicode-UTF8simple-1.06.ebuild: + Adding perl dep; fixed DEPEND 24 Jul 2006; Andrej Kacian Unicode-UTF8simple-1.06.ebuild: diff --git a/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.06.ebuild b/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.06.ebuild index 6cefbf1378e7..434e191cfb99 100644 --- a/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.06.ebuild +++ b/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.06.ebuild,v 1.6 2006/07/24 01:41:28 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.06.ebuild,v 1.7 2006/08/06 00:54:03 mcummings Exp $ inherit perl-module @@ -16,3 +16,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ppc sparc x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/VCP-autrijus/ChangeLog b/dev-perl/VCP-autrijus/ChangeLog index ef90025f3346..32c28793bf94 100644 --- a/dev-perl/VCP-autrijus/ChangeLog +++ b/dev-perl/VCP-autrijus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/VCP-autrijus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/ChangeLog,v 1.8 2006/07/13 04:53:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/ChangeLog,v 1.9 2006/08/06 00:57:10 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + VCP-autrijus-0.9_p20050110.ebuild, VCP-autrijus-0.9_p20050110-r1.ebuild: + Adding perl dep; fixed DEPEND 13 Jul 2006; Aron Griffis VCP-autrijus-0.9_p20050110-r1.ebuild: diff --git a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild index e65aa42ebe9e..8bc5e0f313fb 100644 --- a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild +++ b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild,v 1.6 2006/07/13 04:53:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild,v 1.7 2006/08/06 00:57:10 mcummings Exp $ inherit perl-module @@ -14,10 +14,11 @@ LICENSE="BSD" KEYWORDS="~amd64 ia64 sparc ~x86" DEPEND="dev-perl/Text-Diff - dev-perl/XML-AutoWriter + dev-perl/XML-AutoWriter dev-perl/HTML-Tree dev-perl/IPC-Run3 - dev-perl/PodToHTML" + dev-perl/PodToHTML + dev-lang/perl" RDEPEND="${DEPEND}" S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" @@ -26,4 +27,5 @@ S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" # and lots of them seem to be related to p4d (perforce server) # there may be other (more relevant) errors, but they're hard to track # down by such a lot of dump in stdout. -- trapni/2005-04-09. -#SRC_TEST="do" \ No newline at end of file +#SRC_TEST="do" + diff --git a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild index 4f44be4211a1..8363ae3efb47 100644 --- a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild +++ b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild,v 1.5 2006/07/05 12:56:17 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild,v 1.6 2006/08/06 00:57:10 mcummings Exp $ inherit perl-module @@ -13,9 +13,10 @@ LICENSE="BSD" KEYWORDS="~amd64 sparc x86" DEPEND="dev-perl/Text-Diff - dev-perl/XML-AutoWriter + dev-perl/XML-AutoWriter dev-perl/HTML-Tree - dev-perl/IPC-Run3" + dev-perl/IPC-Run3 + dev-lang/perl" RDEPEND="${DEPEND}" S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" @@ -24,4 +25,5 @@ S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" # and lots of them seem to be related to p4d (perforce server) # there may be other (more relevant) errors, but they're hard to track # down by such a lot of dump in stdout. -- trapni/2005-04-09. -#SRC_TEST="do" \ No newline at end of file +#SRC_TEST="do" + diff --git a/dev-perl/Validate-Net/ChangeLog b/dev-perl/Validate-Net/ChangeLog index 41f205ff9cd7..1d9bd287f7dd 100644 --- a/dev-perl/Validate-Net/ChangeLog +++ b/dev-perl/Validate-Net/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Validate-Net # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v 1.15 2006/07/05 13:00:53 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v 1.16 2006/08/06 00:59:09 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Validate-Net-0.4.ebuild, Validate-Net-0.5.ebuild: + Adding perl dep; fixed DEPEND 05 Jul 2006; Christian Hartmann Validate-Net-0.4.ebuild, Validate-Net-0.5.ebuild: diff --git a/dev-perl/Validate-Net/Validate-Net-0.4.ebuild b/dev-perl/Validate-Net/Validate-Net-0.4.ebuild index 7a9f069daaed..d3f4b9b72213 100644 --- a/dev-perl/Validate-Net/Validate-Net-0.4.ebuild +++ b/dev-perl/Validate-Net/Validate-Net-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.4.ebuild,v 1.11 2006/07/05 13:00:52 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.4.ebuild,v 1.12 2006/08/06 00:59:09 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" DEPEND="virtual/perl-Test-Simple dev-perl/Class-Default - dev-perl/Class-Inspector" -RDEPEND="${DEPEND}" \ No newline at end of file + dev-perl/Class-Inspector + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Validate-Net/Validate-Net-0.5.ebuild b/dev-perl/Validate-Net/Validate-Net-0.5.ebuild index 120ea08f1625..700d622dd095 100644 --- a/dev-perl/Validate-Net/Validate-Net-0.5.ebuild +++ b/dev-perl/Validate-Net/Validate-Net-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.5.ebuild,v 1.13 2006/07/05 13:00:52 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.5.ebuild,v 1.14 2006/08/06 00:59:09 mcummings Exp $ inherit perl-module @@ -17,5 +17,7 @@ SRC_TEST="do" DEPEND="virtual/perl-Test-Simple dev-perl/Class-Default - dev-perl/Class-Inspector" -RDEPEND="${DEPEND}" \ No newline at end of file + dev-perl/Class-Inspector + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/Video-Frequencies/ChangeLog b/dev-perl/Video-Frequencies/ChangeLog index f6f4a8dd42cd..7a78d43e8ecf 100644 --- a/dev-perl/Video-Frequencies/ChangeLog +++ b/dev-perl/Video-Frequencies/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Video-Frequencies # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Frequencies/ChangeLog,v 1.6 2006/07/10 22:50:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Frequencies/ChangeLog,v 1.7 2006/08/06 00:59:45 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Video-Frequencies-0.03.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Video-Frequencies-0.03.ebuild: diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03.ebuild index ff7c0e3cf586..47389258c060 100644 --- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03.ebuild +++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Frequencies/Video-Frequencies-0.03.ebuild,v 1.6 2006/07/10 22:50:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Frequencies/Video-Frequencies-0.03.ebuild,v 1.7 2006/08/06 00:59:45 mcummings Exp $ inherit perl-module @@ -15,3 +15,7 @@ IUSE="" export OPTIMIZE="$CFLAGS" mydoc="README Changes" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Video-Info/ChangeLog b/dev-perl/Video-Info/ChangeLog index 9ba89552d09c..3a1f26dda6a8 100644 --- a/dev-perl/Video-Info/ChangeLog +++ b/dev-perl/Video-Info/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Video-Info # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/ChangeLog,v 1.7 2006/03/30 23:36:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/ChangeLog,v 1.8 2006/08/06 01:00:19 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Video-Info-0.993.ebuild: + Adding perl dep; fixed DEPEND 30 Mar 2006; Aron Griffis Video-Info-0.993.ebuild: Mark 0.993 ~ia64 diff --git a/dev-perl/Video-Info/Video-Info-0.993.ebuild b/dev-perl/Video-Info/Video-Info-0.993.ebuild index 83d4a37b721c..457acafc22c3 100644 --- a/dev-perl/Video-Info/Video-Info-0.993.ebuild +++ b/dev-perl/Video-Info/Video-Info-0.993.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/Video-Info-0.993.ebuild,v 1.2 2006/03/30 23:36:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-Info/Video-Info-0.993.ebuild,v 1.3 2006/08/06 01:00:19 mcummings Exp $ inherit perl-module @@ -15,3 +15,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Video-Info/files/digest-Video-Info-0.993 b/dev-perl/Video-Info/files/digest-Video-Info-0.993 index 873d6a15e50c..e418620058f2 100644 --- a/dev-perl/Video-Info/files/digest-Video-Info-0.993 +++ b/dev-perl/Video-Info/files/digest-Video-Info-0.993 @@ -1 +1,3 @@ MD5 509d49886aa49ef712024789a53f0320 Video-Info-0.993.tar.gz 634560 +RMD160 70df8de9b3109fe916adeada6717d7f8bdb7eaa7 Video-Info-0.993.tar.gz 634560 +SHA256 7b4972e32820770600ed1a350c5aaeaa5b70ce4cef6b423e47503c934a0c72e3 Video-Info-0.993.tar.gz 634560 diff --git a/dev-perl/Video-ivtv/ChangeLog b/dev-perl/Video-ivtv/ChangeLog index 78d99f53debb..93623d9d86bf 100644 --- a/dev-perl/Video-ivtv/ChangeLog +++ b/dev-perl/Video-ivtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Video-ivtv # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.7 2006/07/10 22:51:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.8 2006/08/06 01:00:55 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + Video-ivtv-0.12.ebuild, Video-ivtv-0.13.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis Video-ivtv-0.13.ebuild: Mark 0.13 stable on ia64 diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.12.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.12.ebuild index c4a8f6ddf586..f1b82187573c 100644 --- a/dev-perl/Video-ivtv/Video-ivtv-0.12.ebuild +++ b/dev-perl/Video-ivtv/Video-ivtv-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.12.ebuild,v 1.2 2004/10/15 21:44:29 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.12.ebuild,v 1.3 2006/08/06 01:00:55 mcummings Exp $ inherit perl-module @@ -15,3 +15,7 @@ IUSE="" export OPTIMIZE="$CFLAGS" mydoc="README Changes COPYING" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild index 40e872816ebc..3f34ac078d5d 100644 --- a/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild +++ b/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild,v 1.5 2006/07/10 22:51:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild,v 1.6 2006/08/06 01:00:55 mcummings Exp $ inherit perl-module @@ -15,3 +15,7 @@ IUSE="" export OPTIMIZE="$CFLAGS" mydoc="README Changes COPYING" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index af17785794ad..bdfdfdfc248a 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.16 2006/07/05 13:01:53 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.17 2006/08/06 01:01:45 mcummings Exp $ + + 06 Aug 2006; Michael Cummings + WWW-Bugzilla-0.2.ebuild, WWW-Bugzilla-0.4.ebuild, WWW-Bugzilla-0.6.ebuild, + WWW-Bugzilla-0.8.ebuild: + Adding perl dep; fixed DEPEND 05 Jul 2006; Christian Hartmann WWW-Bugzilla-0.2.ebuild: Fixed RDEPEND wrt bug #134781; fixed header diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild index 9f6369cedac6..6dede0533e95 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild,v 1.8 2006/07/05 13:01:53 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild,v 1.9 2006/08/06 01:01:45 mcummings Exp $ inherit perl-module @@ -14,5 +14,8 @@ KEYWORDS="x86 sparc amd64" IUSE="" DEPEND="dev-perl/WWW-Mechanize - dev-perl/Class-MethodMaker" + dev-perl/Class-MethodMaker + dev-lang/perl" RDEPEND="${DEPEND}" + + diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild index 3a071fe2cf77..6a7364c8e801 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.10 2006/07/02 18:39:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.11 2006/08/06 01:01:45 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ LICENSE="GPL-2" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -RDEPEND="dev-perl/WWW-Mechanize -