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

13 files changed:
dev-perl/Class-ErrorHandler/ChangeLog
dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.01.ebuild
dev-perl/Class-Factory-Util/ChangeLog
dev-perl/Class-Factory-Util/Class-Factory-Util-1.6.ebuild
dev-perl/Class-Inspector/ChangeLog
dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild
dev-perl/Class-Inspector/Class-Inspector-1.16.ebuild
dev-perl/Class-MakeMethods/ChangeLog
dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild
dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild
dev-perl/Class-MakeMethods/files/digest-Class-MakeMethods-1.009
dev-perl/class-loader/ChangeLog
dev-perl/class-loader/class-loader-2.03.ebuild

index 5c579760534b94433ca18d7953173cf3e60e9d21..5ecc477bf92250f00f50859969b2d0875af9ed4c 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Class-ErrorHandler
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog,v 1.16 2006/08/04 23:13:55 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog,v 1.17 2007/01/15 14:44:12 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Class-ErrorHandler-0.01.ebuild:
+  Ebuild maintenance
 
   04 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Class-ErrorHandler-0.01.ebuild:
index 297090692abc2eb27d838f1731b6ceaadc8f30f5..ca8947a872bf349a1ff37bda6fd8c1520eee2f06 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/Class-ErrorHandler/Class-ErrorHandler-0.01.ebuild,v 1.16 2006/08/04 23:13:55 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.01.ebuild,v 1.17 2007/01/15 14:44:12 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Automated accessor generation"
-HOMEPAGE="http://search.cpan.org/~btrott/${P}/"
+HOMEPAGE="http://search.cpan.org/~btrott/"
 SRC_URI="mirror://cpan/authors/id/B/BT/BTROTT/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -16,4 +16,3 @@ SRC_TEST="do"
 
 DEPEND=">=dev-perl/module-build-0.28
        dev-lang/perl"
-RDEPEND="${DEPEND}"
index 00a111638d3208e3d3b258c8f53a401ebf7c51ea..de6466f27c88dc18c84056175ff373365b9356ff 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Class-Factory-Util
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Factory-Util/ChangeLog,v 1.14 2006/08/07 00:18:52 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Factory-Util/ChangeLog,v 1.15 2007/01/15 14:44:45 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Class-Factory-Util-1.6.ebuild:
+  Ebuild maintenance
 
   07 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Class-Factory-Util-1.6.ebuild:
index a15a759e15fe72b548a16c217560b9f94ce7f72a..18c82af7dd673fd4b776806c755a265bbabba97d 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/Class-Factory-Util/Class-Factory-Util-1.6.ebuild,v 1.14 2006/08/07 00:18:52 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Factory-Util/Class-Factory-Util-1.6.ebuild,v 1.15 2007/01/15 14:44:45 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Provide utility methods for factory classes"
-HOMEPAGE="http://search.cpan.org/~drolsky/${P}/"
+HOMEPAGE="http://search.cpan.org/~drolsky/"
 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -13,4 +13,3 @@ SLOT="0"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE=""
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index 9921a889bbaa6a2e58cafed24723ac85a7f9d4b3..476e24c8267aae379256677f0fd953f68a8cca82 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-Inspector
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.40 2006/10/20 18:57:31 kloeri Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.41 2007/01/15 14:48:31 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  -Class-Inspector-1.06.ebuild, -Class-Inspector-1.08.ebuild,
+  Class-Inspector-1.13.ebuild, -Class-Inspector-1.14.ebuild,
+  Class-Inspector-1.16.ebuild:
+  Ebuild maintenance
 
   20 Oct 2006; Bryan Ã˜stergaard <kloeri@gentoo.org>
   Class-Inspector-1.16.ebuild:
