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 08FAA1382C5 for ; Wed, 3 Jun 2020 07:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D580E083B; Wed, 3 Jun 2020 07:56:31 +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 F3E75E083B for ; Wed, 3 Jun 2020 07:56:30 +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 CD16334E079 for ; Wed, 3 Jun 2020 07:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D01D261 for ; Wed, 3 Jun 2020 07:56:28 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1591170961.207f6936ccee86c401df2aeb6e4b8e0d82518558.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxhash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xxhash/xxhash-0.6.5.ebuild dev-libs/xxhash/xxhash-0.7.1.ebuild dev-libs/xxhash/xxhash-0.7.3.ebuild X-VCS-Directories: dev-libs/xxhash/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 207f6936ccee86c401df2aeb6e4b8e0d82518558 X-VCS-Branch: master Date: Wed, 3 Jun 2020 07:56:28 +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: e05edb95-3e60-45c1-8ddc-667473f6229a X-Archives-Hash: 4c16c94696944688baa4b10fe9085bdd commit: 207f6936ccee86c401df2aeb6e4b8e0d82518558 Author: Guilherme Amadio gentoo org> AuthorDate: Wed Jun 3 07:55:24 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Jun 3 07:56:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207f6936 dev-libs/xxhash: update HOMEPAGE https://www.xxhash.com is down due to config issues. See https://github.com/Cyan4973/xxHash/issues/380. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Guilherme Amadio gentoo.org> dev-libs/xxhash/xxhash-0.6.5.ebuild | 2 +- dev-libs/xxhash/xxhash-0.7.1.ebuild | 2 +- dev-libs/xxhash/xxhash-0.7.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild index 61a2042258c..6151842342b 100644 --- a/dev-libs/xxhash/xxhash-0.6.5.ebuild +++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Extremely fast non-cryptographic hash algorithm" -HOMEPAGE="https://www.xxhash.com" +HOMEPAGE="http://www.xxhash.net" SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2 GPL-2+" diff --git a/dev-libs/xxhash/xxhash-0.7.1.ebuild b/dev-libs/xxhash/xxhash-0.7.1.ebuild index f99938d54c1..8973996851d 100644 --- a/dev-libs/xxhash/xxhash-0.7.1.ebuild +++ b/dev-libs/xxhash/xxhash-0.7.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Extremely fast non-cryptographic hash algorithm" -HOMEPAGE="https://www.xxhash.com" +HOMEPAGE="http://www.xxhash.net" SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2 GPL-2+" diff --git a/dev-libs/xxhash/xxhash-0.7.3.ebuild b/dev-libs/xxhash/xxhash-0.7.3.ebuild index f99938d54c1..8973996851d 100644 --- a/dev-libs/xxhash/xxhash-0.7.3.ebuild +++ b/dev-libs/xxhash/xxhash-0.7.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Extremely fast non-cryptographic hash algorithm" -HOMEPAGE="https://www.xxhash.com" +HOMEPAGE="http://www.xxhash.net" SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2 GPL-2+"