summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-20 08:02:42 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-20 08:02:42 +0000
commit9fa0fc16b6588a0943f65e71d9cd22c5f63b6466 (patch)
tree971086d137bede149025b04e33b18f58d12d8195
parentinitial commit - ebuild submitted by Jonas Bahr via bug #62972 (Manifest reco... (diff)
downloadgentoo-2-9fa0fc16b6588a0943f65e71d9cd22c5f63b6466.tar.gz
gentoo-2-9fa0fc16b6588a0943f65e71d9cd22c5f63b6466.tar.bz2
gentoo-2-9fa0fc16b6588a0943f65e71d9cd22c5f63b6466.zip
Keywords ~amd64.
-rw-r--r--dev-java/sidekick/ChangeLog5
-rw-r--r--dev-java/sidekick/sidekick-0.3.ebuild4
-rw-r--r--dev-java/xml-commons-resolver/ChangeLog6
-rw-r--r--dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild4
-rw-r--r--dev-java/xml/ChangeLog5
-rw-r--r--dev-java/xml/xml-0.13.ebuild4
6 files changed, 19 insertions, 9 deletions
diff --git a/dev-java/sidekick/ChangeLog b/dev-java/sidekick/ChangeLog
index 8f70b1b9b81f..23e0986aaddf 100644
--- a/dev-java/sidekick/ChangeLog
+++ b/dev-java/sidekick/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/sidekick
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sidekick/ChangeLog,v 1.1 2004/09/17 09:38:34 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sidekick/ChangeLog,v 1.2 2004/10/20 07:58:26 absinthe Exp $
+
+ 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> sidekick-0.3.ebuild:
+ Keywords ~amd64.
*sidekick-0.3 (17 Sep 2004)
diff --git a/dev-java/sidekick/sidekick-0.3.ebuild b/dev-java/sidekick/sidekick-0.3.ebuild
index 0f3272675bdb..93218d40e526 100644
--- a/dev-java/sidekick/sidekick-0.3.ebuild
+++ b/dev-java/sidekick/sidekick-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sidekick/sidekick-0.3.ebuild,v 1.1 2004/09/17 09:38:34 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sidekick/sidekick-0.3.ebuild,v 1.2 2004/10/20 07:58:26 absinthe Exp $
inherit java-pkg eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://plugins.jedit.org/plugins/?SideKick"
SRC_URI="mirror://sourceforge/jedit-plugins/SideKick-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=app-editors/jedit-4.2
dev-java/errorlist
diff --git a/dev-java/xml-commons-resolver/ChangeLog b/dev-java/xml-commons-resolver/ChangeLog
index bed4482372bd..74568556a3ff 100644
--- a/dev-java/xml-commons-resolver/ChangeLog
+++ b/dev-java/xml-commons-resolver/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/xml-commons-resolver
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/ChangeLog,v 1.3 2004/10/18 12:29:46 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/ChangeLog,v 1.4 2004/10/20 08:01:49 absinthe Exp $
+
+ 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
+ xml-commons-resolver-1.1.ebuild:
+ Keywords ~amd64.
18 Oct 2004; David Holm <dholm@gentoo.org>
xml-commons-resolver-1.1.ebuild:
diff --git a/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild b/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild
index 98def64c98d4..d7307c5ea404 100644
--- a/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild
+++ b/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild,v 1.3 2004/10/18 12:29:46 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild,v 1.4 2004/10/20 08:01:49 absinthe Exp $
inherit eutils java-pkg
@@ -11,7 +11,7 @@ DEPEND=">=virtual/jdk-1.3
>=dev-java/ant"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE="doc"
src_compile() {
diff --git a/dev-java/xml/ChangeLog b/dev-java/xml/ChangeLog
index 29f52149cc3a..7b6789acd9ce 100644
--- a/dev-java/xml/ChangeLog
+++ b/dev-java/xml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/xml
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xml/ChangeLog,v 1.1 2004/09/17 09:37:38 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xml/ChangeLog,v 1.2 2004/10/20 08:02:42 absinthe Exp $
+
+ 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> xml-0.13.ebuild:
+ Keywords ~amd64.
*xml-0.13 (17 Sep 2004)
diff --git a/dev-java/xml/xml-0.13.ebuild b/dev-java/xml/xml-0.13.ebuild
index 2b5e68cb6084..040b97389e0e 100644
--- a/dev-java/xml/xml-0.13.ebuild
+++ b/dev-java/xml/xml-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xml/xml-0.13.ebuild,v 1.1 2004/09/17 09:37:38 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xml/xml-0.13.ebuild,v 1.2 2004/10/20 08:02:42 absinthe Exp $
inherit java-pkg eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://plugins.jedit.org/plugins/?XML"
SRC_URI="mirror://sourceforge/jedit-plugins/XML-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=app-editors/jedit-4.2
dev-java/errorlist