dev-java/jdbc-mysql: update homepage
[gentoo.git] / dev-java / minlog / minlog-1.2.ebuild
1 # Copyright 1999-2016 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="Minimal overhead Java logging"
11 HOMEPAGE="https://github.com/EsotericSoftware/minlog/"
12 SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="amd64 x86"
17 IUSE=""
18
19 DEPEND="
20         ${CDEPEND}
21         >=virtual/jdk-1.5"
22 RDEPEND="
23         ${CDEPEND}
24         >=virtual/jre-1.5"
25
26 S="${WORKDIR}/${PN}"