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/jebl/jebl-2013.02.18.ebuild

42 lines
934 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/trunk/jebl"
#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/tags/${P//./_}"
JAVA_PKG_IUSE="doc"
EANT_BUILD_TARGET="dist"
EANT_DOC_TARGET="document"
#inherit subversion java-pkg-2 java-ant-2
inherit java-pkg-2 java-ant-2
DESCRIPTION="Java Evolutionary Biology Library"
HOMEPAGE="http://jebl.sourceforge.net/"
#SRC_URI=""
SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE=""
CDEPEND=""
DEPEND="${CDEPEND}
>=virtual/jdk-1.5"
RDEPEND="${CDEPEND}
>=virtual/jre-1.5"
java_prepare() {
rm -rf "${S}/src/org/virion/jam/maconly" || die
}
src_install() {
java-pkg_dojar dist/jebl.jar || die
java-pkg_dojar dist/jam.jar || die
use doc && java-pkg_dojavadoc doc/api
}