summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/ant-antlr/ChangeLog5
-rw-r--r--dev-java/ant-antlr/ant-antlr-1.7.0.ebuild4
-rw-r--r--dev-java/ant-apache-bcel/ChangeLog6
-rw-r--r--dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild4
-rw-r--r--dev-java/ant-apache-bsf/ChangeLog6
-rw-r--r--dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild4
-rw-r--r--dev-java/ant-apache-log4j/ChangeLog6
-rw-r--r--dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild4
-rw-r--r--dev-java/ant-apache-oro/ChangeLog6
-rw-r--r--dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild4
-rw-r--r--dev-java/ant-apache-regexp/ChangeLog6
-rw-r--r--dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild4
-rw-r--r--dev-java/ant-apache-resolver/ChangeLog6
-rw-r--r--dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild4
-rw-r--r--dev-java/ant-commons-logging/ChangeLog6
-rw-r--r--dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild4
-rw-r--r--dev-java/ant-commons-net/ChangeLog6
-rw-r--r--dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild4
-rw-r--r--dev-java/ant-core/ChangeLog5
-rw-r--r--dev-java/ant-core/ant-core-1.7.0.ebuild4
-rw-r--r--dev-java/ant-jai/ChangeLog5
-rw-r--r--dev-java/ant-jai/ant-jai-1.7.0.ebuild4
-rw-r--r--dev-java/ant-javamail/ChangeLog6
-rw-r--r--dev-java/ant-javamail/ant-javamail-1.7.0.ebuild4
-rw-r--r--dev-java/ant-jdepend/ChangeLog6
-rw-r--r--dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild4
-rw-r--r--dev-java/ant-jmf/ChangeLog5
-rw-r--r--dev-java/ant-jmf/ant-jmf-1.7.0.ebuild4
-rw-r--r--dev-java/ant-jsch/ChangeLog5
-rw-r--r--dev-java/ant-jsch/ant-jsch-1.7.0.ebuild4
-rw-r--r--dev-java/ant-junit/ChangeLog5
-rw-r--r--dev-java/ant-junit/ant-junit-1.7.0.ebuild4
-rw-r--r--dev-java/ant-nodeps/ChangeLog6
-rw-r--r--dev-java/ant-nodeps/ant-nodeps-1.7.0.ebuild4
-rw-r--r--dev-java/ant-swing/ChangeLog5
-rw-r--r--dev-java/ant-swing/ant-swing-1.7.0.ebuild4
-rw-r--r--dev-java/ant-tasks/ChangeLog5
-rw-r--r--dev-java/ant-tasks/ant-tasks-1.7.0.ebuild4
-rw-r--r--dev-java/ant-trax/ChangeLog5
-rw-r--r--dev-java/ant-trax/ant-trax-1.7.0.ebuild4
-rw-r--r--dev-java/ant/ChangeLog5
-rw-r--r--dev-java/ant/ant-1.7.0.ebuild4
-rw-r--r--dev-java/antlr/ChangeLog5
-rw-r--r--dev-java/antlr/antlr-2.7.7.ebuild4
44 files changed, 143 insertions, 66 deletions
diff --git a/dev-java/ant-antlr/ChangeLog b/dev-java/ant-antlr/ChangeLog
index bae86f70e9b0..85c6c462e987 100644
--- a/dev-java/ant-antlr/ChangeLog
+++ b/dev-java/ant-antlr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-antlr
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ChangeLog,v 1.3 2007/01/25 18:15:51 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ChangeLog,v 1.4 2007/01/26 13:39:41 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-antlr-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-antlr-1.7.0.ebuild:
diff --git a/dev-java/ant-antlr/ant-antlr-1.7.0.ebuild b/dev-java/ant-antlr/ant-antlr-1.7.0.ebuild
index 3fff36f48171..2d56283d028a 100644
--- a/dev-java/ant-antlr/ant-antlr-1.7.0.ebuild
+++ b/dev-java/ant-antlr/ant-antlr-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.7.0.ebuild,v 1.4 2007/01/25 18:15:51 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.7.0.ebuild,v 1.5 2007/01/26 13:39:41 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/antlr-2.7.5-r3"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-apache-bcel/ChangeLog b/dev-java/ant-apache-bcel/ChangeLog
index bb35c4c2b742..c27ed4b7ca99 100644
--- a/dev-java/ant-apache-bcel/ChangeLog
+++ b/dev-java/ant-apache-bcel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-bcel
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ChangeLog,v 1.3 2007/01/25 18:16:51 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ChangeLog,v 1.4 2007/01/26 13:40:39 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-apache-bcel-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-apache-bcel-1.7.0.ebuild:
diff --git a/dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild b/dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild
index 551b31aeacd5..9a770e65decd 100644
--- a/dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild
+++ b/dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild,v 1.4 2007/01/25 18:16:51 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ant-apache-bcel-1.7.0.ebuild,v 1.5 2007/01/26 13:40:39 nelchael Exp $
ANT_TASK_DEPNAME="bcel"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND="~dev-java/ant-nodeps-${PV}
>=dev-java/bcel-5.1-r3"
diff --git a/dev-java/ant-apache-bsf/ChangeLog b/dev-java/ant-apache-bsf/ChangeLog
index 3fa0381835ae..de43f621eb33 100644
--- a/dev-java/ant-apache-bsf/ChangeLog
+++ b/dev-java/ant-apache-bsf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.3 2007/01/25 18:17:34 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.4 2007/01/26 13:41:41 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-apache-bsf-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-apache-bsf-1.7.0.ebuild:
diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild
index 540aa381fc4f..e2d5575c1651 100644
--- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild
+++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild,v 1.4 2007/01/25 18:17:34 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild,v 1.5 2007/01/26 13:41:41 nelchael Exp $
ANT_TASK_DEPNAME="bsf-2.3"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/bsf-2.3.0-r3"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-apache-log4j/ChangeLog b/dev-java/ant-apache-log4j/ChangeLog
index 3b9be2557995..757a5fa6fc4e 100644
--- a/dev-java/ant-apache-log4j/ChangeLog
+++ b/dev-java/ant-apache-log4j/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-log4j
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog,v 1.3 2007/01/25 18:19:01 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ChangeLog,v 1.4 2007/01/26 13:42:46 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-apache-log4j-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-apache-log4j-1.7.0.ebuild:
diff --git a/dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild b/dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild
index 024df234a649..6cb881b41191 100644
--- a/dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild
+++ b/dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild,v 1.4 2007/01/25 18:19:01 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-log4j/ant-apache-log4j-1.7.0.ebuild,v 1.5 2007/01/26 13:42:46 nelchael Exp $
ANT_TASK_DEPNAME="log4j"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/log4j-1.2.13-r2"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-apache-oro/ChangeLog b/dev-java/ant-apache-oro/ChangeLog
index 241d609ccffc..9d904cd8dc13 100644
--- a/dev-java/ant-apache-oro/ChangeLog
+++ b/dev-java/ant-apache-oro/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-oro
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-oro/ChangeLog,v 1.3 2007/01/25 18:20:03 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-oro/ChangeLog,v 1.4 2007/01/26 13:43:46 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-apache-oro-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-apache-oro-1.7.0.ebuild:
diff --git a/dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild b/dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild
index 0fb37183cf7f..a212053401c9 100644
--- a/dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild
+++ b/dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild,v 1.4 2007/01/25 18:20:03 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-oro/ant-apache-oro-1.7.0.ebuild,v 1.5 2007/01/26 13:43:46 nelchael Exp $
ANT_TASK_DEPNAME="jakarta-oro-2.0"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/jakarta-oro-2.0.8-r2"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-apache-regexp/ChangeLog b/dev-java/ant-apache-regexp/ChangeLog
index 51943f932390..7465cbb31ffd 100644
--- a/dev-java/ant-apache-regexp/ChangeLog
+++ b/dev-java/ant-apache-regexp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-regexp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-regexp/ChangeLog,v 1.3 2007/01/25 18:20:52 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-regexp/ChangeLog,v 1.4 2007/01/26 13:44:41 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-apache-regexp-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-apache-regexp-1.7.0.ebuild:
diff --git a/dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild b/dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild
index 9432826e6fb9..6dfbdf8644f3 100644
--- a/dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild
+++ b/dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild,v 1.4 2007/01/25 18:20:52 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-regexp/ant-apache-regexp-1.7.0.ebuild,v 1.5 2007/01/26 13:44:41 nelchael Exp $
ANT_TASK_DEPNAME="jakarta-regexp-1.4"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
# could use slot deps
DEPEND="=dev-java/jakarta-regexp-1.4*"
diff --git a/dev-java/ant-apache-resolver/ChangeLog b/dev-java/ant-apache-resolver/ChangeLog
index a8da19ac9e74..d2210d1f846c 100644
--- a/dev-java/ant-apache-resolver/ChangeLog
+++ b/dev-java/ant-apache-resolver/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-resolver
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-resolver/ChangeLog,v 1.3 2007/01/25 18:22:21 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-resolver/ChangeLog,v 1.4 2007/01/26 13:45:37 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-apache-resolver-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-apache-resolver-1.7.0.ebuild:
diff --git a/dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild b/dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild
index 9ba8da36b8ea..bce981fcd9e4 100644
--- a/dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild
+++ b/dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild,v 1.4 2007/01/25 18:22:21 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-resolver/ant-apache-resolver-1.7.0.ebuild,v 1.5 2007/01/26 13:45:37 nelchael Exp $
ANT_TASK_DEPNAME="xml-commons-resolver"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/xml-commons-resolver-1.1-r1"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-commons-logging/ChangeLog b/dev-java/ant-commons-logging/ChangeLog
index 46ad1eb9dbb5..a6f7274bb338 100644
--- a/dev-java/ant-commons-logging/ChangeLog
+++ b/dev-java/ant-commons-logging/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-commons-logging
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.3 2007/01/25 18:22:58 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.4 2007/01/26 13:46:45 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-commons-logging-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-commons-logging-1.7.0.ebuild:
diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild
index 2a35b3cccb27..ce67568235c3 100644
--- a/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild
+++ b/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild,v 1.4 2007/01/25 18:22:58 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ant-commons-logging-1.7.0.ebuild,v 1.5 2007/01/26 13:46:45 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/commons-logging-1.0.4-r2"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-commons-net/ChangeLog b/dev-java/ant-commons-net/ChangeLog
index 49ff0256fd54..29b4f8f25fb0 100644
--- a/dev-java/ant-commons-net/ChangeLog
+++ b/dev-java/ant-commons-net/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-commons-net
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ChangeLog,v 1.3 2007/01/25 18:23:39 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ChangeLog,v 1.4 2007/01/26 13:47:49 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-commons-net-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-commons-net-1.7.0.ebuild:
diff --git a/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild b/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild
index c6e487a51490..3cad2a65384e 100644
--- a/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild
+++ b/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild,v 1.4 2007/01/25 18:23:39 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ant-commons-net-1.7.0.ebuild,v 1.5 2007/01/26 13:47:49 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/commons-net-1.4.1-r1"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-core/ChangeLog b/dev-java/ant-core/ChangeLog
index 813121fb983b..b32cbac3aab4 100644
--- a/dev-java/ant-core/ChangeLog
+++ b/dev-java/ant-core/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for dev-java/ant-core
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.65 2007/01/25 18:13:17 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.66 2007/01/26 13:37:15 nelchael Exp $
# Ant-core blocks lower/older versions of ant-tasks,
# since it will not run when there is a version mismatch betwean the 2 packages
# Please unemerge ant-tasks when updating ant-core.
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-core-1.7.0.ebuild:
+ Added ~ppc.
+
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-core-1.7.0.ebuild:
Added ~amd64 keyword
diff --git a/dev-java/ant-core/ant-core-1.7.0.ebuild b/dev-java/ant-core/ant-core-1.7.0.ebuild
index 9c20251b2929..e420700be189 100644
--- a/dev-java/ant-core/ant-core-1.7.0.ebuild
+++ b/dev-java/ant-core/ant-core-1.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.7.0.ebuild,v 1.5 2007/01/25 18:13:17 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.7.0.ebuild,v 1.6 2007/01/26 13:37:15 nelchael Exp $
inherit java-pkg-2
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="doc source"
RDEPEND=">=virtual/jdk-1.4
diff --git a/dev-java/ant-jai/ChangeLog b/dev-java/ant-jai/ChangeLog
index c97071d9054d..ac24e2804998 100644
--- a/dev-java/ant-jai/ChangeLog
+++ b/dev-java/ant-jai/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-jai
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jai/ChangeLog,v 1.3 2007/01/25 18:24:40 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jai/ChangeLog,v 1.4 2007/01/26 13:49:07 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-jai-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-jai-1.7.0.ebuild:
diff --git a/dev-java/ant-jai/ant-jai-1.7.0.ebuild b/dev-java/ant-jai/ant-jai-1.7.0.ebuild
index 3c50cd280e23..9c6253e69b85 100644
--- a/dev-java/ant-jai/ant-jai-1.7.0.ebuild
+++ b/dev-java/ant-jai/ant-jai-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jai/ant-jai-1.7.0.ebuild,v 1.4 2007/01/25 18:24:40 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jai/ant-jai-1.7.0.ebuild,v 1.5 2007/01/26 13:49:07 nelchael Exp $
ANT_TASK_DEPNAME="sun-jai-bin"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
# unmigrated, has textrels and there's also some source one now too
DEPEND=">=dev-java/sun-jai-bin-1.1.2.01-r1"
diff --git a/dev-java/ant-javamail/ChangeLog b/dev-java/ant-javamail/ChangeLog
index 79fd318fd113..15a21a962a63 100644
--- a/dev-java/ant-javamail/ChangeLog
+++ b/dev-java/ant-javamail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-javamail
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-javamail/ChangeLog,v 1.3 2007/01/25 18:25:19 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-javamail/ChangeLog,v 1.4 2007/01/26 13:50:19 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-javamail-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-javamail-1.7.0.ebuild:
diff --git a/dev-java/ant-javamail/ant-javamail-1.7.0.ebuild b/dev-java/ant-javamail/ant-javamail-1.7.0.ebuild
index b2dd5a4d390c..6ada86d4127b 100644
--- a/dev-java/ant-javamail/ant-javamail-1.7.0.ebuild
+++ b/dev-java/ant-javamail/ant-javamail-1.7.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-javamail/ant-javamail-1.7.0.ebuild,v 1.4 2007/01/25 18:25:19 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-javamail/ant-javamail-1.7.0.ebuild,v 1.5 2007/01/26 13:50:19 nelchael Exp $
ANT_TASK_DEPNAME="sun-javamail"
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/sun-javamail-1.4
>=dev-java/sun-jaf-1.1"
diff --git a/dev-java/ant-jdepend/ChangeLog b/dev-java/ant-jdepend/ChangeLog
index d43f71fe3ba8..d3b2d28d31cd 100644
--- a/dev-java/ant-jdepend/ChangeLog
+++ b/dev-java/ant-jdepend/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-jdepend
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ChangeLog,v 1.3 2007/01/25 18:26:02 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ChangeLog,v 1.4 2007/01/26 13:51:37 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-jdepend-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-jdepend-1.7.0.ebuild:
diff --git a/dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild b/dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild
index 7eb8924adee2..97265857a439 100644
--- a/dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild
+++ b/dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild,v 1.4 2007/01/25 18:26:02 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ant-jdepend-1.7.0.ebuild,v 1.5 2007/01/26 13:51:37 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/jdepend-2.9-r2"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-jmf/ChangeLog b/dev-java/ant-jmf/ChangeLog
index 4635b23a08de..443c421af20c 100644
--- a/dev-java/ant-jmf/ChangeLog
+++ b/dev-java/ant-jmf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-jmf
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v 1.3 2007/01/25 18:27:08 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ChangeLog,v 1.4 2007/01/26 13:52:29 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-jmf-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-jmf-1.7.0.ebuild:
diff --git a/dev-java/ant-jmf/ant-jmf-1.7.0.ebuild b/dev-java/ant-jmf/ant-jmf-1.7.0.ebuild
index 3924048a91a2..f0a4ecf739a0 100644
--- a/dev-java/ant-jmf/ant-jmf-1.7.0.ebuild
+++ b/dev-java/ant-jmf/ant-jmf-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ant-jmf-1.7.0.ebuild,v 1.4 2007/01/25 18:27:08 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jmf/ant-jmf-1.7.0.ebuild,v 1.5 2007/01/26 13:52:29 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
src_unpack() {
# seems no need to dep on jmf-bin, the classes ant imports are in J2SE API since 1.3
diff --git a/dev-java/ant-jsch/ChangeLog b/dev-java/ant-jsch/ChangeLog
index 47b04d32bd43..b89269d61b6d 100644
--- a/dev-java/ant-jsch/ChangeLog
+++ b/dev-java/ant-jsch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-jsch
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jsch/ChangeLog,v 1.3 2007/01/25 18:27:47 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jsch/ChangeLog,v 1.4 2007/01/26 13:53:42 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-jsch-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-jsch-1.7.0.ebuild:
diff --git a/dev-java/ant-jsch/ant-jsch-1.7.0.ebuild b/dev-java/ant-jsch/ant-jsch-1.7.0.ebuild
index 66ef40e150a0..d6dbc5ac1812 100644
--- a/dev-java/ant-jsch/ant-jsch-1.7.0.ebuild
+++ b/dev-java/ant-jsch/ant-jsch-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jsch/ant-jsch-1.7.0.ebuild,v 1.4 2007/01/25 18:27:47 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jsch/ant-jsch-1.7.0.ebuild,v 1.5 2007/01/26 13:53:42 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND=">=dev-java/jsch-0.1.21-r2"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-junit/ChangeLog b/dev-java/ant-junit/ChangeLog
index 13b2b3a323ce..4bf0198e9144 100644
--- a/dev-java/ant-junit/ChangeLog
+++ b/dev-java/ant-junit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-junit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.3 2007/01/25 18:28:27 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.4 2007/01/26 13:55:03 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-junit-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-junit-1.7.0.ebuild:
diff --git a/dev-java/ant-junit/ant-junit-1.7.0.ebuild b/dev-java/ant-junit/ant-junit-1.7.0.ebuild
index ecb2995bb2d7..b2157f8459af 100644
--- a/dev-java/ant-junit/ant-junit-1.7.0.ebuild
+++ b/dev-java/ant-junit/ant-junit-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.7.0.ebuild,v 1.4 2007/01/25 18:28:27 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.7.0.ebuild,v 1.5 2007/01/26 13:55:03 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
DEPEND="=dev-java/junit-3*"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-nodeps/ChangeLog b/dev-java/ant-nodeps/ChangeLog
index fce16bdf27a5..373665ad8f6a 100644
--- a/dev-java/ant-nodeps/ChangeLog
+++ b/dev-java/ant-nodeps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-nodeps
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.4 2007/01/25 18:14:46 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.5 2007/01/26 13:38:27 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ ant-nodeps-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-nodeps-1.7.0.ebuild:
diff --git a/dev-java/ant-nodeps/ant-nodeps-1.7.0.ebuild b/dev-java/ant-nodeps/ant-nodeps-1.7.0.ebuild
index d9ce81fbe192..d60e40f0c544 100644
--- a/dev-java/ant-nodeps/ant-nodeps-1.7.0.ebuild
+++ b/dev-java/ant-nodeps/ant-nodeps-1.7.0.ebuild
@@ -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-java/ant-nodeps/ant-nodeps-1.7.0.ebuild,v 1.4 2007/01/25 18:14:46 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.7.0.ebuild,v 1.5 2007/01/26 13:38:27 nelchael Exp $
inherit ant-tasks
DESCRIPTION="Apache Ant's optional tasks requiring no external deps"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
src_unpack() {
ant-tasks_src_unpack base
diff --git a/dev-java/ant-swing/ChangeLog b/dev-java/ant-swing/ChangeLog
index f7a5fbc07d57..140a7a342f90 100644
--- a/dev-java/ant-swing/ChangeLog
+++ b/dev-java/ant-swing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-swing
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-swing/ChangeLog,v 1.3 2007/01/25 18:29:27 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-swing/ChangeLog,v 1.4 2007/01/26 13:56:31 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-swing-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-swing-1.7.0.ebuild:
diff --git a/dev-java/ant-swing/ant-swing-1.7.0.ebuild b/dev-java/ant-swing/ant-swing-1.7.0.ebuild
index 435b6049d394..a9575c0d6fc9 100644
--- a/dev-java/ant-swing/ant-swing-1.7.0.ebuild
+++ b/dev-java/ant-swing/ant-swing-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-swing/ant-swing-1.7.0.ebuild,v 1.4 2007/01/25 18:29:27 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-swing/ant-swing-1.7.0.ebuild,v 1.5 2007/01/26 13:56:30 nelchael Exp $
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
src_unpack() {
ant-tasks_src_unpack base
diff --git a/dev-java/ant-tasks/ChangeLog b/dev-java/ant-tasks/ChangeLog
index 83348ce26fac..8cea9eda491e 100644
--- a/dev-java/ant-tasks/ChangeLog
+++ b/dev-java/ant-tasks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-tasks
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.49 2007/01/25 18:31:39 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ChangeLog,v 1.50 2007/01/26 13:59:16 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-tasks-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-tasks-1.7.0.ebuild:
diff --git a/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild b/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild
index 3978da853403..9f8bb28b1a4f 100644
--- a/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild
+++ b/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild,v 1.4 2007/01/25 18:31:39 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-tasks/ant-tasks-1.7.0.ebuild,v 1.5 2007/01/26 13:59:16 nelchael Exp $
inherit java-pkg-2 eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://ant.apache.org/"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="jai javamail noantlr nobcel nobsf nocommonsnet nocommonslogging nojdepend
nojmf nojsch nolog4j nooro noregexp noresolver noswing noxalan"
# nobeanutils nobsh nojython norhino noxerces
diff --git a/dev-java/ant-trax/ChangeLog b/dev-java/ant-trax/ChangeLog
index aa273486477d..030e0890bc5a 100644
--- a/dev-java/ant-trax/ChangeLog
+++ b/dev-java/ant-trax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-trax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ChangeLog,v 1.3 2007/01/25 18:30:34 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ChangeLog,v 1.4 2007/01/26 13:57:44 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-trax-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-trax-1.7.0.ebuild:
diff --git a/dev-java/ant-trax/ant-trax-1.7.0.ebuild b/dev-java/ant-trax/ant-trax-1.7.0.ebuild
index 71ad2a7bf307..30ff4c1db87a 100644
--- a/dev-java/ant-trax/ant-trax-1.7.0.ebuild
+++ b/dev-java/ant-trax/ant-trax-1.7.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ant-trax-1.7.0.ebuild,v 1.4 2007/01/25 18:30:34 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ant-trax-1.7.0.ebuild,v 1.5 2007/01/26 13:57:44 nelchael Exp $
ANT_TASK_DEPNAME="xalan"
inherit ant-tasks
DESCRIPTION="Apache Ant .jar with optional tasks depending on XML transformer (xalan)"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
# it will build without it (ant manual says it's not needed since 1.4 JDK, dunno bout kaffe
# but contains a Xalan2Executor task which probably wouldn't work
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog
index 8987383cd2e8..f2346e3ef76e 100644
--- a/dev-java/ant/ChangeLog
+++ b/dev-java/ant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.104 2007/01/25 18:32:39 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.105 2007/01/26 14:00:19 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-1.7.0.ebuild:
+ Added ~ppc.
25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org> ant-1.7.0.ebuild:
Added ~amd64 keyword
diff --git a/dev-java/ant/ant-1.7.0.ebuild b/dev-java/ant/ant-1.7.0.ebuild
index 297ebdb2fc28..35d461730482 100644
--- a/dev-java/ant/ant-1.7.0.ebuild
+++ b/dev-java/ant/ant-1.7.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.0.ebuild,v 1.4 2007/01/25 18:32:39 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.0.ebuild,v 1.5 2007/01/26 14:00:19 nelchael Exp $
DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files."
HOMEPAGE="http://ant.apache.org/"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND="~dev-java/ant-core-${PV}
diff --git a/dev-java/antlr/ChangeLog b/dev-java/antlr/ChangeLog
index 56503b6193a3..03cf62766cfe 100644
--- a/dev-java/antlr/ChangeLog
+++ b/dev-java/antlr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/antlr
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.53 2007/01/09 13:32:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.54 2007/01/26 13:35:41 nelchael Exp $
+
+ 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> antlr-2.7.7.ebuild:
+ Added ~ppc.
09 Jan 2007; Steve Dibb <beandog@gentoo.org> antlr-2.7.5-r3.ebuild:
amd64 stable, bug 158091
diff --git a/dev-java/antlr/antlr-2.7.7.ebuild b/dev-java/antlr/antlr-2.7.7.ebuild
index 5d15f752390f..25ed24cea514 100644
--- a/dev-java/antlr/antlr-2.7.7.ebuild
+++ b/dev-java/antlr/antlr-2.7.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v 1.2 2007/01/05 07:29:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v 1.3 2007/01/26 13:35:41 nelchael Exp $
inherit java-pkg-2 mono distutils multilib
@@ -10,7 +10,7 @@ SRC_URI="http://www.antlr.org/download/${P}.tar.gz"
LICENSE="ANTLR"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="doc debug examples mono nocxx nojava python script source"
# TODO do we actually need jdk at runtime?