summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-11-03 11:26:41 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-11-03 11:26:41 +0000
commitd279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d (patch)
tree02e83eef2e5f95d1b6917f83e1adf20a1e780383 /dev-java
parentdepend on app-arch/unzip (Manifest recommit) (diff)
downloadgentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.tar.gz
gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.tar.bz2
gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.zip
depend on app-arch/unzip
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/batik/ChangeLog6
-rw-r--r--dev-java/batik/batik-1.5.1-r2.ebuild3
-rw-r--r--dev-java/batik/batik-1.5.1.ebuild3
-rw-r--r--dev-java/colt/ChangeLog5
-rw-r--r--dev-java/colt/colt-1.1.0.ebuild3
-rw-r--r--dev-java/cryptix-jce-bin/ChangeLog6
-rw-r--r--dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild4
-rw-r--r--dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild4
-rw-r--r--dev-java/fesi-bin/ChangeLog5
-rw-r--r--dev-java/fesi-bin/fesi-bin-1.1.5.ebuild5
-rw-r--r--dev-java/gnu-jaxp/ChangeLog6
-rw-r--r--dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild4
-rw-r--r--dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild4
-rw-r--r--dev-java/jad-bin/ChangeLog5
-rw-r--r--dev-java/jad-bin/jad-bin-1.5.8e.ebuild4
15 files changed, 46 insertions, 21 deletions
diff --git a/dev-java/batik/ChangeLog b/dev-java/batik/ChangeLog
index 9516a94a10c3..f6f7da3b37de 100644
--- a/dev-java/batik/ChangeLog
+++ b/dev-java/batik/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/batik
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.15 2004/10/27 14:33:02 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.16 2004/11/03 11:22:47 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> batik-1.5.1-r2.ebuild,
+ batik-1.5.1.ebuild:
+ depend on app-arch/unzip
*batik-1.5.1-r2 (26 Oct 2004)
diff --git a/dev-java/batik/batik-1.5.1-r2.ebuild b/dev-java/batik/batik-1.5.1-r2.ebuild
index c7f73c92808a..565c2c098a1e 100644
--- a/dev-java/batik/batik-1.5.1-r2.ebuild
+++ b/dev-java/batik/batik-1.5.1-r2.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/batik/batik-1.5.1-r2.ebuild,v 1.1 2004/10/26 14:14:00 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.5.1-r2.ebuild,v 1.2 2004/11/03 11:22:47 axxo Exp $
inherit java-pkg
@@ -11,6 +11,7 @@ IUSE="doc"
DEPEND=">=virtual/jdk-1.3
dev-java/rhino
dev-java/fop
+ app-arch/unzip
>=dev-java/xerces-2.6.2-r1
dev-java/ant"
RDEPEND=">=virtual/jdk-1.3"
diff --git a/dev-java/batik/batik-1.5.1.ebuild b/dev-java/batik/batik-1.5.1.ebuild
index 6b0ebd9075b1..217db03a0f28 100644
--- a/dev-java/batik/batik-1.5.1.ebuild
+++ b/dev-java/batik/batik-1.5.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/batik/batik-1.5.1.ebuild,v 1.2 2004/10/16 17:01:14 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.5.1.ebuild,v 1.3 2004/11/03 11:22:47 axxo Exp $
inherit java-pkg
@@ -9,6 +9,7 @@ SRC_URI="mirror://apache/xml/batik/${PN}-src-${PV}.zip"
HOMEPAGE="http://xml.apache.org/batik/"
IUSE="doc"
DEPEND=">=virtual/jdk-1.3
+ app-arch/unzip
dev-java/ant"
RDEPEND=">=virtual/jdk-1.3"
LICENSE="Apache-1.1"
diff --git a/dev-java/colt/ChangeLog b/dev-java/colt/ChangeLog
index 841114feca9c..34faf6685c73 100644
--- a/dev-java/colt/ChangeLog
+++ b/dev-java/colt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/colt
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v 1.6 2004/10/20 05:22:31 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v 1.7 2004/11/03 11:23:46 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> colt-1.1.0.ebuild:
+ depend on app-arch/unzip
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> colt-1.1.0.ebuild:
Keywords ~amd64.
diff --git a/dev-java/colt/colt-1.1.0.ebuild b/dev-java/colt/colt-1.1.0.ebuild
index 98a88bfce1cf..4770965c2876 100644
--- a/dev-java/colt/colt-1.1.0.ebuild
+++ b/dev-java/colt/colt-1.1.0.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/colt/colt-1.1.0.ebuild,v 1.6 2004/10/20 05:22:31 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/colt-1.1.0.ebuild,v 1.7 2004/11/03 11:23:46 axxo Exp $
inherit java-pkg
@@ -14,6 +14,7 @@ KEYWORDS="x86 ~sparc ~ppc ~amd64"
DEPEND=">=virtual/jdk-1.4
dev-java/ant
+ app-arch/unzip
jikes? ( dev-java/jikes )"
RDEPEND=">=virtual/jdk-1.4"
diff --git a/dev-java/cryptix-jce-bin/ChangeLog b/dev-java/cryptix-jce-bin/ChangeLog
index e24c11ccb3bf..e13aeb411bde 100644
--- a/dev-java/cryptix-jce-bin/ChangeLog
+++ b/dev-java/cryptix-jce-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/cryptix-jce-bin
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/ChangeLog,v 1.3 2004/10/20 05:41:24 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/ChangeLog,v 1.4 2004/11/03 11:24:40 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org>
+ cryptix-jce-bin-20030217.ebuild, cryptix-jce-bin-20040825.ebuild:
+ depend on app-arch/unzip
*cryptix-jce-bin-20030217 (20 Oct 2004)
diff --git a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild
index 88801164ab0b..a7f760d0a1c7 100644
--- a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild
+++ b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.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/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild,v 1.3 2004/10/20 05:41:24 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild,v 1.4 2004/11/03 11:24:40 axxo Exp $
inherit java-pkg
@@ -11,7 +11,7 @@ KEYWORDS="x86 ~ppc ~sparc ~amd64"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-DEPEND=""
+DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jdk-1.2"
S=${WORKDIR}
diff --git a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild
index b087c502e5ea..e0125ebbdd80 100644
--- a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild
+++ b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.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/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild,v 1.1 2004/10/20 05:41:24 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild,v 1.2 2004/11/03 11:24:40 axxo Exp $
inherit java-pkg
@@ -11,7 +11,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~amd64"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-DEPEND=""
+DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jdk-1.2"
S=${WORKDIR}
diff --git a/dev-java/fesi-bin/ChangeLog b/dev-java/fesi-bin/ChangeLog
index 6f43862d891d..30d26e1080b3 100644
--- a/dev-java/fesi-bin/ChangeLog
+++ b/dev-java/fesi-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/fesi-bin
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/ChangeLog,v 1.4 2004/10/20 06:18:45 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/ChangeLog,v 1.5 2004/11/03 11:25:28 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> fesi-bin-1.1.5.ebuild:
+ depend on app-arch/unzip
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> fesi-bin-1.1.5.ebuild:
Keywords ~amd64.
diff --git a/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild b/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild
index ca73291de7d9..066754b6b1a7 100644
--- a/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild
+++ b/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild,v 1.3 2004/10/20 06:18:45 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild,v 1.4 2004/11/03 11:25:28 axxo Exp $
inherit java-pkg
DESCRIPTION="JavaScript Interpreter written in Java"
SRC_URI="http://www.lugrin.ch/fesi/${PN/-bin}kit-${PV}.zip"
HOMEPAGE="http://www.lugrin.ch/fesi"
-DEPEND=">=virtual/jre-1.4"
+DEPEND=">=virtual/jre-1.4
+ app-arch/unzip"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="doc"
diff --git a/dev-java/gnu-jaxp/ChangeLog b/dev-java/gnu-jaxp/ChangeLog
index 50c192c8f877..d733c541dcf7 100644
--- a/dev-java/gnu-jaxp/ChangeLog
+++ b/dev-java/gnu-jaxp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/gnu-jaxp
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/ChangeLog,v 1.7 2004/10/22 08:40:54 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/ChangeLog,v 1.8 2004/11/03 11:26:17 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org>
+ gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.0_beta1.ebuild:
+ depend on app-arch/unzip
22 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
gnu-jaxp-1.0_beta1-r1.ebuild:
diff --git a/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild b/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild
index e2cb0b416762..9b48ff2b0f02 100644
--- a/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild
+++ b/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild,v 1.3 2004/10/22 08:40:54 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1-r1.ebuild,v 1.4 2004/11/03 11:26:17 axxo Exp $
inherit java-pkg eutils
DESCRIPTION="GNU JAXP, a free implementation of SAX parser API, DOM Level 2, Sun JAXP 1.1."
HOMEPAGE="http://www.gnu.org/software/classpathx/jaxp/"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/classpathx/${PN/-/}-${PV/_beta1/beta1}.zip"
-DEPEND=""
+DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jdk-1.3"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild b/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild
index 544345a3e863..c6fad2c62d8f 100644
--- a/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild
+++ b/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild,v 1.7 2004/10/16 17:14:56 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.0_beta1.ebuild,v 1.8 2004/11/03 11:26:17 axxo Exp $
inherit java-pkg
DESCRIPTION="GNU JAXP, a free implementation of SAX parser API, DOM Level 2, Sun JAXP 1.1."
HOMEPAGE="http://www.gnu.org/software/classpathx/jaxp/"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/classpathx/${PN/-/}-${PV/_beta1/beta1}.zip"
-DEPEND=""
+DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jdk-1.3"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-java/jad-bin/ChangeLog b/dev-java/jad-bin/ChangeLog
index a9e88892bfc6..333fa6f5bc5e 100644
--- a/dev-java/jad-bin/ChangeLog
+++ b/dev-java/jad-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jad-bin
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jad-bin/ChangeLog,v 1.5 2004/09/05 07:07:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jad-bin/ChangeLog,v 1.6 2004/11/03 11:26:41 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> jad-bin-1.5.8e.ebuild:
+ depend on app-arch/unzip
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
diff --git a/dev-java/jad-bin/jad-bin-1.5.8e.ebuild b/dev-java/jad-bin/jad-bin-1.5.8e.ebuild
index f072e3153cfa..7a741b289452 100644
--- a/dev-java/jad-bin/jad-bin-1.5.8e.ebuild
+++ b/dev-java/jad-bin/jad-bin-1.5.8e.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jad-bin/jad-bin-1.5.8e.ebuild,v 1.4 2004/08/05 11:45:20 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jad-bin/jad-bin-1.5.8e.ebuild,v 1.5 2004/11/03 11:26:41 axxo Exp $
DESCRIPTION="Jad - The fast JAva Decompiler"
HOMEPAGE="http://www.kpdus.com/jad.html"
SRC_URI="http://www.kpdus.com/jad/linux/jadls158.zip"
-DEPEND=""
+DEPEND="app-arch/unzip"
KEYWORDS="x86 ~amd64 -ppc"
SLOT="0"
LICENSE="freedist"