mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/jstl-api: new package, add 1.2.7
Bug: https://bugs.gentoo.org/892703 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
d9673cc189
commit
0232daedd6
1
dev-java/jstl-api/Manifest
Normal file
1
dev-java/jstl-api/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST jstl-1.2.7.tar.gz 291252 BLAKE2B 37383f519615f41e4247b1e2207cf1cc57df3a3d01f939bb41cc400dbdb49b331fc0bc3e5ee26c3d9d1e361bd4ec11efd5b6e6a9cc6cafee2b196c1d9491d07f SHA512 2b52869fe5f6d586b8505a2a417790ffad7112db17af667cd52fb567fb6c7ee4a3b3906a072d0d4e7ef463b56a1e5cf9a955b9fbaab97c91a1a286e05add23c3
|
||||
42
dev-java/jstl-api/jstl-api-1.2.7.ebuild
Normal file
42
dev-java/jstl-api/jstl-api-1.2.7.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
MAVEN_ID="jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="Jakarta Standard Tag Library API"
|
||||
HOMEPAGE="https://projects.eclipse.org/projects/ee4j.jstl"
|
||||
SRC_URI="https://github.com/jakartaee/tags/archive/${PV}-RELEASE.tar.gz -> jstl-${PV}.tar.gz"
|
||||
S="${WORKDIR}/tags-${PV}-RELEASE"
|
||||
|
||||
LICENSE="EPL-2.0 GPL-2-with-classpath-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
CP_DEPEND="
|
||||
dev-java/javax-el-api:2.2
|
||||
dev-java/javax-jsp-api:2.2
|
||||
dev-java/javax-servlet-api:2.5
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${CP_DEPEND}
|
||||
>=virtual/jre-1.8:*
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${CP_DEPEND}
|
||||
>=virtual/jdk-1.8:*
|
||||
"
|
||||
|
||||
DOCS=(
|
||||
CONTRIBUTING.md
|
||||
NOTICE.md
|
||||
README.md
|
||||
)
|
||||
|
||||
JAVA_SRC_DIR="api/src/main/java"
|
||||
10
dev-java/jstl-api/metadata.xml
Normal file
10
dev-java/jstl-api/metadata.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>java@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">jakartaee/tags</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user