dev-java/leveldb-api - 0.12 (spark-overlay)

Search

Package Information

Description:
High level Java API for LevelDB
Homepage:
https://github.com/dain/leveldb
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.12 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="org.iq80.leveldb:${PN}:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

inherit java-pkg-2 java-pkg-simple java-pkg-maven

DESCRIPTION="High level Java API for LevelDB"
HOMEPAGE="https://github.com/dain/leveldb"
SRC_URI="
	https://repo1.maven.org/maven2/org/iq80/leveldb/${PN}/${PV}/${P}-sources.jar
	https://repo1.maven.org/maven2/org/iq80/leveldb/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	app-arch/unzip
"

DEPEND="
	>=virtual/jdk-1.8:*
"

RDEPEND="
	>=virtual/jre-1.8:*
"

S="${WORKDIR}"

JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"

Dependencies

DEPEND

	>=virtual/jdk-1.8:*

RDEPEND

	>=virtual/jre-1.8:*

BDEPEND

	app-arch/unzip

Manifest for 0.12

Type File Size Source URLs
DIST leveldb-api-0.12-bin.jar 9938 bytes https://repo1.maven.org/maven2/org/iq80/leveldb/leveldb-api/0.12/leveldb-api-0.12.jar
DIST leveldb-api-0.12-sources.jar 11320 bytes https://repo1.maven.org/maven2/org/iq80/leveldb/leveldb-api/0.12/leveldb-api-0.12-sources.jar