Ebuild maintenance
authorMichael Cummings <mcummings@gentoo.org>
Mon, 15 Jan 2007 22:41:04 +0000 (22:41 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Mon, 15 Jan 2007 22:41:04 +0000 (22:41 +0000)
Package-Manager: portage-2.1.2_rc4-r8

48 files changed:
dev-perl/GD-Graph3d/ChangeLog
dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild
dev-perl/GDTextUtil/ChangeLog
dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild
dev-perl/Geography-Countries/ChangeLog
dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild
dev-perl/Getopt-ArgvFile/ChangeLog
dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.10.ebuild
dev-perl/Getopt-Mixed/ChangeLog
dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild
dev-perl/Getopt-Mixed/files/digest-Getopt-Mixed-1.008
dev-perl/GnuPG-Interface/ChangeLog
dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild
dev-perl/GnuPG-Interface/files/digest-GnuPG-Interface-0.34
dev-perl/GraphViz/ChangeLog
dev-perl/GraphViz/GraphViz-2.02.ebuild
dev-perl/Gtk2-Ex-PodViewer/ChangeLog
dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild
dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild
dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.17.ebuild
dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild
dev-perl/Gtk2-Html2/ChangeLog
dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild
dev-perl/Gtk2-PodViewer/ChangeLog
dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild
dev-perl/HTML-Clean/ChangeLog
dev-perl/HTML-Clean/HTML-Clean-0.8-r1.ebuild
dev-perl/HTML-Format/ChangeLog
dev-perl/HTML-Format/HTML-Format-2.04.ebuild
dev-perl/Heap/ChangeLog
dev-perl/Heap/Heap-0.71.ebuild
dev-perl/Heap/files/digest-Heap-0.71
dev-perl/Hook-LexWrap/ChangeLog
dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild
dev-perl/gimp-perl/ChangeLog
dev-perl/gimp-perl/gimp-perl-2.2_pre1.ebuild
dev-perl/gnome2-canvas/ChangeLog
dev-perl/gnome2-canvas/gnome2-canvas-1.002.ebuild
dev-perl/gnome2-print/ChangeLog
dev-perl/gnome2-print/gnome2-print-0.94.ebuild
dev-perl/gtk2-ex-formfactory/ChangeLog
dev-perl/gtk2-ex-formfactory/gtk2-ex-formfactory-0.65-r1.ebuild
dev-perl/gtk2-spell/ChangeLog
dev-perl/gtk2-spell/files/digest-gtk2-spell-1.03
dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
dev-perl/gtk2-traymanager/ChangeLog
dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild

index 92676523ff16784d16db6e34685f610c9f59e1ae..b394cc0bc5a948219799e66131d33f25068a66ba 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/GD-Graph3d
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v 1.18 2007/01/04 15:01:52 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v 1.19 2007/01/15 22:24:34 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  GD-Graph3d-0.63.ebuild:
+  Ebuild maintenance
 
   04 Jan 2007; Bryan Ã˜stergaard <kloeri@gentoo.org> GD-Graph3d-0.63.ebuild:
   Stable on Alpha.
index a31cda0b8b15fa9eeb4017a39f926b074e5fb44e..100596c0572b8939538eae9cbd0b1d727e473809 100644 (file)
@@ -1,11 +1,11 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild,v 1.20 2007/01/04 15:01:52 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild,v 1.21 2007/01/15 22:24:34 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Create 3D Graphs with GD and GD::Graph"
-HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~wadg/"
 SRC_URI="mirror://cpan/authors/id/W/WA/WADG/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -17,5 +17,3 @@ DEPEND=">=dev-perl/GD-1.18
        >=dev-perl/GDGraph-1.30
        dev-perl/GDTextUtil
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index f3cf21ad272bf72956dae6a8c6e393242291637a..631c7fcabf987546ecce806f04d9d2d2d42b9612 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/GDTextUtil
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/ChangeLog,v 1.16 2006/08/05 04:09:30 mcummings Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/ChangeLog,v 1.17 2007/01/15 22:25:11 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  GDTextUtil-0.86.ebuild:
+  Ebuild maintenance
 
   05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   GDTextUtil-0.86.ebuild:
index cf2c811c81950dbd15ecb187532722f6a4cb20ab..07aef8b1e55a8853f8ec5265bfed61d05f2ca4ed 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.15 2006/08/05 04:09:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.16 2007/01/15 22:25:11 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Text utilities for use with GD"
 SRC_URI="mirror://cpan/authors/id/M/MV/MVERB/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~mverb/"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
@@ -15,7 +15,6 @@ IUSE=""
 
 DEPEND="dev-perl/GD
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
index e2681f069c376a81f1986e14ada1902e6494ebdb..9ea593579126097e633127b28f68053c8e8b5625 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Geography-Countries
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.14 2006/08/07 23:05:51 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.15 2007/01/15 22:25:27 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Geography-Countries-1.4.ebuild:
+  Ebuild maintenance
 
   07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Geography-Countries-1.4.ebuild:
index 5c8dd351ffb70ce213c927444efc55cdfec729e4..c07f390a4dcfb14b04233005ef83903cd19924e3 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.14 2006/08/07 23:05:51 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.15 2007/01/15 22:25:27 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="2-letter, 3-letter, and numerical codes for countries."
 SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~abigail/${P}/"
+HOMEPAGE="http://search.cpan.org/~abigail/"
 
 SLOT="0"
 LICENSE="Artistic"
@@ -17,4 +17,3 @@ SRC_TEST="do"
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index b0aa42f10f1aa09496dfb7339cd08d8f4d280547..3b35161572cd2c3919e6b7b5bd35813eefd1e0a8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Getopt-ArgvFile
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/ChangeLog,v 1.14 2006/08/07 23:07:23 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/ChangeLog,v 1.15 2007/01/15 22:27:00 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Getopt-ArgvFile-1.10.ebuild:
+  Ebuild maintenance
 
   07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   -Getopt-ArgvFile-1.08.ebuild, Getopt-ArgvFile-1.10.ebuild:
index 2cb07ca11fefe6443656f28fc949f50e644914f1..cd5fdfe7c65cf9884dd9878ce0a708d73c3f5f60 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.10.ebuild,v 1.8 2006/08/07 23:07:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.10.ebuild,v 1.9 2007/01/15 22:27:00 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="This module is a simple supplement to other option handling modules."
 SRC_URI="mirror://cpan/authors/id/J/JS/JSTENZEL/${P}.tgz"
-HOMEPAGE="http://search.cpan.org/jstenzel/${P}/"
+HOMEPAGE="http://search.cpan.org/~jstenzel/"
 SLOT="0"
 LICENSE="GPL-2"
 SRC_TEST="do"
@@ -15,4 +15,3 @@ IUSE=""
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index 57bddf13c82c87923d9921a0a1836423e1509cdd..b1332efc5cd271f47bcb35df391ac1b5e9da7bd5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Getopt-Mixed
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.11 2006/08/05 04:11:56 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.12 2007/01/15 22:27:22 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Getopt-Mixed-1.008.ebuild:
+  Ebuild maintenance
 
   05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Getopt-Mixed-1.008.ebuild:
index a2838deb0933235f926321de978b2be698cecd7d..811e025f42ddbea2ac98d90f308a094f73adc740 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild,v 1.14 2006/08/05 04:11:56 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild,v 1.15 2007/01/15 22:27:22 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Getopt::Mixed is used for parsing mixed options"
-HOMEPAGE="http://www.cpan.org/modules/by-module/Getopt/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~cjm/"
 SRC_URI="mirror://cpan/authors/id/C/CJ/CJM/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -15,4 +15,3 @@ IUSE=""
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index fa9a2bc21763a1883429aeea407eb7ff134b6491..9a11b007f77cd8468b6c5ee856c1a1ac8f8959b6 100644 (file)
@@ -1 +1,3 @@
 MD5 7d492669944f93809b7963f2c88865e7 Getopt-Mixed-1.008.tar.gz 9856
+RMD160 a9fe788ca3a75f44e972b476ef1b9a86579d8dfa Getopt-Mixed-1.008.tar.gz 9856
+SHA256 e486323d0deffa3e766fcd88474352134232623bedf9c9cd1e5213ecee005373 Getopt-Mixed-1.008.tar.gz 9856
index e7c622d681a581abab6e68f944b586f24729e61b..1a088405955e4c1ee34391abc2c8bd29e9a5d07d 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/GnuPG-Interface
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.15 2006/08/05 04:12:35 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.16 2007/01/15 22:32:18 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  GnuPG-Interface-0.34.ebuild:
+  Ebuild maintenance
 
   05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   GnuPG-Interface-0.34.ebuild:
index bb4cdf0d0d82c546998608d94c765419d866d082..284da207ca0f0ece17de50f99a5e5055d18c877a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild,v 1.13 2006/08/05 04:12:35 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild,v 1.14 2007/01/15 22:32:18 mcummings Exp $
 
 inherit perl-module
 
@@ -14,7 +14,5 @@ IUSE=""
 DEPEND=">=app-crypt/gnupg-1.2.1-r1
        >=dev-perl/Class-MethodMaker-1.11
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 #SRC_TEST="do"
-
index 8de387019c564bd0c086419293bceaa290dafc10..f7657225aa55eb5a97e471a1bc663679a3dc334a 100644 (file)
@@ -1 +1,3 @@
 MD5 3cb5f4ae3937df55ffc54a2a0c2f12af GnuPG-Interface-0.34.tar.gz 38730
+RMD160 7ed30ef60ca0bfff2ee948782ed8b753903c47e2 GnuPG-Interface-0.34.tar.gz 38730
+SHA256 9e6aaca689e5d3c24adaaba9db50b611ae16a799fd11cb209efa3159affb61c9 GnuPG-Interface-0.34.tar.gz 38730
index fabe58ecf52ec91716bba43ca3e17726cac8662a..7323a8ed43b56f619ab16529dfd31208177b75de 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/GraphViz
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.3 2007/01/07 23:45:46 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.4 2007/01/15 22:32:51 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org> GraphViz-2.02.ebuild:
+  Ebuild maintenance
 
   07 Jan 2007; Michael Cummings <mcummings@gentoo.org> GraphViz-2.02.ebuild:
   Marking amd64 stable
index bff5b2eb066ddce09a990bdcc50fc18aa4280624..20b221cdb187103f9f4b09cd719e2b6fa25ad28b 100644 (file)
@@ -1,11 +1,11 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.02.ebuild,v 1.3 2007/01/07 23:45:46 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.02.ebuild,v 1.4 2007/01/15 22:32:51 mcummings Exp $
 
 inherit perl-module eutils
 
 DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+HOMEPAGE="http://search.cpan.org/~lbrocard/"
 SRC_URI="http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/${P}.tar.gz"
 
 LICENSE="Artistic GPL-2"
index c1bdfcacc380ff1a23fbf611862b40277f19b60a..eee25e49b8803cdfc6960b499615bba7b5b50683 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Gtk2-Ex-PodViewer
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/ChangeLog,v 1.20 2006/11/25 14:34:24 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/ChangeLog,v 1.21 2007/01/15 22:34:31 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Gtk2-Ex-PodViewer-0.14.ebuild, Gtk2-Ex-PodViewer-0.16.ebuild,
+  Gtk2-Ex-PodViewer-0.17.ebuild:
+  Ebuild maintenance
 
   25 Nov 2006; Michael Cummings <mcummings@gentoo.org>
   Gtk2-Ex-PodViewer-0.17.ebuild:
index dd3e2ad5d165dd73c18d87ede836582862e6eb01..4e4ea32fe289d9eb0646140283f75b9f1cdb316c 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild,v 1.11 2006/08/05 04:14:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.14.ebuild,v 1.12 2007/01/15 22:34:31 mcummings Exp $
 
 inherit perl-module eutils
 
 DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)."
