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 10BB41382C5 for ; Sun, 17 May 2020 16:55:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82AF5E091B; Sun, 17 May 2020 16:55:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6C430E091B for ; Sun, 17 May 2020 16:55:37 +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 6B5FF34F942 for ; Sun, 17 May 2020 16:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C76B25C for ; Sun, 17 May 2020 16:55:33 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1589734516.a1760d680df23536860176448a97201ec372e9c3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty-transport/netty-transport-4.0.21-r1.ebuild dev-java/netty-transport/netty-transport-4.0.36.ebuild X-VCS-Directories: dev-java/netty-transport/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a1760d680df23536860176448a97201ec372e9c3 X-VCS-Branch: master Date: Sun, 17 May 2020 16:55:33 +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: 3a09b25c-9f24-4877-b35e-32e20ac6a735 X-Archives-Hash: 317df24eb44b99e4d37442f92e169609 commit: a1760d680df23536860176448a97201ec372e9c3 Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:45:29 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1760d68 dev-java/netty-transport: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Aaron Bauman gentoo.org> dev-java/netty-transport/netty-transport-4.0.21-r1.ebuild | 4 ++-- dev-java/netty-transport/netty-transport-4.0.36.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/netty-transport/netty-transport-4.0.21-r1.ebuild b/dev-java/netty-transport/netty-transport-4.0.21-r1.ebuild index d026de50d1c..0460b4e4756 100644 --- a/dev-java/netty-transport/netty-transport-4.0.21-r1.ebuild +++ b/dev-java/netty-transport/netty-transport-4.0.21-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,7 +10,7 @@ inherit java-pkg-2 java-ant-2 MY_PN="netty" MY_P="${MY_PN}-${PV}" DESCRIPTION="Async event-driven framework for high performance network applications" -HOMEPAGE="http://netty.io/" +HOMEPAGE="https://netty.io/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-java/netty-transport/netty-transport-4.0.36.ebuild b/dev-java/netty-transport/netty-transport-4.0.36.ebuild index f8fd19a650c..0c0f9456d7e 100644 --- a/dev-java/netty-transport/netty-transport-4.0.36.ebuild +++ b/dev-java/netty-transport/netty-transport-4.0.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple MY_PN="netty" MY_P="${MY_PN}-${PV}" DESCRIPTION="Async event-driven framework for high performance network applications" -HOMEPAGE="http://netty.io/" +HOMEPAGE="https://netty.io/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz" LICENSE="Apache-2.0" SLOT="0"