From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/
Date: Sun, 17 Jul 2022 03:34:57 +0000 (UTC) [thread overview]
Message-ID: <1658028896.250574a78b8aaec6a0c5b3ab3da37ee2b250733a.fordfrog@gentoo> (raw)
commit: 250574a78b8aaec6a0c5b3ab3da37ee2b250733a
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jul 16 09:14:48 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 03:34:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250574a7
dev-java/tomcat-native: drop 1.2.33
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26438
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/tomcat-native/Manifest | 1 -
dev-java/tomcat-native/tomcat-native-1.2.33.ebuild | 62 ----------------------
2 files changed, 63 deletions(-)
diff --git a/dev-java/tomcat-native/Manifest b/dev-java/tomcat-native/Manifest
index 038645c34aa6..4e183c04b1c7 100644
--- a/dev-java/tomcat-native/Manifest
+++ b/dev-java/tomcat-native/Manifest
@@ -1,3 +1,2 @@
-DIST tomcat-native-1.2.33-src.tar.gz 430359 BLAKE2B 2253907b5e3e0121ad520e1a5938cd8ceea55bd1403d320d382b959a0885c7e9374afb2b1828714d2f028dc0bfe6b6010d493e1e1b6d45942b4d27321d79614b SHA512 b9ffe0ecfd14482ed8c752caf2c28d880ab5fca1f5ea1d5b2a8330d26a14266406bdecda714644603ba2d4ca78c22ec5fc2341afd09172d073f21cf5a1099a0f
DIST tomcat-native-1.2.34-src.tar.gz 435320 BLAKE2B 7b4f3feb36c1e4db36a67db835ab70169e64173674b0089fe844cd40b99b1a3a87c8b9f774b0df55689f1ad1e30b5606e8056a3e1707c929dcdbb8f25cc9e47e SHA512 03b167fdfaa16db6a0f3acd849b9dfed33aedad2316de6a2aba57b6b11ef4055790e8d96a66f14e6d5ce2200fafdf80b3e8ca0e8f206e4f28de841d8b217787f
DIST tomcat-native-1.2.35-src.tar.gz 436593 BLAKE2B 808ed0396e421609092f9e59676a55501e67fef7b0ca466ad15e4fe11cc88abb8b07043364c63a53760052a6258585aa13a53378c3fb8823bc8349371ad12245 SHA512 a290eb0cd940e1f8de0caba72517d9999d4e9c96f1a19e0ef7ccdabf039ba86b48d1c6f554f59decd87e2ef03ec3e3bfcce694a92e1db130966987c1e37b5c8d
diff --git a/dev-java/tomcat-native/tomcat-native-1.2.33.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.33.ebuild
deleted file mode 100644
index 39a5c2b3e960..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.2.33.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Allows Tomcat to use certain native resources for better performance"
-HOMEPAGE="https://tomcat.apache.org/"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
-
-KEYWORDS="amd64 ~x86"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/apr:1=
- dev-libs/openssl:0=
- >=virtual/jre-1.8:*"
-
-DEPEND=">=virtual/jdk-1.8:*
- test? ( dev-java/ant-junit:0 )"
-
-S=${WORKDIR}/${P}-src
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-
-src_configure() {
- local myeconfargs=(
- --with-apr="${EPREFIX}"/usr/bin/apr-1-config
- --with-ssl="${EPREFIX}"/usr
- )
-
- cd native || die
- econf "${myeconfargs[@]}"
-}
-
-src_compile() {
- eant jar
-
- cd native || die
- default
-}
-
-src_install() {
- java-pkg_newjar "dist/${P}.jar" "${PN}.jar"
-
- cd native || die
- default
-
- ! use static-libs && find "${D}" -name '*.la' -delete || die
-}
-
-src_test() {
- java-pkg-2_src_test
-}
-
-pkg_postinst() {
- elog "For more information, please visit"
- elog "https://tomcat.apache.org/tomcat-9.0-doc/apr.html"
-}
next reply other threads:[~2022-07-17 3:35 UTC|newest]
Thread overview: 101+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-17 3:34 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-26 8:30 [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/ Miroslav Šulc
2024-08-25 13:59 Sam James
2024-08-25 13:59 Sam James
2024-07-26 9:19 Miroslav Šulc
2024-07-26 9:18 Miroslav Šulc
2024-07-25 9:07 Miroslav Šulc
2024-04-14 20:25 Miroslav Šulc
2024-04-14 18:36 Arthur Zamarin
2024-03-15 10:17 Miroslav Šulc
2024-03-11 19:20 Miroslav Šulc
2024-03-11 12:48 Sam James
2024-02-11 12:12 Miroslav Šulc
2023-12-01 9:24 Miroslav Šulc
2023-12-01 6:21 Sam James
2023-12-01 6:21 Sam James
2023-10-03 10:04 Miroslav Šulc
2023-10-03 6:45 Miroslav Šulc
2023-09-14 16:28 Sam James
2023-09-14 16:28 Sam James
2023-08-15 8:36 Miroslav Šulc
2023-08-15 8:36 Miroslav Šulc
2023-08-14 6:15 Miroslav Šulc
2023-08-14 6:15 Miroslav Šulc
2023-07-12 7:23 Miroslav Šulc
2023-07-11 8:43 Jakov Smolić
2023-07-11 8:43 Jakov Smolić
2023-06-02 12:27 Miroslav Šulc
2023-06-02 12:24 Miroslav Šulc
2023-03-17 6:47 Miroslav Šulc
2023-02-19 9:29 Miroslav Šulc
2023-02-14 8:35 Miroslav Šulc
2023-02-05 18:50 Sam James
2022-12-27 7:37 Miroslav Šulc
2022-08-16 5:38 Miroslav Šulc
2022-08-15 22:30 Sam James
2022-07-16 8:56 Agostino Sarubbo
2022-07-16 3:28 Miroslav Šulc
2022-06-15 3:33 Miroslav Šulc
2022-06-10 9:22 Miroslav Šulc
2022-05-09 17:30 Miroslav Šulc
2022-04-24 13:37 Miroslav Šulc
2022-04-24 13:27 Jakov Smolić
2022-03-22 15:34 Miroslav Šulc
2021-10-26 6:39 Miroslav Šulc
2021-10-26 3:12 Sam James
2021-09-24 7:17 Miroslav Šulc
2021-07-12 7:49 Miroslav Šulc
2021-07-12 6:35 Agostino Sarubbo
2021-06-08 8:01 Miroslav Šulc
2021-05-07 14:35 Miroslav Šulc
2021-05-07 13:28 Sam James
2021-04-07 12:52 Miroslav Šulc
2021-02-07 8:34 Miroslav Šulc
2021-02-06 15:39 Sam James
2021-01-08 9:43 Miroslav Šulc
2021-01-07 0:58 Sam James
2021-01-06 9:07 Miroslav Šulc
2020-09-07 11:18 Miroslav Šulc
2020-06-04 7:31 Miroslav Šulc
2020-06-03 15:10 Agostino Sarubbo
2020-05-01 4:59 Miroslav Šulc
2020-02-11 23:52 Miroslav Šulc
2020-02-11 11:09 Agostino Sarubbo
2019-07-04 12:56 Miroslav Šulc
2019-07-04 12:56 Miroslav Šulc
2019-07-04 12:56 Miroslav Šulc
2019-02-04 18:34 Miroslav Šulc
2019-01-11 14:51 Miroslav Šulc
2019-01-11 14:51 Miroslav Šulc
2019-01-07 17:00 Lars Wendler
2018-12-07 9:09 Miroslav Šulc
2018-10-23 17:19 Miroslav Šulc
2018-07-11 22:10 James Le Cuirot
2018-07-11 22:10 James Le Cuirot
2018-06-01 8:34 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-12-04 13:08 Miroslav Šulc
2017-09-06 10:41 Miroslav Šulc
2017-02-27 8:51 Miroslav Šulc
2016-10-06 11:03 Miroslav Šulc
2016-08-24 3:53 Patrice Clement
2016-07-05 6:43 Miroslav Šulc
2016-07-05 6:40 Miroslav Šulc
2016-05-10 7:21 Miroslav Šulc
2016-03-11 15:15 Miroslav Šulc
2016-02-19 21:00 James Le Cuirot
2016-02-19 15:20 Miroslav Šulc
2016-02-14 10:11 Agostino Sarubbo
2016-02-12 18:19 Miroslav Šulc
2016-01-18 17:08 Agostino Sarubbo
2016-01-18 17:06 Agostino Sarubbo
2016-01-12 16:08 Miroslav Šulc
2015-12-21 12:40 Agostino Sarubbo
2015-12-16 12:40 Miroslav Šulc
2015-11-12 19:12 Miroslav Šulc
2015-10-13 10:48 Patrice Clement
2015-10-13 10:48 Patrice Clement
2015-10-13 10:48 Patrice Clement
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=1658028896.250574a78b8aaec6a0c5b3ab3da37ee2b250733a.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