commit: 7f8334a0bc38f6062b31dd864121a53f27a5b24a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 10:52:48 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 10:53:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8334a0
www-servers/tomcat: fixed some qa issues
1) removed \!<dev-java/tomcat-native-1.1.24 restriction
(not in the tree anymore)
2) fixed dependency on dev-java/tomcat-servlet-api
in 9.0.7 to include revisions
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
www-servers/tomcat/tomcat-7.0.96.ebuild | 3 +--
www-servers/tomcat/tomcat-8.5.46.ebuild | 1 -
www-servers/tomcat/tomcat-8.5.47.ebuild | 1 -
www-servers/tomcat/tomcat-9.0.27.ebuild | 1 -
www-servers/tomcat/tomcat-9.0.7.ebuild | 5 ++---
5 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/www-servers/tomcat/tomcat-7.0.96.ebuild
b/www-servers/tomcat/tomcat-7.0.96.ebuild
index cd40b029523..443dd981a8d 100644
--- a/www-servers/tomcat/tomcat-7.0.96.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.96.ebuild
@@ -26,8 +26,7 @@ SAPI_SLOT="3.0"
COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
dev-java/tomcat-servlet-api:${SAPI_SLOT}"
RDEPEND="${COMMON_DEP}
- virtual/jre
- !<dev-java/tomcat-native-1.1.24"
+ virtual/jre"
DEPEND="${COMMON_DEP}
virtual/jdk:1.8
test? ( dev-java/ant-junit:0 )"
diff --git a/www-servers/tomcat/tomcat-8.5.46.ebuild
b/www-servers/tomcat/tomcat-8.5.46.ebuild
index c6e5e958e89..0437014fa01 100644
--- a/www-servers/tomcat/tomcat-8.5.46.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.46.ebuild
@@ -26,7 +26,6 @@ SAPI_SLOT="3.1"
COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
>=dev-java/tomcat-servlet-api-${SLOT}:${SAPI_SLOT}"
RDEPEND="${COMMON_DEP}
- !<dev-java/tomcat-native-1.1.24
>=virtual/jre-1.7"
DEPEND="${COMMON_DEP}
app-admin/pwgen
diff --git a/www-servers/tomcat/tomcat-8.5.47.ebuild
b/www-servers/tomcat/tomcat-8.5.47.ebuild
index 9b5c64f0de1..d34cd3a9d3c 100644
--- a/www-servers/tomcat/tomcat-8.5.47.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.47.ebuild
@@ -26,7 +26,6 @@ SAPI_SLOT="3.1"
COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
>=dev-java/tomcat-servlet-api-${SLOT}:${SAPI_SLOT}"
RDEPEND="${COMMON_DEP}
- !<dev-java/tomcat-native-1.1.24
>=virtual/jre-1.8"
DEPEND="${COMMON_DEP}
app-admin/pwgen
diff --git a/www-servers/tomcat/tomcat-9.0.27.ebuild
b/www-servers/tomcat/tomcat-9.0.27.ebuild
index 6f5e0ef52f6..182cad35d13 100644
--- a/www-servers/tomcat/tomcat-9.0.27.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.27.ebuild
@@ -36,7 +36,6 @@ COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
dev-java/tomcat-servlet-api:${SAPI_SLOT}
dev-java/wsdl4j:0"
RDEPEND="${COMMON_DEP}
- !<dev-java/tomcat-native-1.1.24
>=virtual/jre-11"
DEPEND="${COMMON_DEP}
app-admin/pwgen
diff --git a/www-servers/tomcat/tomcat-9.0.7.ebuild
b/www-servers/tomcat/tomcat-9.0.7.ebuild
index 7a404767db9..967fffcd751 100644
--- a/www-servers/tomcat/tomcat-9.0.7.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,9 +24,8 @@ ECJ_SLOT="4.5"
SAPI_SLOT="4.0"
COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
- =dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}"
+ ~dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}"
RDEPEND="${COMMON_DEP}
- !<dev-java/tomcat-native-1.1.24
>=virtual/jre-1.8"
DEPEND="${COMMON_DEP}
app-admin/pwgen