From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EF201382C5 for ; Fri, 16 Apr 2021 11:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 390DFE0827; Fri, 16 Apr 2021 11:23:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2138BE0827 for ; Fri, 16 Apr 2021 11:23:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14A29335D3F for ; Fri, 16 Apr 2021 11:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B77673 for ; Fri, 16 Apr 2021 11:23:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618572173.8957d4cdbe8c3ec5e87994a94c6cecb91d11d8ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/tomcat-10.0.4.ebuild www-servers/tomcat/tomcat-10.0.5.ebuild www-servers/tomcat/tomcat-7.0.108.ebuild www-servers/tomcat/tomcat-8.5.64.ebuild www-servers/tomcat/tomcat-8.5.65.ebuild www-servers/tomcat/tomcat-9.0.44.ebuild www-servers/tomcat/tomcat-9.0.45.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8957d4cdbe8c3ec5e87994a94c6cecb91d11d8ba X-VCS-Branch: master Date: Fri, 16 Apr 2021 11:23:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2e38007-ea39-4f86-8bb8-734a6bb40dd6 X-Archives-Hash: 766e97d745df06ae463b0c16708105db commit: 8957d4cdbe8c3ec5e87994a94c6cecb91d11d8ba Author: Sam James gentoo org> AuthorDate: Fri Apr 16 07:54:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 16 11:22:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8957d4cd www-servers/tomcat: eutils-- Signed-off-by: Sam James gentoo.org> www-servers/tomcat/tomcat-10.0.4.ebuild | 2 +- www-servers/tomcat/tomcat-10.0.5.ebuild | 2 +- www-servers/tomcat/tomcat-7.0.108.ebuild | 2 +- www-servers/tomcat/tomcat-8.5.64.ebuild | 2 +- www-servers/tomcat/tomcat-8.5.65.ebuild | 2 +- www-servers/tomcat/tomcat-9.0.44.ebuild | 2 +- www-servers/tomcat/tomcat-9.0.45.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www-servers/tomcat/tomcat-10.0.4.ebuild b/www-servers/tomcat/tomcat-10.0.4.ebuild index a397d6e6306..0ddf4fd7a46 100644 --- a/www-servers/tomcat/tomcat-10.0.4.ebuild +++ b/www-servers/tomcat/tomcat-10.0.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${PN}-${PV}-src" diff --git a/www-servers/tomcat/tomcat-10.0.5.ebuild b/www-servers/tomcat/tomcat-10.0.5.ebuild index 32b16e8d3a9..d66b5ff3679 100644 --- a/www-servers/tomcat/tomcat-10.0.5.ebuild +++ b/www-servers/tomcat/tomcat-10.0.5.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${PN}-${PV}-src" diff --git a/www-servers/tomcat/tomcat-7.0.108.ebuild b/www-servers/tomcat/tomcat-7.0.108.ebuild index 7778f5918a2..62b762d4f8e 100644 --- a/www-servers/tomcat/tomcat-7.0.108.ebuild +++ b/www-servers/tomcat/tomcat-7.0.108.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${P}-src" diff --git a/www-servers/tomcat/tomcat-8.5.64.ebuild b/www-servers/tomcat/tomcat-8.5.64.ebuild index 361cd1d9a90..55da8b242ee 100644 --- a/www-servers/tomcat/tomcat-8.5.64.ebuild +++ b/www-servers/tomcat/tomcat-8.5.64.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${P}-src" diff --git a/www-servers/tomcat/tomcat-8.5.65.ebuild b/www-servers/tomcat/tomcat-8.5.65.ebuild index cd0299f18b3..5d75d292205 100644 --- a/www-servers/tomcat/tomcat-8.5.65.ebuild +++ b/www-servers/tomcat/tomcat-8.5.65.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${P}-src" diff --git a/www-servers/tomcat/tomcat-9.0.44.ebuild b/www-servers/tomcat/tomcat-9.0.44.ebuild index f12d2f96fa3..00fbff882ef 100644 --- a/www-servers/tomcat/tomcat-9.0.44.ebuild +++ b/www-servers/tomcat/tomcat-9.0.44.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${PN}-${PV}-src" diff --git a/www-servers/tomcat/tomcat-9.0.45.ebuild b/www-servers/tomcat/tomcat-9.0.45.ebuild index d7d7678e1a3..cda55f1d652 100644 --- a/www-servers/tomcat/tomcat-9.0.45.ebuild +++ b/www-servers/tomcat/tomcat-9.0.45.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 prefix +inherit java-pkg-2 java-ant-2 prefix MY_P="apache-${PN}-${PV}-src"