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 38846138334 for ; Thu, 18 Apr 2019 10:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 043EEE0980; Thu, 18 Apr 2019 10:15:58 +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 9F7AAE0980 for ; Thu, 18 Apr 2019 10:15:57 +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 1333C3417E6 for ; Thu, 18 Apr 2019 10:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB36584 for ; Thu, 18 Apr 2019 10:15:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1555582549.cdf5d128e44d18eeb2fdff717d29ed679a22b04f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-2.0.4.ebuild net-dns/libidn2/libidn2-2.0.5.ebuild net-dns/libidn2/libidn2-2.1.1a.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: cdf5d128e44d18eeb2fdff717d29ed679a22b04f X-VCS-Branch: master Date: Thu, 18 Apr 2019 10:15:53 +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: 91dc2e06-57f3-4240-a251-5720c32d5aa6 X-Archives-Hash: 3ba230f3894d3fa1499af4974ce6a2d2 commit: cdf5d128e44d18eeb2fdff717d29ed679a22b04f Author: Jeroen Roovers gentoo org> AuthorDate: Thu Apr 18 10:15:15 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Apr 18 10:15:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf5d128 net-dns/libidn2: Update HOMEPAGE Package-Manager: Portage-2.3.63, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/679094 Signed-off-by: Jeroen Roovers gentoo.org> net-dns/libidn2/libidn2-2.0.4.ebuild | 4 ++-- net-dns/libidn2/libidn2-2.0.5.ebuild | 4 ++-- net-dns/libidn2/libidn2-2.1.1a.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-dns/libidn2/libidn2-2.0.4.ebuild b/net-dns/libidn2/libidn2-2.0.4.ebuild index 575241a6ca8..bf10cc63fd6 100644 --- a/net-dns/libidn2/libidn2-2.0.4.ebuild +++ b/net-dns/libidn2/libidn2-2.0.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils flag-o-matic multilib-minimal DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)" -HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/jas/libidn2" +HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/libidn/libidn2" SRC_URI=" mirror://gnu/libidn/${P}.tar.gz " diff --git a/net-dns/libidn2/libidn2-2.0.5.ebuild b/net-dns/libidn2/libidn2-2.0.5.ebuild index 7d53fcdaf7a..96124bffc61 100644 --- a/net-dns/libidn2/libidn2-2.0.5.ebuild +++ b/net-dns/libidn2/libidn2-2.0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils flag-o-matic multilib-minimal DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)" -HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/jas/libidn2" +HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/libidn/libidn2" SRC_URI=" mirror://gnu/libidn/${P}.tar.gz " diff --git a/net-dns/libidn2/libidn2-2.1.1a.ebuild b/net-dns/libidn2/libidn2-2.1.1a.ebuild index fd3e3ad6d3b..a9666effca6 100644 --- a/net-dns/libidn2/libidn2-2.1.1a.ebuild +++ b/net-dns/libidn2/libidn2-2.1.1a.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)" -HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/jas/libidn2" +HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/libidn/libidn2" SRC_URI=" mirror://gnu/libidn/${P}.tar.gz "