mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/jsonrpc2-server: reorder variables
Signed-off-by: Valérian Rousset <tharvik@users.noreply.github.com> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
cfbf507483
commit
b814f5f255
@@ -12,6 +12,8 @@ inherit java-pkg-2 java-pkg-simple
|
||||
DESCRIPTION="Server framework for processing JSON-RPC 2.0 messages"
|
||||
HOMEPAGE="https://software.dzhuvinov.com/json-rpc-2.0-server.html"
|
||||
SRC_URI="https://bitbucket.org/thetransactioncompany/json-rpc-2.0-server/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
|
||||
S="${WORKDIR}/thetransactioncompany-json-rpc-2.0-server-40234a8c2029"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 ~arm64"
|
||||
@@ -35,8 +37,6 @@ RDEPEND="
|
||||
>=virtual/jre-1.8:*
|
||||
"
|
||||
|
||||
S="${WORKDIR}/thetransactioncompany-json-rpc-2.0-server-40234a8c2029"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="javax-servlet-api-3.0"
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
|
||||
Reference in New Issue
Block a user