| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.0 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom /var/lib/java-ebuilder/poms/jandex-2.0.3.Final.pom --download-uri https://repo1.maven.org/maven2/org/jboss/jandex/2.0.3.Final/jandex-2.0.3.Final-sources.jar --slot 0 --keywords "~amd64" --ebuild jandex-2.0.3-r1.ebuild
EAPI=7
JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="org.jboss:jandex:3.0.0.Final"
JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple java-pkg-maven
DESCRIPTION="Parent POM for JBoss projects. Provides default project build configuration."
HOMEPAGE="http://www.jboss.org/jandex"
SRC_URI="https://repo1.maven.org/maven2/io/smallrye/${PN}/${PV}/${P}-sources.jar -> ${P}-sources.jar
https://repo1.maven.org/maven2/io/smallrye/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# Compile dependencies
# POM: /var/lib/java-ebuilder/poms/${P}.Final.pom
# org.apache.ant:ant:1.8.1 -> >=dev-java/ant-core-1.10.7:0
DEPEND="
>=virtual/jdk-1.8:*
app-arch/unzip
!binary? (
>=dev-java/ant-1.10.7:0
)
"
RDEPEND="
>=virtual/jre-1.8:*
"
S="${WORKDIR}"
JAVA_CLASSPATH_EXTRA="ant"
JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"
>=virtual/jdk-1.8:* app-arch/unzip !binary? ( >=dev-java/ant-1.10.7:0 )
>=virtual/jre-1.8:*
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jandex-3.0.0-bin.jar | 288714 bytes | https://repo1.maven.org/maven2/io/smallrye/jandex/3.0.0/jandex-3.0.0.jar |
| DIST | jandex-3.0.0-sources.jar | 176649 bytes | https://repo1.maven.org/maven2/io/smallrye/jandex/3.0.0/jandex-3.0.0-sources.jar |