commit: 88ccd962caaf0c9a8247dd9ac512f5bc5824218b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 15:13:20 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 15:15:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ccd962
dev-java/lzmajio: EAPI 5 bump. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-java/lzmajio/lzmajio-0.95-r1.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild new file mode 100644 index 0000000..50c8793 --- /dev/null +++ b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Implementations of LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders" +HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/" +SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +CDEPEND="dev-java/lzma:0" + +RDEPEND=">=virtual/jre-1.6 + ${CDEPEND}" +DEPEND=">=virtual/jdk-1.6 + app-arch/unzip + ${CDEPEND}" + +S="${WORKDIR}/${P}" +JAVA_GENTOO_CLASSPATH="lzma" +JAVA_SRC_DIR="net"
