app-text/tika-server-standard - 4.0.0 (hering-overlay)

Search

Install

Install this version:

emerge -a =app-text/tika-server-standard-4.0.0

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

autounmask =app-text/tika-server-standard-4.0.0

Or alternatively:

emerge --autounmask-write -a =app-text/tika-server-standard-4.0.0

Package Information

Description:
Apache Tika - a content analysis toolkit
Homepage:
https://tika.apache.org/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd

DESCRIPTION="Apache Tika - a content analysis toolkit"
HOMEPAGE="https://tika.apache.org/"
SRC_URI="https://dlcdn.apache.org/tika/${PV}/${PF}.zip"

S="${WORKDIR}"

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

DEPEND="acct-group/tika
	acct-user/tika
	>=virtual/jre-17
"
RDEPEND="${DEPEND}"

src_install() {
	insinto /usr/share/tika-server-standard/
	newins ${PF}.jar ${PN}.jar

	systemd_dounit "${FILESDIR}/tika.service"
}

Inherited Eclasses

Dependencies

DEPEND

acct-group/tika
	acct-user/tika
	>=virtual/jre-17

RDEPEND

acct-group/tika
	acct-user/tika
	>=virtual/jre-17

Manifest for 4.0.0

Type File Size Source URLs
DIST tika-server-standard-4.0.0.zip 58363270 bytes https://dlcdn.apache.org/tika/4.0.0/tika-server-standard-4.0.0.zip