pentoo-overlay/dev-java/msgpack/msgpack-0.8.16.ebuild
2020-06-18 17:14:11 +02:00

32 lines
896 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="MessagePack for Java is a binary-based efficient object serialization library"
HOMEPAGE="http://msgpack.org"
SRC_URI="https://github.com/msgpack/msgpack-java/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="$(ver_cut 2-3)"
#KEYWORDS="~amd64 ~x86" # Requires dev-java/jackson-databind, which is neither in Gentoo nor Pentoo
CDEPEND="dev-java/junit:4
dev-java/hamcrest-core:1.3
dev-java/jackson:2
dev-java/jackson-databind:2
dev-java/jackson-annotations:2
dev-java/commons-math:3
"
DEPEND="${CDEPEND}
>=virtual/jdk-1.7"
RDEPEND="${CDEPEND}
>=virtual/jre-1.7"
S="${WORKDIR}/${PN}-java-${PV}"
JAVA_GENTOO_CLASSPATH="junit-4,hamcrest-core-1.3,jackson-2,jackson-databind-2,jackson-annotations-2,commons-math-3"