-HOMEPAGE="http://search.cpan.org/~gbrown/${P}/"
+HOMEPAGE="http://search.cpan.org/~gbrown/"
 SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -23,7 +23,6 @@ DEPEND=">=x11-libs/gtk+-2
        dev-perl/Gtk2-Ex-Simple-List
        dev-perl/Locale-gettext
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
index ab94241040cc8e0a7c6219626ca5f1b142e8c57f..6735a4fa7ad023aa1c81fd72e29b960f651547d8 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild,v 1.5 2006/10/15 16:59:05 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.16.ebuild,v 1.6 2007/01/15 22:34:31 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)."
-HOMEPAGE="http://search.cpan.org/~gbrown/${P}/"
+HOMEPAGE="http://search.cpan.org/~gbrown/"
 SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -23,5 +23,3 @@ DEPEND=">=x11-libs/gtk+-2
        dev-perl/Gtk2-Ex-Simple-List
        dev-perl/Locale-gettext
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index 5fbcb7766c2d52c762e17f822d1662969f14372c..fb87db7ef79272650f2fcea38c407ae482a341d3 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.17.ebuild,v 1.3 2006/11/25 14:34:24 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.17.ebuild,v 1.4 2007/01/15 22:34:31 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)."
-HOMEPAGE="http://search.cpan.org/~gbrown/${P}/"
+HOMEPAGE="http://search.cpan.org/~gbrown/"
 SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -23,5 +23,3 @@ DEPEND=">=x11-libs/gtk+-2
        dev-perl/Gtk2-Ex-Simple-List
        dev-perl/Locale-gettext
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index 693de630466e3eef17149fd8a0a1b11be5a2f8bb..9c74600ece643f2d9a9cccb28741ffb29f57f9bf 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Gtk2-Ex-PrintDialog
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.10 2006/08/06 18:13:53 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.11 2007/01/15 22:35:30 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Gtk2-Ex-PrintDialog-0.02.ebuild:
+  Ebuild maintenance
 
   06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Gtk2-Ex-PrintDialog-0.02.ebuild:
