diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 04:12:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 04:12:40 +0000 |
commit | e503734f8a1ea808d77744f8401744b028a59a17 (patch) | |
tree | 1f48247a90764173abeae64338ce95bd0aef66a4 /dev-java/jikes | |
parent | New version. (diff) | |
download | gentoo-2-e503734f8a1ea808d77744f8401744b028a59a17.tar.gz gentoo-2-e503734f8a1ea808d77744f8401744b028a59a17.tar.bz2 gentoo-2-e503734f8a1ea808d77744f8401744b028a59a17.zip |
cleanup
Diffstat (limited to 'dev-java/jikes')
-rw-r--r-- | dev-java/jikes/jikes-1.15.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-java/jikes/jikes-1.15.ebuild b/dev-java/jikes/jikes-1.15.ebuild index 44abe73cb207..265d2ffbe8e3 100644 --- a/dev-java/jikes/jikes-1.15.ebuild +++ b/dev-java/jikes/jikes-1.15.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Naresh Donti <ndonti@hotmail.com> -# $Header: /var/cvsroot/gentoo-x86/dev-java/jikes/jikes-1.15.ebuild,v 1.2 2002/04/07 11:17:15 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jikes/jikes-1.15.ebuild,v 1.3 2002/04/28 04:12:40 seemant Exp $ -A=jikes-1.15.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Jikes - IBM's open source, high performance java compiler" -SRC_URI="ftp://www-126.ibm.com/pub/jikes/${A}" +SRC_URI="ftp://www-126.ibm.com/pub/jikes/${P}.tar.gz" HOMEPAGE="http://oss.software.ibm.com/developerworks/opensource/jikes/" DEPEND="virtual/glibc" |