dev-java/tomcat-el-api - 9.0.110 (nest)

Search

Install

Install this version:

emerge -a =dev-java/tomcat-el-api-9.0.110

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-java/tomcat-el-api-9.0.110

Or alternatively:

emerge --autounmask-write -a =dev-java/tomcat-el-api-9.0.110

Package Information

Description:
Apache Tomcat EL API
Homepage:
https://tomcat.apache.org/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9.0.110 9 ~amd64 3.0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Apache Tomcat EL API"
HOMEPAGE="https://tomcat.apache.org/"
SRC_URI="https://archive.apache.org/dist/tomcat/tomcat-9/v${PV}/src/apache-tomcat-${PV}-src.tar.gz"
S="${WORKDIR}/apache-tomcat-${PV}-src"

LICENSE="Apache-2.0"
SLOT="3.0"
KEYWORDS="~amd64"

DEPEND=">=virtual/jdk-11"
RDEPEND=">=virtual/jre-11"

JAVA_RESOURCE_DIRS="java/res"
JAVA_SRC_DIR="java/javax/el"

src_prepare() {
	java-pkg-2_src_prepare

	# preserve the upstream resource hierarchy (javax/servlet/...) under
	# ${JAVA_RESOURCE_DIRS} while avoiding an extra leading "java/" path component.
	edo mkdir -p "${JAVA_RESOURCE_DIRS}"
	edo cd java
	edo find "${JAVA_SRC_DIR#java/}" -type f -name '*.properties' \
		-exec cp --parents -v -t "${JAVA_RESOURCE_DIRS#java/}" {} +
}

Inherited Eclasses

Dependencies

DEPEND

>=virtual/jdk-11

RDEPEND

>=virtual/jre-11

Manifest for 9.0.110

Type File Size Source URLs
DIST apache-tomcat-9.0.110-src.tar.gz 7394123 bytes https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.110/src/apache-tomcat-9.0.110-src.tar.gz