index df42439860606eb7a41d7ed9e51561269b284579..4a19fd228b4df64b98b6e2a3bc94394f8df7268b 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.11 2006/08/06 18:13:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.12 2007/01/15 22:35:30 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications"
-HOMEPAGE="http://search.cpan.org/search?query=${PN}"
+HOMEPAGE="http://search.cpan.org/~gbrown/"
 SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -19,4 +19,3 @@ DEPEND="cups? ( dev-perl/Net-CUPS )
                >=dev-perl/Locale-gettext-1.04
                dev-lang/perl"
 
-RDEPEND="${DEPEND}"
index 716497a4ee1de6a20d0378f3778bd6fd240bfbc6..abfd0b893f1d8e9dc4535921021f2e3d1d825a38 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Gtk2-Html2
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Html2/ChangeLog,v 1.11 2006/10/20 23:57:18 agriffis Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Html2/ChangeLog,v 1.12 2007/01/15 22:35:46 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Gtk2-Html2-0.04.ebuild:
+  Ebuild maintenance
 
   20 Oct 2006; Aron Griffis <agriffis@gentoo.org> Gtk2-Html2-0.04.ebuild:
   Mark 0.04 stable on ia64
index f83356083a680cdb3ee9f3fc06cdee0c4278d525..f0642269b0b51e5c946a4af4de45d21ffb4c8a77 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild,v 1.11 2006/10/20 23:57:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Html2/Gtk2-Html2-0.04.ebuild,v 1.12 2007/01/15 22:35:46 mcummings Exp $
 
 inherit perl-module
 
