public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-el-api/
Date: Tue, 11 Oct 2022 09:20:24 +0000 (UTC)	[thread overview]
Message-ID: <1665480020.7a967049793d0f9b587e1ad388fe1274dea8ddca.fordfrog@gentoo> (raw)

commit:     7a967049793d0f9b587e1ad388fe1274dea8ddca
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Oct  9 07:58:49 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 09:20:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a967049

dev-java/tomcat-el-api: add 9.0.68

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/tomcat-el-api/Manifest                    |  1 +
 dev-java/tomcat-el-api/tomcat-el-api-9.0.68.ebuild | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-java/tomcat-el-api/Manifest b/dev-java/tomcat-el-api/Manifest
index 778d0cca6fd9..7e0e1d249f19 100644
--- a/dev-java/tomcat-el-api/Manifest
+++ b/dev-java/tomcat-el-api/Manifest
@@ -1 +1,2 @@
 DIST apache-tomcat-10.1.0-src.tar.gz 6060833 BLAKE2B 49f36131c1e809b298ac915e671b9f4df55b55c2ba34d21ee3fdeb8759ddaf53a6780b177e8049446079d91186c52669969f30762ddf776d9f8615e527d5a975 SHA512 08323eec0403473fa97f419d7911980c3dfe7b1607a64741bbe972a737dfa70ea04ea80ca9ab28bf72bdde9d24cf8f7161eeb8b194204c777d1628d00c78611c
+DIST apache-tomcat-9.0.68-src.tar.gz 6212265 BLAKE2B 21a7772c0473c016486b4b90c005b65613e79739cf68eaa0c0a0e83c30016f49921816893f8babe42b462538c47bc776630812526c330e7c6360f02a719574cd SHA512 63bb2c42f683c4c5e362b19bda046de172382714e80298106c61cc728feea9681b568450f04cb95d6cae08e5a71933c7755b9b81b706c46d63f4683c2a3a96be

diff --git a/dev-java/tomcat-el-api/tomcat-el-api-9.0.68.ebuild b/dev-java/tomcat-el-api/tomcat-el-api-9.0.68.ebuild
new file mode 100644
index 000000000000..5aa4a644ef09
--- /dev/null
+++ b/dev-java/tomcat-el-api/tomcat-el-api-9.0.68.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 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:9.0.68"
+
+inherit java-pkg-2 java-pkg-simple
+
+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"
+
+LICENSE="Apache-2.0"
+SLOT="3.0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+
+DEPEND=">=virtual/jdk-11:*"
+RDEPEND=">=virtual/jre-11:*"
+
+S="${WORKDIR}/apache-tomcat-${PV}-src"
+
+JAVA_RESOURCE_DIRS="resources"
+JAVA_SRC_DIR="java/javax/el"
+
+src_prepare() {
+	default
+	# remove anything related to "el" or "jsp"
+	find java/javax \( -name 'jsp' -o -name 'servlet' \) \
+		-exec rm -rf {} + || die "removing jsp failed"
+
+	mkdir resources || "creating \"resources\" failed"
+	cp -r java/javax resources || "cannot copy to \"resources\" dir"
+	find resources -name '*.java' -exec rm -rf {} + || die "removing *.java files failed"
+}


             reply	other threads:[~2022-10-11  9:20 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11  9:20 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-23  5:48 [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-el-api/ Miroslav Šulc
2023-02-19 21:01 Arthur Zamarin
2023-02-19 18:06 Sam James
2023-02-19 18:06 Sam James
2023-02-19 17:17 Arthur Zamarin
2023-02-19 17:14 Arthur Zamarin
2023-02-16  8:43 Miroslav Šulc
2023-02-16  6:04 Sam James
2023-02-16  6:04 Sam James
2023-02-16  6:04 Sam James
2023-02-16  6:04 Sam James
2023-02-16  3:30 Sam James
2023-02-16  3:30 Sam James
2023-02-15  9:57 Sam James
2023-02-15  9:57 Sam James
2023-01-20  9:17 Miroslav Šulc
2023-01-15  9:50 Miroslav Šulc
2023-01-11  9:28 Miroslav Šulc
2023-01-11  5:15 Sam James
2023-01-11  5:15 Sam James
2023-01-11  5:07 Sam James
2023-01-11  3:30 Sam James
2023-01-06  9:37 Miroslav Šulc
2023-01-05 10:53 Arthur Zamarin
2023-01-05 10:53 Arthur Zamarin
2023-01-05 10:53 Arthur Zamarin
2023-01-05 10:53 Arthur Zamarin
2022-12-26  7:39 Miroslav Šulc
2022-12-24 10:45 Sam James
2022-12-24 10:45 Sam James
2022-12-24 10:45 Sam James
2022-12-24 10:45 Sam James
2022-12-17  9:47 Miroslav Šulc
2022-12-16 16:01 Arthur Zamarin
2022-12-16 16:01 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-11  8:08 Miroslav Šulc
2022-12-06  8:45 Miroslav Šulc
2022-11-23  8:53 Miroslav Šulc
2022-11-15 13:55 Miroslav Šulc
2022-11-12  7:07 Miroslav Šulc
2022-11-12  2:39 Sam James
2022-11-12  2:39 Sam James
2022-11-12  2:39 Sam James
2022-11-12  2:39 Sam James
2022-11-11 21:16 Sam James
2022-11-11 21:16 Sam James
2022-11-11 21:16 Sam James
2022-11-11 21:16 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-11-11 20:27 Sam James
2022-10-12  4:42 Miroslav Šulc
2022-10-11 18:25 Miroslav Šulc
2022-10-11 12:58 Miroslav Šulc
2022-10-11 12:58 Miroslav Šulc
2022-10-11  9:20 Miroslav Šulc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665480020.7a967049793d0f9b587e1ad388fe1274dea8ddca.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox