# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit java-pkg DESCRIPTION="Derby database engine is a full functioned relational embedded database engine" SRC_URI="http://incubator.apache.org/derby/binaries/derby_snapshot_svnversion_46005.tar.gz" HOMEPAGE="http://incubator.apache.org/derby/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86" DEPEND=">=virtual/jre-1.2" # Didn't find anything about this on the homepage, suppose java2 is enough S=${WORKDIR} src_compile() { einfo " This ebuild is binary-only (for now)." einfo " If you get this to compile from source, please file a bug" einfo " and let us know. http://bugs.gentoo.org/" } src_install() { java-pkg_dojar lib/*jar }