Marking amd64, sparc stable; cleaning up
authorMichael Cummings <mcummings@gentoo.org>
Sun, 8 Oct 2006 03:40:25 +0000 (03:40 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Sun, 8 Oct 2006 03:40:25 +0000 (03:40 +0000)
Package-Manager: portage-2.1.2_pre1

12 files changed:
dev-perl/Class-Autouse/ChangeLog
dev-perl/Class-Autouse/Class-Autouse-1.03.ebuild
dev-perl/Class-Autouse/Class-Autouse-1.23.ebuild
dev-perl/Class-Autouse/Class-Autouse-1.24.ebuild
dev-perl/Class-Autouse/Class-Autouse-1.26.ebuild
dev-perl/Class-Autouse/Class-Autouse-1.27.ebuild
dev-perl/Class-DBI/ChangeLog
dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild
dev-perl/Class-DBI/Class-DBI-3.0.14.ebuild
dev-perl/Class-DBI/Class-DBI-3.0.15.ebuild
dev-perl/Class-Data-Inheritable/ChangeLog
dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild

index be162509056ddd336fe5dbdfef36479606a0dc67..4f090d9b24a167951989077f99de25798c41e89e 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Class-Autouse
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/ChangeLog,v 1.48 2006/09/16 20:38:54 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/ChangeLog,v 1.49 2006/10/08 03:32:36 mcummings Exp $
+
+  08 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+  Class-Autouse-1.03.ebuild, -Class-Autouse-1.12.ebuild,
+  -Class-Autouse-1.17.ebuild, -Class-Autouse-1.21.ebuild,
+  Class-Autouse-1.23.ebuild, Class-Autouse-1.24.ebuild,
+  Class-Autouse-1.26.ebuild, Class-Autouse-1.27.ebuild:
+  Marking amd64, sparc stable; cleaning up
 
   16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   Class-Autouse-1.26.ebuild:
index e77b2640e0cdc7af05b672159c6aae5b1b411da4..4a1e813f85f1fd0ca591cc16645c16c5d4ea2a37 100644 (file)
@@ -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/Class-Autouse/Class-Autouse-1.03.ebuild,v 1.11 2006/08/04 23:07:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/Class-Autouse-1.03.ebuild,v 1.12 2006/10/08 03:32:36 mcummings Exp $
 
 inherit perl-module
 DESCRIPTION="Defer loading of one or more classes"
@@ -12,5 +12,4 @@ LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~x86 amd64 alpha ~hppa ~mips ~ppc ~sparc"
 DEPEND="virtual/perl-Test-Simple
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 SRC_TEST="do"
index 3fa5aa601d9c57b9fcd8d919e63a25453f071d31..06ac3280fb8da42d67ef47d2f10b105bf05fb1de 100644 (file)
@@ -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/Class-Autouse/Class-Autouse-1.23.ebuild,v 1.5 2006/08/04 23:07:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/Class-Autouse-1.23.ebuild,v 1.6 2006/10/08 03:32:36 mcummings Exp $
 
 inherit perl-module
 DESCRIPTION="Runtime aspect loading of one or more classes"
@@ -14,6 +14,5 @@ DEPEND="virtual/perl-Test-Simple
                dev-perl/ExtUtils-AutoInstall
                >=virtual/perl-Scalar-List-Utils-1.18
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
index 8daf13a4f7aa4a71c01fbeb6551ea0ef6ba37413..63031660c3fec01507d44f5984062a82908b2f00 100644 (file)
@@ -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/Class-Autouse/Class-Autouse-1.24.ebuild,v 1.9 2006/08/04 23:07:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/Class-Autouse-1.24.ebuild,v 1.10 2006/10/08 03:32:36 mcummings Exp $
 
 inherit perl-module
 DESCRIPTION="Runtime aspect loading of one or more classes"
@@ -14,6 +14,5 @@ DEPEND="virtual/perl-Test-Simple
                dev-perl/ExtUtils-AutoInstall
                >=virtual/perl-Scalar-List-Utils-1.18
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
index 05a1c8676bcaa86e752afed9a22da9eb8365258b..74c90e2f41b0a5210a909d056b208b4fa3db3912 100644 (file)
@@ -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/Class-Autouse/Class-Autouse-1.26.ebuild,v 1.8 2006/09/16 20:38:54 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/Class-Autouse-1.26.ebuild,v 1.9 2006/10/08 03:32:36 mcummings Exp $
 
 inherit perl-module
 DESCRIPTION="Runtime aspect loading of one or more classes"
@@ -14,6 +14,5 @@ DEPEND="virtual/perl-Test-Simple
                dev-perl/ExtUtils-AutoInstall
                >=virtual/perl-Scalar-List-Utils-1.18
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
index 6baa6662cbb7fafdf03451712329748e94aef5a6..f2e6b2ace1c8d6c885b78e69f7621ab24d4a9be8 100644 (file)
@@ -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/Class-Autouse/Class-Autouse-1.27.ebuild,v 1.2 2006/09/04 12:07:43 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/Class-Autouse-1.27.ebuild,v 1.3 2006/10/08 03:32:36 mcummings Exp $
 
 inherit perl-module
 DESCRIPTION="Runtime aspect loading of one or more classes"
@@ -9,11 +9,10 @@ HOMEPAGE="http://search.cpan.org/~adamk/${P}"
 IUSE=""
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc ~x86"
 DEPEND="virtual/perl-Test-Simple
                dev-perl/ExtUtils-AutoInstall
                >=virtual/perl-Scalar-List-Utils-1.18
        dev-lang/perl"
-RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
index d3f4a8c6285881d9222dc73194b94a788895ea1a..00228304a7b9b1fd3583d8e05f604c15604a51c6 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Class-DBI
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.34 2006/08/21 12:39:49 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.35 2006/10/08 03:36:12 mcummings Exp $
+
+  08 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+  -Class-DBI-0.96.ebuild, -Class-DBI-3.0.1.ebuild, Class-DBI-3.0.13.ebuild,
+  Class-DBI-3.0.14.ebuild, Class-DBI-3.0.15.ebuild:
+  Marking amd64, sparc stable; cleaning up
 
 *Class-DBI-3.0.15 (21 Aug 2006)
 
index fe8e54fac6744a11fca9140ee0f1b77544ca7839..28299840fbd34829a8c0bf24ace08046b182c5e1 100644 (file)
@@ -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/Class-DBI/Class-DBI-3.0.13.ebuild,v 1.11 2006/08/04 23:10:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild,v 1.12 2006/10/08 03:36:12 mcummings Exp $
 
 inherit perl-module
 
@@ -31,4 +31,3 @@ DEPEND="dev-perl/Class-Data-Inheritable
                dev-perl/version
                dev-perl/UNIVERSAL-moniker
        dev-lang/perl"
-RDEPEND="${DEPEND}"
index 24b48317e1b61b854d433cfee3ff599e18d5f8a8..7d237ef8777c6621e609f99cc940299e1e1d17ad 100644 (file)
@@ -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/Class-DBI/Class-DBI-3.0.14.ebuild,v 1.6 2006/08/07 00:17:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.14.ebuild,v 1.7 2006/10/08 03:36:12 mcummings Exp $
 
 inherit perl-module
 
@@ -31,4 +31,3 @@ DEPEND="dev-perl/Class-Data-Inheritable
                dev-perl/version
                dev-perl/UNIVERSAL-moniker
        dev-lang/perl"
-RDEPEND="${DEPEND}"
index 7d4e1f3ec4877830e770cc8c80257350d6eb1359..43d5c4cd4ace9dc7bf55bb1a062efc64fd7fc3de 100644 (file)
@@ -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/Class-DBI/Class-DBI-3.0.15.ebuild,v 1.1 2006/08/21 12:39:49 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.15.ebuild,v 1.2 2006/10/08 03:36:12 mcummings Exp $
 
 inherit perl-module
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${MY_P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 # Tests aren't possible since they require interaction with the DB's
@@ -31,4 +31,3 @@ DEPEND="dev-perl/Class-Data-Inheritable
                dev-perl/version
                dev-perl/UNIVERSAL-moniker
        dev-lang/perl"
-RDEPEND="${DEPEND}"
index 1ab34e5843de81a031713a3fb86847d3a228a4ca..5212730cefc8e44d15e42c1e64e7c1864a7c0d31 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Class-Data-Inheritable
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.20 2006/09/25 21:03:15 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.21 2006/10/08 03:40:25 mcummings Exp $
+
+  08 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+  -Class-Data-Inheritable-0.02.ebuild, Class-Data-Inheritable-0.05.ebuild:
+  Marking amd64, sparc stable; cleaning up
 
 *Class-Data-Inheritable-0.06 (25 Sep 2006)
 
index 39b498dc17aa2c3b9e1eab27d304dda4759cac68..c904d33238937f29f2b2d6b5742145b9f4ad2ad5 100644 (file)
@@ -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/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild,v 1.2 2006/09/04 12:02:17 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.05.ebuild,v 1.3 2006/10/08 03:40:25 mcummings Exp $
 
 inherit perl-module
 
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~tmtm/${P}"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 export OPTIMIZE="${CFLAGS}"