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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B7B0158094 for ; Sat, 30 Jul 2022 13:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A42E0DDE; Sat, 30 Jul 2022 13:03:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8505E0DE0 for ; Sat, 30 Jul 2022 13:03:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68094340F60 for ; Sat, 30 Jul 2022 13:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95B8D558 for ; Sat, 30 Jul 2022 13:03:02 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1659186167.d0ce13260321fa0d19658d6194939b7c4b249865.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/congen/congen-1.6.2-r1.ebuild sci-geosciences/congen/congen-1.7.ebuild X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d0ce13260321fa0d19658d6194939b7c4b249865 X-VCS-Branch: master Date: Sat, 30 Jul 2022 13:03:02 +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: bb857b50-785d-44e1-b813-44889a8011b5 X-Archives-Hash: 1e5ef822fc7c388c285c7eb9f684daae commit: d0ce13260321fa0d19658d6194939b7c4b249865 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jul 30 13:02:47 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 30 13:02:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ce1326 sci-geosciences/congen: update HOMEPAGE Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> sci-geosciences/congen/congen-1.6.2-r1.ebuild | 4 ++-- sci-geosciences/congen/congen-1.7.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/congen/congen-1.6.2-r1.ebuild b/sci-geosciences/congen/congen-1.6.2-r1.ebuild index 400b0fd64e97..849f25286c12 100644 --- a/sci-geosciences/congen/congen-1.6.2-r1.ebuild +++ b/sci-geosciences/congen/congen-1.6.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_P=${P/_p/-r} DESCRIPTION="Calculate speeds, equilibrium arguments, node factors of tidal constituents" -HOMEPAGE="http://www.flaterco.com/xtide/files.html" +HOMEPAGE="https://flaterco.com/xtide/files.html" SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2" LICENSE="GPL-3" diff --git a/sci-geosciences/congen/congen-1.7.ebuild b/sci-geosciences/congen/congen-1.7.ebuild index 2059b79c6641..9a4d999ca845 100644 --- a/sci-geosciences/congen/congen-1.7.ebuild +++ b/sci-geosciences/congen/congen-1.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="Calculate speeds, equilibrium arguments, node factors of tidal constituents" -HOMEPAGE="http://www.flaterco.com/xtide/files.html" +HOMEPAGE="https://flaterco.com/xtide/files.html" SRC_URI="https://flaterco.com/files/xtide/${P}-r2.tar.xz -> ${P}.tar.xz" LICENSE="GPL-3"