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

Search

Install

Install this version:

emerge -a =dev-java/tomcat-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-api-9.0.110

Or alternatively:

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

Package Information

Description:
Core Apache Tomcat interfaces and classes
Homepage:
https://tomcat.apache.org/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9.0.110 9 ~amd64 9
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="Core Apache Tomcat interfaces and classes"
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="9"
KEYWORDS="~amd64"

CP_DEPEND="dev-java/tomcat-servlet-api:4.0"

DEPEND="${CP_DEPEND}
	>=virtual/jdk-11"
RDEPEND="${CP_DEPEND}
	>=virtual/jre-11"

JAVA_SRC_DIR="java/org/apache/tomcat"

src_prepare() {
	java-pkg-2_src_prepare
	edo rm -r java/org/apache/tomcat/{buildutil,dbcp,jni,util,websocket}
}

Inherited Eclasses

Dependencies

DEPEND

dev-java/tomcat-servlet-api:4.0
	>=virtual/jdk-11

RDEPEND

dev-java/tomcat-servlet-api:4.0
	>=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