commit: 8172f7838125383a31d54b3fbb1a87270646a4a4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Apr 23 14:04:28 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Apr 23 14:04:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8172f783
dev-java/tomcat-el-api: treeclean Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-java/tomcat-el-api/Manifest | 2 -- dev-java/tomcat-el-api/metadata.xml | 7 ---- dev-java/tomcat-el-api/tomcat-el-api-10.1.5.ebuild | 40 ---------------------- profiles/package.mask | 1 - 4 files changed, 50 deletions(-) diff --git a/dev-java/tomcat-el-api/Manifest b/dev-java/tomcat-el-api/Manifest deleted file mode 100644 index 3beda5a1990f..000000000000 --- a/dev-java/tomcat-el-api/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST apache-tomcat-10.1.5-src.tar.gz 6066163 BLAKE2B 96c03f053b8585cfc466e7bf870a85d82e5637169028d0bca43508480f14834ebccf2ddf68744b29510fa93cc8fd0994c72a61d0949da0d4e6b095da87704d0d SHA512 d52cf7fd4c4982b7934cd14000e540998cf2599a730083c7647d57939993f3522b6d208a82cdfcb0f7ffc084d9d2ea2b27104203398a61bb765667d97fc13c02 -DIST apache-tomcat-10.1.5-src.tar.gz.asc 849 BLAKE2B 6b733488772bea88ea6a6710651bf60a83c78187463850f0216ca5152f0698648ab8ba37f86480916caa816792095a1f434bc84d5706ae9e6f6ed882b8b29d4b SHA512 600580fb89620937c103fa5581669b9ab7cb359db32b0d1d2cd81e9dc41cec6e3df7e852baa3564ed94e4af30d506453e6761fa20ff8fd37d7c4dafa33aac712 diff --git a/dev-java/tomcat-el-api/metadata.xml b/dev-java/tomcat-el-api/metadata.xml deleted file mode 100644 index 75321cfb5598..000000000000 --- a/dev-java/tomcat-el-api/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> -</pkgmetadata> diff --git a/dev-java/tomcat-el-api/tomcat-el-api-10.1.5.ebuild b/dev-java/tomcat-el-api/tomcat-el-api-10.1.5.ebuild deleted file mode 100644 index 67f6f75d4bd9..000000000000 --- a/dev-java/tomcat-el-api/tomcat-el-api-10.1.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="org.apache.tomcat:tomcat-el-api:10.1.5" - -inherit java-pkg-2 java-pkg-simple verify-sig - -DESCRIPTION="Tomcat's EL API 5.0 implementation" -HOMEPAGE="https://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-$(ver_cut 1)/v${PV}/src/apache-tomcat-${PV}-src.tar.gz - verify-sig? ( https://downloads.apache.org/tomcat/tomcat-$(ver_cut 1)/v${PV}/src/apache-tomcat-${PV}-src.tar.gz.asc )" - -LICENSE="Apache-2.0" -SLOT="5.0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" - -DEPEND=">=virtual/jdk-11:*" -RDEPEND=">=virtual/jre-11:*" - -BDEPEND="verify-sig? ( ~sec-keys/openpgp-keys-apache-tomcat-${PV}:${PV} )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/tomcat-${PV}.apache.org.asc" - -S="${WORKDIR}/apache-tomcat-${PV}-src" - -JAVA_RESOURCE_DIRS="resources" -JAVA_SRC_DIR="java/jakarta/el" - -src_prepare() { - default - # remove anything related to "el" or "jsp" - find java/jakarta \( -name 'jsp' -o -name 'servlet' \) \ - -exec rm -rf {} + || die "removing jsp failed" - - mkdir resources || "creating \"resources\" failed" - cp -r java/jakarta resources || "cannot copy to \"resources\" dir" - find resources -name '*.java' -exec rm -rf {} + || die "removing *.java files failed" -} diff --git a/profiles/package.mask b/profiles/package.mask index 0a6278a5291e..0c8d0a5def0a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -405,7 +405,6 @@ net-fs/minio # Volkmar W. Pogatzki <[email protected]> (2023-03-23) # Unused Java libraries. Removal on 2023-04-22. dev-java/tomcat-jsp-api -dev-java/tomcat-el-api # Hans de Graaff <[email protected]> (2023-03-19) # This version of cucumber-core is not compatible with the other
