# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/regexp/regexp-1.3.ebuild,v 1.3 2003/12/25 20:04:53 weeve Exp $ S=${WORKDIR}/jakarta-${PN}-${PV} DESCRIPTION="100% Pure Java Regular Expression package" SRC_URI="mirror://apache/jakarta/regexp/source/jakarta-${PN}-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/" SLOT="1" LICENSE="Apache-1.1" KEYWORDS="x86 ~sparc" DEPEND=">=virtual/jdk-1.3" src_install() { mv jakarta-regexp-${PV}.jar regexp-${PV}.jar dojar regexp-${PV}.jar dohtml -r docs/* }