diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-01-18 10:49:56 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-01-18 10:51:18 +0100 |
commit | ace27ff4b5d966a6843f86da8f26710f1e8bcfcd (patch) | |
tree | 748ec3ea8b66a7427f61bc5d72a272a5b7559ab4 /dev-java/jakarta-regexp | |
parent | dev-java/ant-core: Fix Javadoc generation on JDK 11+; EAPI 8 (diff) | |
download | gentoo-ace27ff4b5d966a6843f86da8f26710f1e8bcfcd.tar.gz gentoo-ace27ff4b5d966a6843f86da8f26710f1e8bcfcd.tar.bz2 gentoo-ace27ff4b5d966a6843f86da8f26710f1e8bcfcd.zip |
dev-java/jakarta-regexp: eapi8 + min java 1.8 + https + cleanup
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jakarta-regexp')
6 files changed, 103 insertions, 6 deletions
diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild index ddfe39278ff9..f5a39f4ca7d2 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="100% Pure Java Regular Expression package" SRC_URI="mirror://apache/jakarta/regexp/source/${P}.tar.gz" -HOMEPAGE="http://jakarta.apache.org/" +HOMEPAGE="https://jakarta.apache.org/" SLOT="${PV}" IUSE="" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r6.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r6.ebuild new file mode 100644 index 000000000000..ab1d50e24403 --- /dev/null +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="100% Pure Java Regular Expression package" +SRC_URI="mirror://apache/jakarta/regexp/source/${P}.tar.gz" +HOMEPAGE="https://jakarta.apache.org/" + +SLOT="${PV}" +IUSE="" +LICENSE="Apache-1.1" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND=" + >=virtual/jre-1.8:*" + +DEPEND=" + >=virtual/jdk-1.8:*" + +S="${WORKDIR}/${P}" + +JAVA_SRC_DIR="src/java" + +src_prepare() { + default + + java-pkg_clean +} diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild index ddfe39278ff9..f5a39f4ca7d2 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="100% Pure Java Regular Expression package" SRC_URI="mirror://apache/jakarta/regexp/source/${P}.tar.gz" -HOMEPAGE="http://jakarta.apache.org/" +HOMEPAGE="https://jakarta.apache.org/" SLOT="${PV}" IUSE="" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r3.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r3.ebuild new file mode 100644 index 000000000000..db72332f033f --- /dev/null +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="100% Pure Java Regular Expression package" +SRC_URI="mirror://apache/jakarta/regexp/source/${P}.tar.gz" +HOMEPAGE="https://jakarta.apache.org/" + +SLOT="${PV}" +IUSE="" +LICENSE="Apache-1.1" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND=" + >=virtual/jre-1.8:*" + +DEPEND=" + >=virtual/jdk-1.8:*" + +S="${WORKDIR}/${P}" + +JAVA_SRC_DIR="src/java" + +src_prepare() { + default + java-pkg_clean +} diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.5-r1.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.5-r1.ebuild new file mode 100644 index 000000000000..db72332f033f --- /dev/null +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.5-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="100% Pure Java Regular Expression package" +SRC_URI="mirror://apache/jakarta/regexp/source/${P}.tar.gz" +HOMEPAGE="https://jakarta.apache.org/" + +SLOT="${PV}" +IUSE="" +LICENSE="Apache-1.1" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND=" + >=virtual/jre-1.8:*" + +DEPEND=" + >=virtual/jdk-1.8:*" + +S="${WORKDIR}/${P}" + +JAVA_SRC_DIR="src/java" + +src_prepare() { + default + java-pkg_clean +} diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild index ddfe39278ff9..f5a39f4ca7d2 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="100% Pure Java Regular Expression package" SRC_URI="mirror://apache/jakarta/regexp/source/${P}.tar.gz" -HOMEPAGE="http://jakarta.apache.org/" +HOMEPAGE="https://jakarta.apache.org/" SLOT="${PV}" IUSE="" |