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 433F51396DD for ; Thu, 16 Nov 2017 08:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C6B8E0EA8; Thu, 16 Nov 2017 08:54:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2BEE2E0EA8 for ; Thu, 16 Nov 2017 08:54:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 193F133BEB4 for ; Thu, 16 Nov 2017 08:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5FAB9C7C for ; Thu, 16 Nov 2017 08:54:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1510822464.b64dcf4d6cc658b154ed4832aedfc984e58916df.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/tomcat-9.0.1_beta.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: b64dcf4d6cc658b154ed4832aedfc984e58916df X-VCS-Branch: master Date: Thu, 16 Nov 2017 08:54:41 +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-Archives-Salt: 13e02e67-005d-49b9-8615-e2e9d3288943 X-Archives-Hash: 8ffe05747ede415ad64f3b8a28498fa6 commit: b64dcf4d6cc658b154ed4832aedfc984e58916df Author: Miroslav Šulc gentoo org> AuthorDate: Thu Nov 16 08:43:26 2017 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Nov 16 08:54:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64dcf4d www-servers/tomcat-9.0.1_beta: fixed repoman warning Package-Manager: Portage-2.3.14, Repoman-2.3.6 www-servers/tomcat/tomcat-9.0.1_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-9.0.1_beta.ebuild b/www-servers/tomcat/tomcat-9.0.1_beta.ebuild index 4fc6821dab5..6151c2e699b 100644 --- a/www-servers/tomcat/tomcat-9.0.1_beta.ebuild +++ b/www-servers/tomcat/tomcat-9.0.1_beta.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV/_beta/}" MY_P="apache-${PN}-${MY_PV}-src" DESCRIPTION="Tomcat Servlet-4.0/JSP-2.4?/EL-3.1?/WebSocket-1.2?/JASPIC-1.1 Container" -HOMEPAGE="http://tomcat.apache.org/" +HOMEPAGE="https://tomcat.apache.org/" SRC_URI="mirror://apache/${PN}/tomcat-9/v${MY_PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0"