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 DDB95158020 for ; Thu, 24 Nov 2022 18:15:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E9ECE099C; Thu, 24 Nov 2022 18:15:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A3D6E099B for ; Thu, 24 Nov 2022 18:15:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1F5B340E49 for ; Thu, 24 Nov 2022 18:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF51776B for ; Thu, 24 Nov 2022 18:14:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669313683.d38193f26289e963625e59c9e05641abeb57bf68.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/yaz-3.0.53.ebuild dev-libs/yaz/yaz-5.31.0.ebuild dev-libs/yaz/yaz-5.32.0.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d38193f26289e963625e59c9e05641abeb57bf68 X-VCS-Branch: master Date: Thu, 24 Nov 2022 18:14:57 +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: e3b408e7-eab9-4bd9-ae00-7e35fc63cf55 X-Archives-Hash: d9ea331d51ba7061acc9a026e06ec075 commit: d38193f26289e963625e59c9e05641abeb57bf68 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Nov 18 15:42:28 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 24 18:14:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38193f2 dev-libs/yaz: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/yaz/yaz-3.0.53.ebuild | 6 +++--- dev-libs/yaz/yaz-5.31.0.ebuild | 4 ++-- dev-libs/yaz/yaz-5.32.0.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild index 847579e85f6b..ded4ba65e435 100644 --- a/dev-libs/yaz/yaz-3.0.53.ebuild +++ b/dev-libs/yaz/yaz-3.0.53.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit autotools DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" -HOMEPAGE="http://www.indexdata.dk/yaz" -SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.indexdata.com/resources/software/yaz/" +SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/dev-libs/yaz/yaz-5.31.0.ebuild b/dev-libs/yaz/yaz-5.31.0.ebuild index b17a2030b737..f01ddb8a5045 100644 --- a/dev-libs/yaz/yaz-5.31.0.ebuild +++ b/dev-libs/yaz/yaz-5.31.0.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit autotools DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" -HOMEPAGE="http://www.indexdata.dk/yaz" -SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.indexdata.com/resources/software/yaz/" +SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0/5" diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild index f5d980d94e6a..66ff04982d4b 100644 --- a/dev-libs/yaz/yaz-5.32.0.ebuild +++ b/dev-libs/yaz/yaz-5.32.0.ebuild @@ -6,13 +6,13 @@ EAPI=8 inherit autotools DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers" -HOMEPAGE="http://www.indexdata.dk/yaz" +HOMEPAGE="https://www.indexdata.com/resources/software/yaz/" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/indexdata/yaz.git" else - SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" + SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" fi