summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-03-23 03:02:20 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-03-23 03:02:20 +0000
commit11b7c05448efbbf98120038e165ecd8d78afcb28 (patch)
treef4ac61b9f78bec2ce15cdff89076784b1af21cab /dev-java/rhino
parentFixes according to 45398 (Manifest recommit) (diff)
downloadgentoo-2-11b7c05448efbbf98120038e165ecd8d78afcb28.tar.gz
gentoo-2-11b7c05448efbbf98120038e165ecd8d78afcb28.tar.bz2
gentoo-2-11b7c05448efbbf98120038e165ecd8d78afcb28.zip
Marking stable on x86. Fixes according to #45398
Diffstat (limited to 'dev-java/rhino')
-rw-r--r--dev-java/rhino/ChangeLog6
-rw-r--r--dev-java/rhino/files/digest-rhino-1.5_rc41
-rw-r--r--dev-java/rhino/files/digest-rhino-1.5_rc4-r11
-rw-r--r--dev-java/rhino/rhino-1.5_rc4-r1.ebuild34
-rw-r--r--dev-java/rhino/rhino-1.5_rc4.ebuild34
-rw-r--r--dev-java/rhino/rhino-1.5_rc5.ebuild6
6 files changed, 8 insertions, 74 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog
index ef30c6fdb0d9..a6229ee4310b 100644
--- a/dev-java/rhino/ChangeLog
+++ b/dev-java/rhino/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/rhino
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.5 2004/02/26 06:20:51 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.6 2004/03/23 03:02:18 zx Exp $
+
+ 22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> rhino-1.5_rc4-r1.ebuild,
+ rhino-1.5_rc4.ebuild, rhino-1.5_rc5.ebuild:
+ Marking stable on x86. Fixes according to #45398
*rhino-1.5_rc5 (28 Feb 2004)
diff --git a/dev-java/rhino/files/digest-rhino-1.5_rc4 b/dev-java/rhino/files/digest-rhino-1.5_rc4
deleted file mode 100644
index 34d989cf4b6e..000000000000
--- a/dev-java/rhino/files/digest-rhino-1.5_rc4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f50367530e9860eb4110286bd8ebe175 rhino15R41.zip 1462836
diff --git a/dev-java/rhino/files/digest-rhino-1.5_rc4-r1 b/dev-java/rhino/files/digest-rhino-1.5_rc4-r1
deleted file mode 100644
index 34d989cf4b6e..000000000000
--- a/dev-java/rhino/files/digest-rhino-1.5_rc4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f50367530e9860eb4110286bd8ebe175 rhino15R41.zip 1462836
diff --git a/dev-java/rhino/rhino-1.5_rc4-r1.ebuild b/dev-java/rhino/rhino-1.5_rc4-r1.ebuild
deleted file mode 100644
index 19183a236ac2..000000000000
--- a/dev-java/rhino/rhino-1.5_rc4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5_rc4-r1.ebuild,v 1.1 2004/01/23 15:43:58 mkennedy Exp $
-
-# This should be dynamic
-
-inherit java-pkg
-
-IUSE="doc"
-
-MY_P="rhino1_5R4_1"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Rhino is an implementation of JavaScript written entirely in Java."
-SRC_URI="ftp://ftp.mozilla.org/pub/js/${MY_P//_/}.zip"
-HOMEPAGE="http://www.mozilla.org/rhino/"
-LICENSE="NPL-1.1"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64"
-
-RDEPEND=">=virtual/jdk-1.3
- dev-java/ant"
-
-src_compile() {
- ant jar
-}
-
-src_install() {
- dobin ${FILESDIR}/jsscript
- java-pkg_dojar build/${MY_P}/js.jar
- if use doc; then
- dohtml -r docs/*
- fi
-}
diff --git a/dev-java/rhino/rhino-1.5_rc4.ebuild b/dev-java/rhino/rhino-1.5_rc4.ebuild
deleted file mode 100644
index 98aaf2aaa110..000000000000
--- a/dev-java/rhino/rhino-1.5_rc4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5_rc4.ebuild,v 1.6 2004/01/19 04:52:10 strider Exp $
-
-# This should be dynamic
-
-inherit java-pkg
-
-IUSE="doc"
-
-MY_P="rhino1_5R4_1"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users"
-SRC_URI="ftp://ftp.mozilla.org/pub/js/${MY_P//_/}.zip"
-HOMEPAGE="http://www.mozilla.org/rhino/"
-LICENSE="NPL-1.1"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64"
-
-RDEPEND=">=virtual/jdk-1.3
- dev-java/ant"
-
-src_compile() {
- ant jar
-}
-
-
-src_install() {
- java-pkg_dojar build/${MY_P}/js.jar
- if [ "` use doc `" ]; then
- dohtml -r docs/*
- fi
-}
diff --git a/dev-java/rhino/rhino-1.5_rc5.ebuild b/dev-java/rhino/rhino-1.5_rc5.ebuild
index 2ef995764a32..e1a132859185 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 Technologies, Inc.
# 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.1 2004/02/26 06:20:51 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5_rc5.ebuild,v 1.2 2004/03/23 03:02:18 zx Exp $
inherit java-pkg
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.zip"
HOMEPAGE="http://www.mozilla.org/rhino/"
LICENSE="NPL-1.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE="jikes doc"
S="${WORKDIR}/${MY_P%%RC1}"
DEPEND="dev-java/ant
@@ -21,7 +21,7 @@ RDEPEND=">=virtual/jre-1.3"
src_compile() {
local antflags="jar"
use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- ant ${antflags}
+ ant ${antflags} || die "compilation error"
}
src_install() {