@@ -18,5 +18,3 @@ DEPEND=">=x11-libs/gtk+-2
        >=dev-perl/glib-perl-1.012
        >=dev-perl/gtk2-perl-1.012
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index 153610f37498de5a14f3ac47139ec97a1e4cba32..49f666a012f84f598f4f004544897a7f54404868 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Gtk2-PodViewer
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/ChangeLog,v 1.11 2006/08/06 18:16:09 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/ChangeLog,v 1.12 2007/01/15 22:37:15 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  -Gtk2-PodViewer-0.09.ebuild, Gtk2-PodViewer-0.13.ebuild:
+  Ebuild maintenance
 
   06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Gtk2-PodViewer-0.13.ebuild:
index 72ad531f454e84ee8bc76357480b1312ae9eab1d..3f2b6702c5914d17f3c3781758302ccd87e80fff 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild,v 1.9 2006/08/06 18:16:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild,v 1.10 2007/01/15 22:37:15 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)."
-HOMEPAGE="http://search.cpan.org/~gbrown/${P}/"
+HOMEPAGE="http://search.cpan.org/~gbrown/"
 SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -19,5 +19,3 @@ DEPEND=">=x11-libs/gtk+-2
        dev-perl/gtk2-perl
        dev-perl/Gtk2-Ex-PodViewer
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index 2f3d9cc0ce36e89098997f0a6fdcf352fb7d4001..5171bce04f3f1e00d87ea050be1134f82861c8d8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTML-Clean
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Clean/ChangeLog,v 1.19 2006/08/05 04:18:42 mcummings Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Clean/ChangeLog,v 1.20 2007/01/15 22:40:42 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  HTML-Clean-0.8-r1.ebuild:
+  Ebuild maintenance
 
   05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   HTML-Clean-0.8-r1.ebuild:
