summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-10 19:51:32 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-10 19:51:32 +0000
commitf72df06324a0d7353aec1de89c38c385757cc9b8 (patch)
tree5f46503cf57d38ee1727293db6fd5d271c9cf11d /dev-java/rhino
parentVersion bump (diff)
downloadhistorical-f72df06324a0d7353aec1de89c38c385757cc9b8.tar.gz
historical-f72df06324a0d7353aec1de89c38c385757cc9b8.tar.bz2
historical-f72df06324a0d7353aec1de89c38c385757cc9b8.zip
changed dependencies to ant-core
Diffstat (limited to 'dev-java/rhino')
-rw-r--r--dev-java/rhino/ChangeLog5
-rw-r--r--dev-java/rhino/Manifest14
-rw-r--r--dev-java/rhino/rhino-1.5_rc5.ebuild4
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog
index d5ac37e29121..42140e011382 100644
--- a/dev-java/rhino/ChangeLog
+++ b/dev-java/rhino/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/rhino
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.16 2004/09/04 13:02:42 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.17 2004/09/10 19:50:35 axxo Exp $
+
+ 10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> rhino-1.5_rc5.ebuild:
+ changed dependencies to ant-core
04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> rhino-1.5_rc5.ebuild:
stable on sparc
diff --git a/dev-java/rhino/Manifest b/dev-java/rhino/Manifest
index a69e741347e1..0463c17718be 100644
--- a/dev-java/rhino/Manifest
+++ b/dev-java/rhino/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 1edb311ad169560cce7dd0018901a4e5 rhino-1.5_rc5.ebuild 1295
-MD5 baf549a7bc326764d91bac2ef2aec7d7 ChangeLog 2105
+MD5 6ab7b21d9fe189f77ea45641bb5720fb rhino-1.5_rc5.ebuild 1300
+MD5 16953ddb24edf2912ebb80373e4d4cad ChangeLog 2212
MD5 4622606981d4aa0930c917b65cf2f202 metadata.xml 350
MD5 c663f3b82777d7ee2506dc0a03955198 files/jsscript 123
MD5 0a5ef83b30538dd468f24d14be07769f files/00_dont-fetch-swing-ex.patch 604
MD5 6d48e39fc85ff462180102a36f8fc589 files/digest-rhino-1.5_rc5 126
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBOb06/rLF9B432nYRAm3EAKCHI9Flr/u4Q4kp5wMeV53ESfAApgCfc8LW
-ZXKIKrRmeZqCBe+3yqufCTs=
-=rIge
------END PGP SIGNATURE-----
diff --git a/dev-java/rhino/rhino-1.5_rc5.ebuild b/dev-java/rhino/rhino-1.5_rc5.ebuild
index fbfa6452ccd7..d0f87ffddd36 100644
--- a/dev-java/rhino/rhino-1.5_rc5.ebuild
+++ b/dev-java/rhino/rhino-1.5_rc5.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/rhino/rhino-1.5_rc5.ebuild,v 1.9 2004/09/04 13:02:42 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5_rc5.ebuild,v 1.10 2004/09/10 19:50:35 axxo Exp $
inherit eutils java-pkg
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 ppc ~amd64 sparc"
IUSE="jikes doc"
S="${WORKDIR}/${MY_P%%RC1}"
-DEPEND="dev-java/ant
+DEPEND="dev-java/ant-core
>=virtual/jdk-1.3
app-arch/unzip
jikes? ( dev-java/jikes )"