diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-04-23 18:34:44 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-04-24 09:47:17 +0200 |
commit | 849dd5a7bf5c6b7bc3ef6094ea84bd09473f92e0 (patch) | |
tree | 5e512b9fc67990a13a1283e874726b6378703620 /www-servers | |
parent | www-servers/tomcat: add 10.1.23 (diff) | |
download | gentoo-849dd5a7bf5c6b7bc3ef6094ea84bd09473f92e0.tar.gz gentoo-849dd5a7bf5c6b7bc3ef6094ea84bd09473f92e0.tar.bz2 gentoo-849dd5a7bf5c6b7bc3ef6094ea84bd09473f92e0.zip |
www-servers/tomcat: drop reference to archived wiki article
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36346
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/tomcat-10.1.19-r1.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-10.1.20-r2.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-10.1.23.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.100.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.99-r1.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.87-r1.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.87-r3.ebuild | 3 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.88-r1.ebuild | 3 |
8 files changed, 8 insertions, 16 deletions
diff --git a/www-servers/tomcat/tomcat-10.1.19-r1.ebuild b/www-servers/tomcat/tomcat-10.1.19-r1.ebuild index 5d29d3348b67..0204d24e5bd9 100644 --- a/www-servers/tomcat/tomcat-10.1.19-r1.ebuild +++ b/www-servers/tomcat/tomcat-10.1.19-r1.ebuild @@ -175,6 +175,5 @@ pkg_postinst() { ewarn "has changed from javax.* to jakarta.*. This will almost certainly require code" ewarn "changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later." - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-10.1.20-r2.ebuild b/www-servers/tomcat/tomcat-10.1.20-r2.ebuild index d046512b71c9..0815da662c22 100644 --- a/www-servers/tomcat/tomcat-10.1.20-r2.ebuild +++ b/www-servers/tomcat/tomcat-10.1.20-r2.ebuild @@ -171,6 +171,5 @@ pkg_postinst() { ewarn "has changed from javax.* to jakarta.*. This will almost certainly require code" ewarn "changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later." - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-10.1.23.ebuild b/www-servers/tomcat/tomcat-10.1.23.ebuild index d046512b71c9..0815da662c22 100644 --- a/www-servers/tomcat/tomcat-10.1.23.ebuild +++ b/www-servers/tomcat/tomcat-10.1.23.ebuild @@ -171,6 +171,5 @@ pkg_postinst() { ewarn "has changed from javax.* to jakarta.*. This will almost certainly require code" ewarn "changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later." - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-8.5.100.ebuild b/www-servers/tomcat/tomcat-8.5.100.ebuild index 8f3129ef2d1b..b62ecc123e81 100644 --- a/www-servers/tomcat/tomcat-8.5.100.ebuild +++ b/www-servers/tomcat/tomcat-8.5.100.ebuild @@ -151,6 +151,5 @@ pkg_postinst() { einfo "Ebuilds of Tomcat support running multiple instances. To manage Tomcat instances, run:" einfo " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-8.5.99-r1.ebuild b/www-servers/tomcat/tomcat-8.5.99-r1.ebuild index 76f81b2ba599..ef31979c323e 100644 --- a/www-servers/tomcat/tomcat-8.5.99-r1.ebuild +++ b/www-servers/tomcat/tomcat-8.5.99-r1.ebuild @@ -151,6 +151,5 @@ pkg_postinst() { einfo "Ebuilds of Tomcat support running multiple instances. To manage Tomcat instances, run:" einfo " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-9.0.87-r1.ebuild b/www-servers/tomcat/tomcat-9.0.87-r1.ebuild index 62209bd563d6..7af892a7c28b 100644 --- a/www-servers/tomcat/tomcat-9.0.87-r1.ebuild +++ b/www-servers/tomcat/tomcat-9.0.87-r1.ebuild @@ -174,6 +174,5 @@ pkg_postinst() { einfo "Ebuilds of Tomcat support running multiple instances. To manage Tomcat instances, run:" einfo " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-9.0.87-r3.ebuild b/www-servers/tomcat/tomcat-9.0.87-r3.ebuild index 2d8069b5c3da..9b41836944aa 100644 --- a/www-servers/tomcat/tomcat-9.0.87-r3.ebuild +++ b/www-servers/tomcat/tomcat-9.0.87-r3.ebuild @@ -164,6 +164,5 @@ pkg_postinst() { einfo "Ebuilds of Tomcat support running multiple instances. To manage Tomcat instances, run:" einfo " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } diff --git a/www-servers/tomcat/tomcat-9.0.88-r1.ebuild b/www-servers/tomcat/tomcat-9.0.88-r1.ebuild index 5e19c3cce87d..0289b98b1140 100644 --- a/www-servers/tomcat/tomcat-9.0.88-r1.ebuild +++ b/www-servers/tomcat/tomcat-9.0.88-r1.ebuild @@ -164,6 +164,5 @@ pkg_postinst() { einfo "Ebuilds of Tomcat support running multiple instances. To manage Tomcat instances, run:" einfo " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" - einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" - einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat" } |