index a7eb95e36a414bbfa003ab24415a749d02915970..f78fe5bcb17f71753f3e98aa3baf89d34cb9f46f 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Clean/HTML-Clean-0.8-r1.ebuild,v 1.17 2006/08/05 04:18:42 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Clean/HTML-Clean-0.8-r1.ebuild,v 1.18 2007/01/15 22:40:42 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Cleans up HTML code for web browsers, not humans"
-HOMEPAGE="http://cpan.org/modules/by-module/HTML/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~lindner/"
 SRC_URI="mirror://cpan/authors/id/L/LI/LINDNER/${P}.tar.gz"
 
 LICENSE="Artistic"
@@ -15,4 +15,3 @@ IUSE=""
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index 398cb8978d7d36b7aa8b13441d7ba5ac7103b45b..c532b9a10b733b06df97cf9ab009ce5de8bea7bc 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTML-Format
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.12 2006/08/07 23:26:08 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.13 2007/01/15 22:41:04 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  HTML-Format-2.04.ebuild:
+  Ebuild maintenance
 
   07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   HTML-Format-2.04.ebuild:
index 6f6c0d886560dd2554d2ab4a756cd83ae4164d8e..8dc8aafc62665b0a2911f409af5d4398d7e32303 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/HTML-Format-2.04.ebuild,v 1.13 2006/08/07 23:26:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/HTML-Format-2.04.ebuild,v 1.14 2007/01/15 22:41:04 mcummings Exp $
 
 # this is an RT dependency
 inherit perl-module
 
 DESCRIPTION="HTML Formatter"
 SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~sburke/"
 
 SRC_TEST="do"
 SLOT="0"
@@ -17,6 +17,5 @@ KEYWORDS="amd64 ia64 ~ppc sparc x86"
 DEPEND="dev-perl/Font-AFM
        dev-perl/HTML-Tree
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 IUSE=""
 
index 16a63af61e37ffa514928be651a1c972d2eef5e3..3fb21d264b8d74bc3ec62ba9a4d0c7816245afaf 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Heap
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Heap/ChangeLog,v 1.20 2006/08/05 04:39:23 mcummings Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Heap/ChangeLog,v 1.21 2007/01/15 22:38:20 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Heap-0.71.ebuild:
+  Ebuild maintenance
 
   05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Heap-0.71.ebuild:
   Adding perl dep; fixed header; fixed DEPEND
index 75802d239fca0e3fe7d9938af585b1067f319d64..2986a2fad30d3f11ca62e450d109810fbd0ff043 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Heap/Heap-0.71.ebuild,v 1.14 2006/08/05 04:39:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Heap/Heap-0.71.ebuild,v 1.15 2007/01/15 22:38:20 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Heap - Perl extensions for keeping data partially sorted."
 SRC_URI="mirror://cpan/authors/id/J/JM/JMM/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-module/Heap/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~jmm/"
 
 IUSE=""
 SLOT="0"
@@ -15,4 +15,3 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index 305db3f8c2443306507c037fca914e6595a4712f..935a37076c1387b4bd5ac7235c9839b0bacffb80 100644 (file)
@@ -1 +1,3 @@
 MD5 6934be7ffe351b3eea844d24a07ebc36 Heap-0.71.tar.gz 16618
+RMD160 86f74a7610eef3dd491f01ebfba845176136b7fc Heap-0.71.tar.gz 16618
+SHA256 6759127b6c25a596a950e24d986a5e8690ba6c05a55e8a260218ca3a3465f886 Heap-0.71.tar.gz 16618
index 36ce1acaf1c3998c3ab45937fe86bc75f53a005c..789f1a21ba20f43323b8bfcadf3ce6a2313d3aef 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Hook-LexWrap
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/ChangeLog,v 1.10 2006/08/07 23:23:22 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/ChangeLog,v 1.11 2007/01/15 22:40:11 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Hook-LexWrap-0.20.ebuild:
+  Ebuild maintenance
 
   07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Hook-LexWrap-0.20.ebuild:
