summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-02-06 01:45:30 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-02-06 01:45:30 +0000
commitdaa90c2881c59cca800b43bba6f08af0a6437b50 (patch)
tree6ff2998552d34d547a985c8217e78cc7594e7125
parentadded ~amd64 to KEYWORDS. fixes #64762 (diff)
downloadhistorical-daa90c2881c59cca800b43bba6f08af0a6437b50.tar.gz
historical-daa90c2881c59cca800b43bba6f08af0a6437b50.tar.bz2
historical-daa90c2881c59cca800b43bba6f08af0a6437b50.zip
stable on amd64 and x86
Package-Manager: portage-2.0.51-r15
-rw-r--r--dev-java/errorlist/ChangeLog5
-rw-r--r--dev-java/errorlist/errorlist-1.3.2.ebuild9
-rw-r--r--dev-java/htmlparser/ChangeLog8
-rw-r--r--dev-java/htmlparser/htmlparser-1.3.ebuild10
-rw-r--r--dev-java/htmlparser/htmlparser-1.4.20040104.ebuild4
-rw-r--r--dev-java/htmlparser/htmlparser-1.4.20040727.ebuild4
-rw-r--r--dev-java/htmlparser/htmlparser-1.4.ebuild4
-rw-r--r--dev-java/htmlparser/htmlparser-1.5.20040728.ebuild10
-rw-r--r--dev-java/sidekick/ChangeLog7
-rw-r--r--dev-java/sidekick/sidekick-0.3.ebuild15
-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/Manifest6
13 files changed, 54 insertions, 38 deletions
diff --git a/dev-java/errorlist/ChangeLog b/dev-java/errorlist/ChangeLog
index 1de42943ee85..824b4a080084 100644
--- a/dev-java/errorlist/ChangeLog
+++ b/dev-java/errorlist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/errorlist
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/errorlist/ChangeLog,v 1.3 2005/01/01 18:23:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/errorlist/ChangeLog,v 1.4 2005/02/06 01:38:51 luckyduck Exp $
+
+ 06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> errorlist-1.3.2.ebuild:
+ stable on amd64 and x86
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> errorlist-1.3.2.ebuild:
Keywords ~amd64.
diff --git a/dev-java/errorlist/errorlist-1.3.2.ebuild b/dev-java/errorlist/errorlist-1.3.2.ebuild
index 136df23a53c9..b64d74ecc83e 100644
--- a/dev-java/errorlist/errorlist-1.3.2.ebuild
+++ b/dev-java/errorlist/errorlist-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/errorlist/errorlist-1.3.2.ebuild,v 1.3 2005/01/01 18:23:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/errorlist/errorlist-1.3.2.ebuild,v 1.4 2005/02/06 01:38:51 luckyduck Exp $
inherit java-pkg
@@ -10,11 +10,12 @@ HOMEPAGE="http://plugins.jedit.org/plugins/?ErrorList"
SRC_URI="mirror://sourceforge/jedit-plugins/ErrorList-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE=""
-DEPEND=">=app-editors/jedit-4.2
+DEPEND=">=virtual/jdk-1.4
+ >=app-editors/jedit-4.2
dev-java/ant"
-#RDEPEND=""
+RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}/ErrorList
diff --git a/dev-java/htmlparser/ChangeLog b/dev-java/htmlparser/ChangeLog
index 0a8c37d29048..46da359d2560 100644
--- a/dev-java/htmlparser/ChangeLog
+++ b/dev-java/htmlparser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/htmlparser
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/ChangeLog,v 1.4 2004/10/20 07:56:33 absinthe Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/ChangeLog,v 1.5 2005/02/06 01:45:30 luckyduck Exp $
+
+ 06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> htmlparser-1.3.ebuild,
+ htmlparser-1.5.20040728.ebuild:
+ stable on amd64 and x86
*htmlparser-1.5.20040728 (20 Oct 2004)
diff --git a/dev-java/htmlparser/htmlparser-1.3.ebuild b/dev-java/htmlparser/htmlparser-1.3.ebuild
index e500dd187397..ab86698f77e2 100644
--- a/dev-java/htmlparser/htmlparser-1.3.ebuild
+++ b/dev-java/htmlparser/htmlparser-1.3.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-java/htmlparser/htmlparser-1.3.ebuild,v 1.3 2004/10/20 07:56:33 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/htmlparser-1.3.ebuild,v 1.4 2005/02/06 01:45:30 luckyduck Exp $
inherit java-pkg
@@ -12,12 +12,12 @@ MY_P=${MY_P//./_}
SRC_URI="mirror://sourceforge/htmlparser/${MY_P}.zip"
LICENSE="LGPL-2.1"
SLOT="${PV}"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE="doc"
-DEPEND="virtual/jdk
+DEPEND=">=virtual/jdk-1.4
app-arch/unzip
dev-java/ant"
-#RDEPEND=""
+RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}/${MY_P}
diff --git a/dev-java/htmlparser/htmlparser-1.4.20040104.ebuild b/dev-java/htmlparser/htmlparser-1.4.20040104.ebuild
index 11b5cff4cc02..779ed154bd2c 100644
--- a/dev-java/htmlparser/htmlparser-1.4.20040104.ebuild
+++ b/dev-java/htmlparser/htmlparser-1.4.20040104.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-java/htmlparser/htmlparser-1.4.20040104.ebuild,v 1.3 2004/10/20 07:56:33 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/htmlparser-1.4.20040104.ebuild,v 1.4 2005/02/06 01:45:30 luckyduck Exp $
inherit java-pkg
diff --git a/dev-java/htmlparser/htmlparser-1.4.20040727.ebuild b/dev-java/htmlparser/htmlparser-1.4.20040727.ebuild
index fb4af06e17db..00d868f75462 100644
--- a/dev-java/htmlparser/htmlparser-1.4.20040727.ebuild
+++ b/dev-java/htmlparser/htmlparser-1.4.20040727.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-java/htmlparser/htmlparser-1.4.20040727.ebuild,v 1.4 2004/10/20 07:56:33 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/htmlparser-1.4.20040727.ebuild,v 1.5 2005/02/06 01:45:30 luckyduck Exp $
inherit java-pkg
diff --git a/dev-java/htmlparser/htmlparser-1.4.ebuild b/dev-java/htmlparser/htmlparser-1.4.ebuild
index 8d7191132e10..3555c0a75435 100644
--- a/dev-java/htmlparser/htmlparser-1.4.ebuild
+++ b/dev-java/htmlparser/htmlparser-1.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-java/htmlparser/htmlparser-1.4.ebuild,v 1.3 2004/10/20 07:56:33 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/htmlparser-1.4.ebuild,v 1.4 2005/02/06 01:45:30 luckyduck Exp $
inherit java-pkg
diff --git a/dev-java/htmlparser/htmlparser-1.5.20040728.ebuild b/dev-java/htmlparser/htmlparser-1.5.20040728.ebuild
index 92b30480b690..7a2fbc0e023a 100644
--- a/dev-java/htmlparser/htmlparser-1.5.20040728.ebuild
+++ b/dev-java/htmlparser/htmlparser-1.5.20040728.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-java/htmlparser/htmlparser-1.5.20040728.ebuild,v 1.1 2004/10/20 07:56:33 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/htmlparser/htmlparser-1.5.20040728.ebuild,v 1.2 2005/02/06 01:45:30 luckyduck Exp $
inherit java-pkg
@@ -12,12 +12,12 @@ MY_P=${MY_P//./_}
SRC_URI="mirror://sourceforge/htmlparser/${MY_P}.zip"
LICENSE="LGPL-2.1"
SLOT="${PV}"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc amd64"
IUSE="doc"
-DEPEND="virtual/jdk
+DEPEND=">=virtual/jdk-1.4
app-arch/unzip
dev-java/ant"
-#RDEPEND=""
+RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}/${MY_P%_*}
diff --git a/dev-java/sidekick/ChangeLog b/dev-java/sidekick/ChangeLog
index 23e0986aaddf..2828b2c3cde2 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.2 2004/10/20 07:58:26 absinthe Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sidekick/ChangeLog,v 1.3 2005/02/06 01:40:53 luckyduck Exp $
+
+ 06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> sidekick-0.3.ebuild:
+ stable on amd64 and x86
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> sidekick-0.3.ebuild:
Keywords ~amd64.
diff --git a/dev-java/sidekick/sidekick-0.3.ebuild b/dev-java/sidekick/sidekick-0.3.ebuild
index 93218d40e526..46b455e6770c 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
+# Copyright 1999-2005 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.2 2004/10/20 07:58:26 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sidekick/sidekick-0.3.ebuild,v 1.3 2005/02/06 01:40:53 luckyduck Exp $
inherit java-pkg eutils
@@ -10,12 +10,13 @@ HOMEPAGE="http://plugins.jedit.org/plugins/?SideKick"
SRC_URI="mirror://sourceforge/jedit-plugins/SideKick-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE=""
-DEPEND=">=app-editors/jedit-4.2
- dev-java/errorlist
- dev-java/ant"
-#RDEPEND=""
+DEPEND=">=virtual/jdk-1.4
+ >=app-editors/jedit-4.2
+ dev-java/errorlist
+ dev-java/ant"
+RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}/SideKick
diff --git a/dev-java/xml-commons-resolver/ChangeLog b/dev-java/xml-commons-resolver/ChangeLog
index 8112c48d4f25..1721e75fc04a 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/ChangeLog,v 1.6 2005/01/17 17:09:43 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/ChangeLog,v 1.7 2005/02/06 01:36:52 luckyduck Exp $
+
+ 06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org>
+ xml-commons-resolver-1.1.ebuild:
+ stable on amd64 and x86
17 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
+files/xml-commons-resolver-1.1-build.xml, 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 8d374340b544..3916829d31ee 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-2005 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.6 2005/01/17 17:09:43 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-resolver/xml-commons-resolver-1.1.ebuild,v 1.7 2005/02/06 01:36:52 luckyduck Exp $
inherit eutils java-pkg
@@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.3
RDEPEND=">=virtual/jre-1.3"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc amd64"
IUSE="doc source"
src_unpack() {
diff --git a/dev-java/xml/Manifest b/dev-java/xml/Manifest
index 3ac42433669e..9830ba3c2220 100644
--- a/dev-java/xml/Manifest
+++ b/dev-java/xml/Manifest
@@ -1,5 +1,5 @@
-MD5 be6c028a88fc11e2b8731146ac2f8f68 ChangeLog 453
+MD5 c555de70d673810be94fecbc87c2c375 ChangeLog 540
MD5 123cf9440c1d4ac78f2caba1624765f9 metadata.xml 158
-MD5 13ce59d1fbf666c336c9724e26378433 xml-0.13.ebuild 1573
-MD5 f2f1cb756731c00a6fbac195c5ae5c7f files/build.xml.patch 406
+MD5 c3d89afb467109f19332c93c80faef8b xml-0.13.ebuild 1573
MD5 47aa8b13e9c63b44b2c3bc386c61e8b3 files/digest-xml-0.13 58
+MD5 f2f1cb756731c00a6fbac195c5ae5c7f files/build.xml.patch 406