summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosch Pixa <darkspecter@gentoo.org>2004-02-09 22:28:10 +0000
committerBartosch Pixa <darkspecter@gentoo.org>2004-02-09 22:28:10 +0000
commitf9b7809d24d98db3df63205914761686b36cb117 (patch)
treeb3a386afe91c579e0211278f34466fdb577a6876 /dev-perl
parentPulling vulnerable versions. (Manifest recommit) (diff)
downloadgentoo-2-f9b7809d24d98db3df63205914761686b36cb117.tar.gz
gentoo-2-f9b7809d24d98db3df63205914761686b36cb117.tar.bz2
gentoo-2-f9b7809d24d98db3df63205914761686b36cb117.zip
set ppc in keywords
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild4
-rw-r--r--dev-perl/Getopt-Long/ChangeLog5
-rw-r--r--dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild4
-rw-r--r--dev-perl/Time-Local/ChangeLog5
-rw-r--r--dev-perl/Time-Local/Time-Local-1.07.ebuild4
5 files changed, 14 insertions, 8 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild
index de9d7181451a..8b5f21051e4d 100644
--- a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild
+++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild,v 1.2 2004/01/10 17:12:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild,v 1.3 2004/02/09 22:23:45 darkspecter Exp $
DESCRIPTION="MakeMaker Perl Module"
SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme"
IUSE=""
SLOT="0"
LICENSE="Artistic | GPL-2"
-KEYWORDS="~x86 ~amd64 ~sparc ~ppc alpha ~mips ~hppa ~arm ppc64 ia64"
+KEYWORDS="~x86 ~amd64 ~sparc ppc alpha ~mips ~hppa ~arm ppc64 ia64"
DEPEND=">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4"
diff --git a/dev-perl/Getopt-Long/ChangeLog b/dev-perl/Getopt-Long/ChangeLog
index db5e0e99ffbc..55408e21f4b4 100644
--- a/dev-perl/Getopt-Long/ChangeLog
+++ b/dev-perl/Getopt-Long/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Getopt-Long
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long/ChangeLog,v 1.5 2004/01/18 20:48:42 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long/ChangeLog,v 1.6 2004/02/09 22:28:10 darkspecter Exp $
+
+ 09 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> Getopt-Long-2.34.ebuild:
+ set ppc in keywords
18 Jan 2004; <tuxus@gentoo.org> Getopt-Long-2.34.ebuild:
Added ~mips to KEYWORDS.
diff --git a/dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild b/dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild
index 3840f765eef7..059d1b5a1bfb 100644
--- a/dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild
+++ b/dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild,v 1.3 2004/01/18 20:48:42 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long/Getopt-Long-2.34.ebuild,v 1.4 2004/02/09 22:28:10 darkspecter Exp $
inherit perl-module
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JV/JV/${P}.readme"
SLOT="0"
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86 amd64 ~alpha ~ppc sparc hppa ~mips"
+KEYWORDS="x86 amd64 ~alpha ppc sparc hppa ~mips"
DEPEND="dev-perl/PodParser"
diff --git a/dev-perl/Time-Local/ChangeLog b/dev-perl/Time-Local/ChangeLog
index 46b0d10df481..041cdf8d7a06 100644
--- a/dev-perl/Time-Local/ChangeLog
+++ b/dev-perl/Time-Local/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Time-Local
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Local/ChangeLog,v 1.4 2004/01/18 22:36:39 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Local/ChangeLog,v 1.5 2004/02/09 22:25:55 darkspecter Exp $
+
+ 09 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> Time-Local-1.07.ebuild:
+ set ppc in keywords
18 Jan 2004; <tuxus@gentoo.org> :
Added ~mips to KEYWORDS.
diff --git a/dev-perl/Time-Local/Time-Local-1.07.ebuild b/dev-perl/Time-Local/Time-Local-1.07.ebuild
index af36dd3b9636..e37f28e8bf74 100644
--- a/dev-perl/Time-Local/Time-Local-1.07.ebuild
+++ b/dev-perl/Time-Local/Time-Local-1.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Local/Time-Local-1.07.ebuild,v 1.2 2004/01/08 19:18:22 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Local/Time-Local-1.07.ebuild,v 1.3 2004/02/09 22:25:55 darkspecter Exp $
inherit perl-module
@@ -11,5 +11,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/${P}.readme"
SLOT="0"
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86 ~amd64 ~alpha ~arm hppa ~mips ~ppc sparc"
+KEYWORDS="x86 ~amd64 ~alpha ~arm hppa ~mips ppc sparc"