index 6c0d32df1cd5abaf7ef05369b2f075e6e1903217..bfdd84353c7cab9ec65844975d311331aceca57f 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild,v 1.10 2006/08/07 23:23:22 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild,v 1.11 2007/01/15 22:40:11 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Lexically scoped subroutine wrappers"
-HOMEPAGE="http://search.cpan.org/~dconway/${P}/"
+HOMEPAGE="http://search.cpan.org/~dconway/"
 SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -17,4 +17,3 @@ SRC_TEST="do"
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index 420601f9c282cb555dffe29bedb39b28f8fbd857..8ccf1d394360ed1007690fab9b4a8707473fb5e6 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gimp-perl
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gimp-perl/ChangeLog,v 1.9 2006/10/20 15:27:22 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gimp-perl/ChangeLog,v 1.10 2007/01/15 22:28:01 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  gimp-perl-2.2_pre1.ebuild:
+  Ebuild maintenance
 
   20 Oct 2006; Michael Cummings <mcummings@gentoo.org>
   -gimp-perl-2.0.ebuild:
index 2f5cda0825cabc648353d381ab1e1e7ddcb0403e..f8c738bfca1b1ec0d199816cb4623b25dd7a8968 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gimp-perl/gimp-perl-2.2_pre1.ebuild,v 1.5 2006/08/18 02:11:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gimp-perl/gimp-perl-2.2_pre1.ebuild,v 1.6 2007/01/15 22:28:01 mcummings Exp $
 
 inherit perl-module
 
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
 DESCRIPTION="Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers"
 HOMEPAGE="http://search.cpan.org/~sjburges/Gimp/"
 SRC_URI="ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.2/perl/${MY_P}.tar.gz
-               http://search.cpan.org/CPAN/authors/id/S/SJ/SJBURGES/${MY_P}.tar.gz"
+               mirror://cpan/authors/id/S/SJ/SJBURGES/${MY_P}.tar.gz"
 
 LICENSE="Artistic GPL-2"
 SLOT="0"
index 5074773abf779faec7024e8dfd7da08a6ecf4c20..bbdc1a1b5cda286a83876b2476dad6af1816d982 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gnome2-canvas
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-canvas/ChangeLog,v 1.26 2006/08/06 02:28:01 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-canvas/ChangeLog,v 1.27 2007/01/15 22:31:21 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  -gnome2-canvas-1.00.ebuild, gnome2-canvas-1.002.ebuild:
+  Ebuild maintenance
 
   06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   gnome2-canvas-1.00.ebuild, gnome2-canvas-1.002.ebuild:
index 34f6c1158d697617c9aedcb2b1f76344880f9e64..a2b0de0dcec680125857e04938b71de4e901d0be 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-canvas/gnome2-canvas-1.002.ebuild,v 1.9 2006/08/06 02:28:01 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-canvas/gnome2-canvas-1.002.ebuild,v 1.10 2007/01/15 22:31:21 mcummings Exp $
 
 inherit perl-module
 
@@ -23,5 +23,3 @@ DEPEND=">=x11-libs/gtk+-2
        >=dev-perl/extutils-pkgconfig-1.03
        >=dev-perl/extutils-depends-0.202
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index 4c0603a3e74a0deeef9db1c0d5d541313e3ec48a..8d089deb56b7024814c095f7a20e3f5924c33292 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gnome2-print
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/ChangeLog,v 1.19 2006/08/18 02:12:22 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/ChangeLog,v 1.20 2007/01/15 22:31:55 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  -gnome2-print-0.61.ebuild, gnome2-print-0.94.ebuild:
+  Ebuild maintenance
 
   18 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   gnome2-print-0.94.ebuild:
index 6975b86f65058c328012cd5ee93d7c390306c073..4da93ebfe1f50cf83a74ba29bbb2289dc75e3527 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/gnome2-print-0.94.ebuild,v 1.12 2006/08/18 02:12:22 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/gnome2-print-0.94.ebuild,v 1.13 2007/01/15 22:31:55 mcummings Exp $
 
 inherit perl-module
 
