Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/
Date: Tue, 10 May 2022 06:40:52
Message-Id: 1652164739.4cd2f8f085df6bbfb8a2f846db7285d7d45a2f7d.flow@gentoo
1 commit: 4cd2f8f085df6bbfb8a2f846db7285d7d45a2f7d
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Mon May 9 11:52:38 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 06:38:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd2f8f0
7
8 www-servers/tomcat: SRC_URI
9
10 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
11 Closes: https://github.com/gentoo/gentoo/pull/25398
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 www-servers/tomcat/tomcat-10.0.18.ebuild | 2 +-
15 www-servers/tomcat/tomcat-10.0.20.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/www-servers/tomcat/tomcat-10.0.18.ebuild b/www-servers/tomcat/tomcat-10.0.18.ebuild
19 index 1880f8d73eaa..8846292412ce 100644
20 --- a/www-servers/tomcat/tomcat-10.0.18.ebuild
21 +++ b/www-servers/tomcat/tomcat-10.0.18.ebuild
22 @@ -17,7 +17,7 @@ BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar"
23
24 DESCRIPTION="Tomcat Servlet-5.0/JSP-3.0/EL-4.0/WebSocket-2.0/JASIC-2.0 Container"
25 HOMEPAGE="https://tomcat.apache.org/"
26 -SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
27 +SRC_URI="mirror://apache/${PN}/tomcat-10/v${PV}/src/${MY_P}.tar.gz
28 https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/${BND_VERSION}/${BND}
29 https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/${BND_VERSION}/${BNDLIB}"
30
31
32 diff --git a/www-servers/tomcat/tomcat-10.0.20.ebuild b/www-servers/tomcat/tomcat-10.0.20.ebuild
33 index 685d4e4d5ae4..17405e3e5eda 100644
34 --- a/www-servers/tomcat/tomcat-10.0.20.ebuild
35 +++ b/www-servers/tomcat/tomcat-10.0.20.ebuild
36 @@ -17,7 +17,7 @@ BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar"
37
38 DESCRIPTION="Tomcat Servlet-5.0/JSP-3.0/EL-4.0/WebSocket-2.0/JASIC-2.0 Container"
39 HOMEPAGE="https://tomcat.apache.org/"
40 -SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
41 +SRC_URI="mirror://apache/${PN}/tomcat-10/v${PV}/src/${MY_P}.tar.gz
42 https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/${BND_VERSION}/${BND}
43 https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/${BND_VERSION}/${BNDLIB}"