mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-java/json-smart: 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
b814f5f255
commit
d3744be4e0
@@ -12,6 +12,8 @@ inherit java-pkg-2 java-pkg-simple
|
||||
DESCRIPTION="old JSON parser"
|
||||
HOMEPAGE="https://urielch.github.io"
|
||||
SRC_URI="https://github.com/netplex/json-smart-v1/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v1-${PV}/json-smart"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 ~arm64"
|
||||
@@ -19,8 +21,6 @@ KEYWORDS="amd64 ~arm64"
|
||||
DEPEND=">=virtual/jdk-1.8:*"
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
S="${WORKDIR}/${PN}-v1-${PV}/json-smart"
|
||||
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="junit-4"
|
||||
|
||||
Reference in New Issue
Block a user