Diff commons-lang-3.12.0-r1 with a commons-lang-3.13.0
/usr/portage/dev-java/commons-lang/commons-lang-3.13.0.ebuild 2023-10-09 14:52:29.416368348 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
# Skeleton command: |
|
5 |
# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://mirror.checkdomain.de/apache//commons/lang/source/commons-lang3-3.12.0-src.tar.gz --slot 3.6 --keywords "~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" --ebuild commons-lang-3.12.0.ebuild |
|
6 | ||
7 | 4 |
EAPI=8 |
8 | 5 | |
9 | 6 |
JAVA_PKG_IUSE="doc source" |
10 |
MAVEN_ID="org.apache.commons:commons-lang3:3.12.0" |
|
7 |
MAVEN_ID="org.apache.commons:commons-lang3:3.13.0" |
|
11 | 8 | |
12 | 9 |
inherit java-pkg-2 java-pkg-simple verify-sig |
13 | 10 | |
... | ... | |
16 | 13 |
SRC_URI="https://archive.apache.org/dist/commons/lang/source/${PN}3-${PV}-src.tar.gz -> ${P}-sources.tar.gz |
17 | 14 |
verify-sig? ( https://archive.apache.org/dist/commons/lang/source/${PN}3-${PV}-src.tar.gz.asc -> ${P}-sources.tar.gz.asc )" |
18 | 15 | |
16 |
S="${WORKDIR}/${PN}3-${PV}-src" |
|
17 | ||
19 | 18 |
LICENSE="Apache-2.0" |
20 | 19 |
SLOT="3.6" |
21 |
KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
22 | ||
23 |
DEPEND=" |
|
24 |
>=virtual/jdk-1.8:* |
|
25 |
" |
|
26 | ||
27 |
RDEPEND=" |
|
28 |
>=virtual/jre-1.8:* |
|
29 |
" |
|
20 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
30 | 21 | |
22 |
DEPEND=">=virtual/jdk-1.8:*" |
|
23 |
RDEPEND=">=virtual/jre-1.8:*" |
|
31 | 24 |
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )" |
32 | 25 |
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/commons.apache.org.asc" |
33 | 26 | |
34 |
S="${WORKDIR}/${PN}3-${PV}-src" |
|
35 | ||
27 |
JAVA_AUTOMATIC_MODULE_NAME="org.apache.commons.lang3" |
|
36 | 28 |
JAVA_ENCODING="ISO-8859-1" |
37 | ||
38 | 29 |
JAVA_SRC_DIR="src/main/java" |