You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/fastutil/fastutil-6.5.4.ebuild

40 lines
926 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.2 2013/05/30 08:51:46 tomwij Exp $
EAPI="5"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint."
SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
HOMEPAGE="http://fastutil.dsi.unimi.it"
LICENSE="Apache-2.0"
SLOT="6.5"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
DEPEND=">=virtual/jdk-1.5"
RDEPEND=">=virtual/jre-1.5"
src_compile() {
emake sources
# bug 162650 and #175578
java-pkg_init-compiler_
[[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
java-pkg-2_src_compile
}
src_install() {
java-pkg_newjar ${P}.jar
dodoc CHANGES README
use doc && java-pkg_dojavadoc docs
use source && java-pkg_dosrc src/it
}