# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 JAVA_PKG_IUSE="doc source test" JAVA_PKG_BSFIX="off" inherit java-pkg-2 java-ant-2 MY_P=db-${P} DESCRIPTION="An embeddable relational database implemented entirely in Java" HOMEPAGE="http://db.apache.org/derby/" SRC_URI="mirror://apache/db/${PN}/${MY_P}/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="linguas_de linguas_es linguas_fr linguas_hu linguas_it linguas_ja linguas_ko linguas_pl linguas_pt linguas_ru linguas_zh" LANGS="de es fr hu it ja ko pl pt ru zh" # see https://issues.apache.org/jira/browse/DERBY-5125 DEPEND=">=virtual/jdk-1.6