dev-java/jlex: update homepage
[gentoo.git] / dev-java / unkrig-nullanalysis / unkrig-nullanalysis-0_pre1644.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 JAVA_PKG_IUSE="doc source"
7
8 inherit java-pkg-2 java-pkg-simple
9
10 DESCRIPTION="Some classes to test for various null conditions"
11 HOMEPAGE="http://commons.unkrig.de"
12 SRC_URI="https://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="amd64 x86"
17 IUSE=""
18
19 RDEPEND=">=virtual/jre-1.6"
20 DEPEND=">=virtual/jdk-1.6"
21
22 JAVA_SRC_DIR="src"