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 191E6138239 for ; Fri, 5 Feb 2021 11:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E42DE0905; Fri, 5 Feb 2021 11:59:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 492A8E0905 for ; Fri, 5 Feb 2021 11:59:49 +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 C89EE342A53 for ; Fri, 5 Feb 2021 11:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65BEB47 for ; Fri, 5 Feb 2021 11:59:46 +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: <1612526372.b4e08ff25b9e1e7e5194dbc66b08f4563bce152e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/jdqz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/jdqz/jdqz-0_pre19971107-r1.ebuild sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild X-VCS-Directories: sci-libs/jdqz/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b4e08ff25b9e1e7e5194dbc66b08f4563bce152e X-VCS-Branch: dev Date: Fri, 5 Feb 2021 11:59:46 +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: b53bf0c9-8bc5-4b3d-ae1c-43d8895b2e47 X-Archives-Hash: 4b10fcc95c6891ac8f4c42fd5ac5c772 Message-ID: <20210205115946.FsCkPWWUiyDf0HuYyPkoji-QCQYAsTato0mhrreQBhg@z> commit: b4e08ff25b9e1e7e5194dbc66b08f4563bce152e Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Feb 5 11:59:32 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Feb 5 11:59:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4e08ff2 sci-libs/jdqz: fix homepage Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/jdqz/jdqz-0_pre19971107-r1.ebuild | 6 +++--- sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-libs/jdqz/jdqz-0_pre19971107-r1.ebuild b/sci-libs/jdqz/jdqz-0_pre19971107-r1.ebuild index 9f78e53f..3e4c5627 100644 --- a/sci-libs/jdqz/jdqz-0_pre19971107-r1.ebuild +++ b/sci-libs/jdqz/jdqz-0_pre19971107-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -6,8 +6,8 @@ EAPI="7" inherit flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem." -HOMEPAGE="https://www.win.tue.nl/casa/research/scientificcomputing/topics/jd/software.html" -SRC_URI="https://www.win.tue.nl/casa/research/scientificcomputing/topics/jd/${PN}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.win.tue.nl/~hochsten/jd/" +SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild b/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild index ff20b56e..dfeca7fa 100644 --- a/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild +++ b/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -6,8 +6,8 @@ EAPI="7" inherit flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem." -HOMEPAGE="https://www.win.tue.nl/casa/research/scientificcomputing/topics/jd/software.html" -SRC_URI="https://www.win.tue.nl/casa/research/scientificcomputing/topics/jd/${PN}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.win.tue.nl/~hochsten/jd/" +SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0"