diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 02:27:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 02:27:41 +0000 |
commit | 719d02c2c2ad215a58a33a3a0f663441df07672c (patch) | |
tree | 05e05954a749be2ee7af0c677c59ce1e9ce0bf9d /dev-java/jsch | |
parent | add inherit eutils (diff) | |
download | historical-719d02c2c2ad215a58a33a3a0f663441df07672c.tar.gz historical-719d02c2c2ad215a58a33a3a0f663441df07672c.tar.bz2 historical-719d02c2c2ad215a58a33a3a0f663441df07672c.zip |
add inherit eutils
Diffstat (limited to 'dev-java/jsch')
-rw-r--r-- | dev-java/jsch/jsch-0.1.12.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-java/jsch/jsch-0.1.12.ebuild b/dev-java/jsch/jsch-0.1.12.ebuild index 0bb77352bfbe..95b24e32d79d 100644 --- a/dev-java/jsch/jsch-0.1.12.ebuild +++ b/dev-java/jsch/jsch-0.1.12.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.12.ebuild,v 1.3 2004/03/18 22:31:22 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.12.ebuild,v 1.4 2004/04/16 02:26:36 vapier Exp $ + +inherit eutils DESCRIPTION="JSch is a pure Java implementation of SSH2." HOMEPAGE="http://www.jcraft.com/jsch/" @@ -20,10 +22,7 @@ src_compile() { epatch ${FILESDIR}/build.xml-dstamp.patch.gz local myc - - if [ -n "`use jikes`" ] ; then - myc="${myc} -Dbuild.compiler=jikes" - fi + use jikes && myc="${myc} -Dbuild.compiler=jikes" ANT_OPTS=${myc} ant || die "Failed Compiling" } |