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 528801382C5 for ; Sun, 17 May 2020 16:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C65AE0916; Sun, 17 May 2020 16:55:37 +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 130F1E0916 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 E292834F93A for ; Sun, 17 May 2020 16:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40336257 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: <1589734512.27eae6570f8e0fb9c69b106185aae179919db1ce.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-codec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty-codec/netty-codec-4.0.36.ebuild X-VCS-Directories: dev-java/netty-codec/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 27eae6570f8e0fb9c69b106185aae179919db1ce 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: 83f1f747-2be0-44d3-ad52-f9c82c4a3bb4 X-Archives-Hash: 58ab2c4d6105c9abebec60e41455de37 commit: 27eae6570f8e0fb9c69b106185aae179919db1ce Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:23:44 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eae657 dev-java/netty-codec: 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-codec/netty-codec-4.0.36.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netty-codec/netty-codec-4.0.36.ebuild b/dev-java/netty-codec/netty-codec-4.0.36.ebuild index 0dfadb0d25f..afea45ba0c3 100644 --- a/dev-java/netty-codec/netty-codec-4.0.36.ebuild +++ b/dev-java/netty-codec/netty-codec-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"