summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Array-Window/Array-Window-0.1.ebuild6
-rw-r--r--dev-perl/Array-Window/Array-Window-0.4.ebuild4
-rw-r--r--dev-perl/Array-Window/ChangeLog7
-rw-r--r--dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild6
-rw-r--r--dev-perl/Authen-DigestMD5/ChangeLog8
-rw-r--r--dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild6
-rw-r--r--dev-perl/Authen-NTLM/ChangeLog7
-rw-r--r--dev-perl/Class-ISA/ChangeLog7
-rw-r--r--dev-perl/Class-ISA/Class-ISA-0.32.ebuild6
-rw-r--r--dev-perl/Class-Inspector/ChangeLog8
-rw-r--r--dev-perl/Class-Inspector/Class-Inspector-1.04.ebuild4
-rw-r--r--dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild4
-rw-r--r--dev-perl/Class-Inspector/Class-Inspector-1.ebuild6
-rw-r--r--dev-perl/Class-WhiteHole/ChangeLog8
-rw-r--r--dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild6
15 files changed, 57 insertions, 36 deletions
diff --git a/dev-perl/Array-Window/Array-Window-0.1.ebuild b/dev-perl/Array-Window/Array-Window-0.1.ebuild
index 8961fc1b945c..7e96592c92fe 100644
--- a/dev-perl/Array-Window/Array-Window-0.1.ebuild
+++ b/dev-perl/Array-Window/Array-Window-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Window/Array-Window-0.1.ebuild,v 1.5 2004/07/14 16:35:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Window/Array-Window-0.1.ebuild,v 1.6 2005/01/13 02:08:55 gustavoz Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Array/${P}.readme"
IUSE=""
SLOT="0"
LICENSE="Artistic GPL-2"
-KEYWORDS="x86 amd64 ~sparc"
+KEYWORDS="x86 amd64 sparc"
DEPEND="${DEPEND}
dev-perl/Test-Simple
diff --git a/dev-perl/Array-Window/Array-Window-0.4.ebuild b/dev-perl/Array-Window/Array-Window-0.4.ebuild
index 0f1dd9d7a9b8..93050a432cef 100644
--- a/dev-perl/Array-Window/Array-Window-0.4.ebuild
+++ b/dev-perl/Array-Window/Array-Window-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Window/Array-Window-0.4.ebuild,v 1.4 2004/07/14 16:35:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Window/Array-Window-0.4.ebuild,v 1.5 2005/01/13 02:08:55 gustavoz Exp $
inherit perl-module
diff --git a/dev-perl/Array-Window/ChangeLog b/dev-perl/Array-Window/ChangeLog
index a919b4a0a4b4..50ac4febdecf 100644
--- a/dev-perl/Array-Window/ChangeLog
+++ b/dev-perl/Array-Window/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Array-Window
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Window/ChangeLog,v 1.4 2004/06/25 00:06:44 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Window/ChangeLog,v 1.5 2005/01/13 02:08:55 gustavoz Exp $
+
+ 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Array-Window-0.1.ebuild:
+ Stable on sparc
08 Jun 2004; David Holm <dholm@gentoo.org> Array-Window-0.4.ebuild:
Added to ~ppc.
diff --git a/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild b/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild
index e6ebbcc03106..9196e946adcc 100644
--- a/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild
+++ b/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild,v 1.6 2004/12/24 13:38:35 nigoro Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild,v 1.7 2005/01/13 02:15:51 gustavoz Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~salva/${P}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~ppc64"
+KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~ppc64"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Authen-DigestMD5/ChangeLog b/dev-perl/Authen-DigestMD5/ChangeLog
index c30f9d4ed788..9ac3c3282610 100644
--- a/dev-perl/Authen-DigestMD5/ChangeLog
+++ b/dev-perl/Authen-DigestMD5/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Authen-DigestMD5
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-DigestMD5/ChangeLog,v 1.5 2004/12/24 13:38:35 nigoro Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-DigestMD5/ChangeLog,v 1.6 2005/01/13 02:15:51 gustavoz Exp $
+
+ 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ Authen-DigestMD5-0.04.ebuild:
+ Stable on sparc
24 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Authen-DigestMD5-0.04.ebuild:
added ~ppc64
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild
index 9960d5a5631c..fbbf657479ee 100644
--- a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild
+++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.5 2004/10/16 23:57:19 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.6 2005/01/13 02:13:31 gustavoz Exp $
inherit perl-module
@@ -11,7 +11,7 @@ HOMEPAGE="http://cpan.org/modules/by-module/Authen/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+KEYWORDS="~x86 ~amd64 ~ppc sparc ~alpha"
IUSE=""
DEPEND="${DEPEND}"
diff --git a/dev-perl/Authen-NTLM/ChangeLog b/dev-perl/Authen-NTLM/ChangeLog
index bb849fe679d3..a45719fdf2f6 100644
--- a/dev-perl/Authen-NTLM/ChangeLog
+++ b/dev-perl/Authen-NTLM/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Authen-NTLM
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.2 2004/06/25 00:08:09 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.3 2005/01/13 02:13:31 gustavoz Exp $
+
+ 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Authen-NTLM-1.02.ebuild:
+ Stable on sparc
*Authen-NTLM-1.02 (09 Apr 2004)
diff --git a/dev-perl/Class-ISA/ChangeLog b/dev-perl/Class-ISA/ChangeLog
index e33cc745cad2..6d4f7dbb9b87 100644
--- a/dev-perl/Class-ISA/ChangeLog
+++ b/dev-perl/Class-ISA/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Class-ISA
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v 1.5 2004/12/29 23:13:18 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v 1.6 2005/01/13 02:01:10 gustavoz Exp $
+
+ 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Class-ISA-0.32.ebuild:
+ Stable on sparc
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-perl/Class-ISA/Class-ISA-0.32.ebuild b/dev-perl/Class-ISA/Class-ISA-0.32.ebuild
index a826f0f6eb84..a9462f7d7940 100644
--- a/dev-perl/Class-ISA/Class-ISA-0.32.ebuild
+++ b/dev-perl/Class-ISA/Class-ISA-0.32.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.32.ebuild,v 1.8 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.32.ebuild,v 1.9 2005/01/13 02:01:10 gustavoz Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc alpha hppa amd64 ~mips"
+KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ~mips"
IUSE=""
DEPEND="dev-perl/Test-Simple
diff --git a/dev-perl/Class-Inspector/ChangeLog b/dev-perl/Class-Inspector/ChangeLog
index a4cd38bdbd43..acb6f6797f90 100644
--- a/dev-perl/Class-Inspector/ChangeLog
+++ b/dev-perl/Class-Inspector/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-Inspector
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.7 2004/12/29 23:13:49 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.8 2005/01/13 02:03:13 gustavoz Exp $
+
+ 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ Class-Inspector-1.ebuild:
+ Stable on sparc
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.04.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.04.ebuild
index 5992a1e96611..da014d91805f 100644
--- a/dev-perl/Class-Inspector/Class-Inspector-1.04.ebuild
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.04.ebuild,v 1.4 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.04.ebuild,v 1.5 2005/01/13 02:03:13 gustavoz Exp $
inherit perl-module
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild
index 536c2143cf47..26655ad6da03 100644
--- a/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.06.ebuild,v 1.2 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild,v 1.3 2005/01/13 02:03:13 gustavoz Exp $
inherit perl-module
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.ebuild
index 8dce254816c4..deb98a587929 100644
--- a/dev-perl/Class-Inspector/Class-Inspector-1.ebuild
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.ebuild,v 1.8 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.ebuild,v 1.9 2005/01/13 02:03:13 gustavoz Exp $
inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc alpha hppa amd64 ~mips"
+KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ~mips"
IUSE=""
DEPEND="dev-perl/Test-Simple
diff --git a/dev-perl/Class-WhiteHole/ChangeLog b/dev-perl/Class-WhiteHole/ChangeLog
index 66ed9deccc22..3a855b40cb23 100644
--- a/dev-perl/Class-WhiteHole/ChangeLog
+++ b/dev-perl/Class-WhiteHole/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-WhiteHole
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-WhiteHole/ChangeLog,v 1.4 2004/06/25 00:14:09 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-WhiteHole/ChangeLog,v 1.5 2005/01/13 02:06:07 gustavoz Exp $
+
+ 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ Class-WhiteHole-0.04.ebuild:
+ Stable on sparc
08 Jun 2004; David Holm <dholm@gentoo.org> Class-WhiteHole-0.04.ebuild:
Added to ~ppc.
diff --git a/dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild b/dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild
index 642fa9290f21..cd888dfe0b3e 100644
--- a/dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild
+++ b/dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild,v 1.6 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-WhiteHole/Class-WhiteHole-0.04.ebuild,v 1.7 2005/01/13 02:06:07 gustavoz Exp $
inherit perl-module
@@ -10,6 +10,6 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="x86 ~sparc ~ppc"
+KEYWORDS="x86 sparc ~ppc"
IUSE=""
SRC_TEST="do"