summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-03-07 00:23:21 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-03-07 00:23:21 +0000
commitb47913961f1e263c1206ac79da22090efc33c53a (patch)
tree32f88f34904ba45fae7853801e8361e4ba29571f /dev-java/jump
parentNew release. Marking 2.0.4 stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-b47913961f1e263c1206ac79da22090efc33c53a.tar.gz
gentoo-2-b47913961f1e263c1206ac79da22090efc33c53a.tar.bz2
gentoo-2-b47913961f1e263c1206ac79da22090efc33c53a.zip
repoman fixes
Diffstat (limited to 'dev-java/jump')
-rw-r--r--dev-java/jump/jump-0.4.1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-java/jump/jump-0.4.1.ebuild b/dev-java/jump/jump-0.4.1.ebuild
index f9f01e67477c..a23b91edbb52 100644
--- a/dev-java/jump/jump-0.4.1.ebuild
+++ b/dev-java/jump/jump-0.4.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/jump-0.4.1.ebuild,v 1.3 2003/09/06 22:26:46 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/jump-0.4.1.ebuild,v 1.4 2004/03/07 00:23:21 zx Exp $
inherit java-pkg
-S=${WORKDIR}/${P}
DESCRIPTION="JUMP Ultimate Math Package (JUMP) is a Java-based extensible high-precision math package."
SRC_URI="mirror://sourceforge/${PN}-math/${P}-bin.tar.gz"
HOMEPAGE="http://jump-math.sourceforge.net/"
@@ -15,9 +14,9 @@ DEPEND=""
RDEPEND=">=virtual/jdk-1.2"
IUSE="doc"
-src_compile() {
- einfo "This is a bin-only ebuild (for now)."
-}
+S=${WORKDIR}/${P}
+
+src_compile() { :; }
src_install() {
use doc && dohtml -r ${S}/build/apidocs/*