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 262CE139345 for ; Tue, 20 Jul 2021 07:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E09E0870; Tue, 20 Jul 2021 07:42:01 +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 416D7E0870 for ; Tue, 20 Jul 2021 07:42:01 +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 05BBA3406D1 for ; Tue, 20 Jul 2021 07:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683B27BA for ; Tue, 20 Jul 2021 07:41:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1626766912.6fa05398d257e6d83e5e53bacd2a251a517ac4a4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/metis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/metis/metis-5.1.0-r4.ebuild sci-libs/metis/metis-5.1.0-r5.ebuild X-VCS-Directories: sci-libs/metis/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6fa05398d257e6d83e5e53bacd2a251a517ac4a4 X-VCS-Branch: master Date: Tue, 20 Jul 2021 07:41:58 +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: 85279ca3-650b-4cc6-9a9f-33112ed2c30f X-Archives-Hash: 960e3a8ff26f753cb8d49ecd0a05ba74 commit: 6fa05398d257e6d83e5e53bacd2a251a517ac4a4 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jul 20 07:39:50 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jul 20 07:41:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa05398 sci-libs/metis: update homepage Bug: https://bugs.gentoo.org/802987 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/metis/metis-5.1.0-r4.ebuild | 2 +- sci-libs/metis/metis-5.1.0-r5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/metis/metis-5.1.0-r4.ebuild b/sci-libs/metis/metis-5.1.0-r4.ebuild index a2a82573dad..692b7617144 100644 --- a/sci-libs/metis/metis-5.1.0-r4.ebuild +++ b/sci-libs/metis/metis-5.1.0-r4.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="A package for unstructured serial graph partitioning" -HOMEPAGE="https://www-users.cs.umn.edu/~karypis/metis/metis/" +HOMEPAGE="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview" SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/sci-libs/metis/metis-5.1.0-r5.ebuild b/sci-libs/metis/metis-5.1.0-r5.ebuild index dec369ccd8f..edba6584954 100644 --- a/sci-libs/metis/metis-5.1.0-r5.ebuild +++ b/sci-libs/metis/metis-5.1.0-r5.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="A package for unstructured serial graph partitioning" -HOMEPAGE="https://www-users.cs.umn.edu/~karypis/metis/metis/" +HOMEPAGE="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview" SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"