index ac7d3ec9cb35f593cdef39142117bd62a41f50d3..b6fa8d5a4c5bf9cefaa83b0d2cfbd1fddedf1d7c 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/Class-Inspector/Class-Inspector-1.13.ebuild,v 1.10 2006/08/04 23:22:16 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild,v 1.11 2007/01/15 14:48:31 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Provides information about Classes"
-HOMEPAGE="http://search.cpan.org/~adamk/${P}/"
+HOMEPAGE="http://search.cpan.org/~adamk"
 SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -15,6 +15,5 @@ IUSE=""
 
 DEPEND="virtual/perl-Test-Simple
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
index d25ecf6ccd21352268d37cf86032e614e633376c..c61b337a397957684d2da23ef63711cf573a3f60 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/Class-Inspector/Class-Inspector-1.16.ebuild,v 1.8 2006/10/20 18:57:31 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.16.ebuild,v 1.9 2007/01/15 14:48:31 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Provides information about Classes"
-HOMEPAGE="http://search.cpan.org/~adamk/${P}/"
+HOMEPAGE="http://search.cpan.org/~adamk"
 SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -15,6 +15,5 @@ IUSE=""
 
 DEPEND="virtual/perl-Test-Simple
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
index 3ee306a229ce3fa43ed658553dc2abbb8e36fb5e..a796c09fca28d3a33403c5149dc38c837e35b851 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Class-MakeMethods
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.28 2006/08/04 23:22:57 mcummings Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.29 2007/01/15 14:51:36 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  Class-MakeMethods-1.01.ebuild, Class-MakeMethods-1.009.ebuild:
+  Ebuild maintenance
 
   04 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   Class-MakeMethods-1.01.ebuild, Class-MakeMethods-1.009.ebuild:
index 58620edd3ba3f0b6a48ea00ea3167e7ae515af3f..28861dda1650269f68d814f0613b9ba03dbaf40b 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/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.13 2006/08/04 23:22:57 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.14 2007/01/15 14:51:36 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Automated method creation module for Perl"
 SRC_URI="mirror://cpan/modules/by-module/Class/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-module/Class/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~evo/"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
@@ -20,4 +20,3 @@ src_compile() {
        perl-module_src_test || die "test failed"
 }
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index 50a60ea9dfe6456b4d45b933f17d756477ee594a..83106e37ae9238450ce993c459acadc467a173f4 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/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.9 2006/08/04 23:22:57 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.10 2007/01/15 14:51:36 mcummings Exp $
 
 inherit perl-module
 
 DESCRIPTION="Automated method creation module for Perl"
 SRC_URI="mirror://cpan/authors/id/E/EV/EVO/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~evo/${P}/"
+HOMEPAGE="http://search.cpan.org/~evo/"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
@@ -15,4 +15,3 @@ IUSE=""
 
 SRC_TEST="do"
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
index f9b488e9e21ccea509c5f943f17c398bdb137d18..97aecb34bce14aae5ee67c2ad18db4cff25d5218 100644 (file)
@@ -1 +1,3 @@
 MD5 ab3240ff45f2351a7a8b52026728c513 Class-MakeMethods-1.009.tar.gz 158763
+RMD160 d247dd7c93110e4b727c05fca4fb373366e288e1 Class-MakeMethods-1.009.tar.gz 158763
+SHA256 487e6e6d9476812df5ee415640646ee5a07d6bf50587dac0f7dc66ee892cc681 Class-MakeMethods-1.009.tar.gz 158763
index 81b91d1ae5069ed98091c6809172b36bc4b77edf..11d7118e90d7ede49fe5cac59806b60cb1d38e34 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/class-loader
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/class-loader/ChangeLog,v 1.16 2006/08/06 02:07:57 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/class-loader/ChangeLog,v 1.17 2007/01/15 14:49:42 mcummings Exp $
+
+  15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  -class-loader-2.02.ebuild, class-loader-2.03.ebuild:
+  Ebuild maintenance
 
   06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
   class-loader-2.02.ebuild, class-loader-2.03.ebuild:
index 1dc63dc260d33a76c63cbc1e0c3d753460bbdfb5..9e01d3c7fd96e32e65c341fafda20e23a08b4f9c 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/class-loader/class-loader-2.03.ebuild,v 1.8 2006/08/06 02:07:57 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/class-loader/class-loader-2.03.ebuild,v 1.9 2007/01/15 14:49:42 mcummings Exp $
 
 inherit perl-module
 
 MY_P=Class-Loader-${PV}
 S=${WORKDIR}/${MY_P}
 DESCRIPTION="Load modules and create objects on demand"
-HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme"
+HOMEPAGE="http://search.cpan.org/~vipul/"
 SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
@@ -17,4 +17,3 @@ IUSE=""
 
 
 DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"