@@ -8,7 +8,7 @@ MY_P=Gnome2-Print-${PV}
 S=${WORKDIR}/${MY_P}
 DESCRIPTION="Perl interface to the 2.x series of the Gnome print libraries."
 SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~rmcfarla/${P}"
+HOMEPAGE="http://search.cpan.org/~rmcfarla/"
 
 SLOT="0"
 LICENSE="GPL-2"
@@ -22,5 +22,3 @@ DEPEND=">=x11-libs/gtk+-2
        >=gnome-base/libgnomeprint-2
        >=dev-perl/gtk2-perl-${PV}
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-
index ac28523c94c896d0e6cedf4887829c877e71f78f..0c3c06f7a34e7df03e454a591d938a3d5f3dc645 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gtk2-ex-formfactory
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-ex-formfactory/ChangeLog,v 1.28 2006/10/20 19:06:54 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-ex-formfactory/ChangeLog,v 1.29 2007/01/15 22:33:07 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  gtk2-ex-formfactory-0.65-r1.ebuild:
+  Ebuild maintenance
 
 *gtk2-ex-formfactory-0.65-r1 (20 Oct 2006)
 
index 1cd3179267356147848ae0eeaff08d4079b73846..0b16e29150db3ac6d206a5b3b02fd5630576503a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-ex-formfactory/gtk2-ex-formfactory-0.65-r1.ebuild,v 1.1 2006/10/20 19:06:54 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-ex-formfactory/gtk2-ex-formfactory-0.65-r1.ebuild,v 1.2 2007/01/15 22:33:07 mcummings Exp $
 
 inherit perl-module
 
@@ -17,7 +17,5 @@ IUSE=""
 
 DEPEND="dev-perl/gtk2-perl
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 SRC_TEST="do"
 
-
index 2350e6b9480cd88058f1f8752a0249327416ef6b..a265ae3831afb11d22aab555c908609fd3caabbb 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gtk2-spell
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.15 2006/08/06 02:40:00 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.16 2007/01/15 22:37:28 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  gtk2-spell-1.03.ebuild:
+  Ebuild maintenance
 
   06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   gtk2-spell-1.03.ebuild:
index a1a7cf59a9130edef5ef5b5f4f64ec78b4b8d5f4..0c0e106f14d0f699c5f4575f00ea6a1b95722702 100644 (file)
@@ -1 +1,3 @@
 MD5 caf3b6d1e48e4c9096b2ab1ee15cbf4d Gtk2-Spell-1.03.tar.gz 15812
+RMD160 5dac58c30bc7baec225b9af3aeeabc3fbd83a4f3 Gtk2-Spell-1.03.tar.gz 15812
+SHA256 5dfe1307a10d931b13477722434672940594e34799a8094dbdb1607b8ec4438e Gtk2-Spell-1.03.tar.gz 15812
index 0691cc5c8920b8098b0488ccfe3010354ea456e1..0659b4dcbc3c2c3194671ffa53fc1da2e9716613 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.12 2006/08/06 02:40:00 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.13 2007/01/15 22:37:28 mcummings Exp $
 
 inherit perl-module
 
@@ -20,7 +20,6 @@ DEPEND=">=x11-libs/gtk+-2
        >=dev-perl/glib-perl-1.012
        >=dev-perl/gtk2-perl-1.012
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
index 34e3920f0eeca236b104fc37a87a1265ad420dc9..45346cbe74c3fa1eb73a0a644a9dda9f6f9a933e 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gtk2-traymanager
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v 1.10 2006/10/21 00:01:08 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v 1.11 2007/01/15 22:37:54 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  gtk2-traymanager-0.05.ebuild:
+  Ebuild maintenance
 
   21 Oct 2006; Michael Cummings <mcummings@gentoo.org>
   gtk2-traymanager-0.05.ebuild:
index 8a27254f2847f804ee9e8d7ce3a4cb6db2c5fedc..b0be921982f30af4a2af90bba775ff0ca4eb75b6 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v 1.10 2006/10/21 00:01:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v 1.11 2007/01/15 22:37:54 mcummings Exp $
 
 inherit perl-module
 
@@ -21,5 +21,3 @@ DEPEND=">=x11-libs/gtk+-2
        dev-perl/extutils-depends
        dev-perl/extutils-pkgconfig
        dev-lang/perl"
-RDEPEND="${DEPEND}"
-