Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/
Date: Thu, 24 Nov 2022 18:15:03
Message-Id: 1669313683.d38193f26289e963625e59c9e05641abeb57bf68.conikost@gentoo
1 commit: d38193f26289e963625e59c9e05641abeb57bf68
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 18 15:42:28 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 18:14:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38193f2
7
8 dev-libs/yaz: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-libs/yaz/yaz-3.0.53.ebuild | 6 +++---
14 dev-libs/yaz/yaz-5.31.0.ebuild | 4 ++--
15 dev-libs/yaz/yaz-5.32.0.ebuild | 4 ++--
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild
19 index 847579e85f6b..ded4ba65e435 100644
20 --- a/dev-libs/yaz/yaz-3.0.53.ebuild
21 +++ b/dev-libs/yaz/yaz-3.0.53.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,8 +6,8 @@ EAPI=7
29 inherit autotools
30
31 DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
32 -HOMEPAGE="http://www.indexdata.dk/yaz"
33 -SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
34 +HOMEPAGE="https://www.indexdata.com/resources/software/yaz/"
35 +SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz"
36
37 LICENSE="BSD GPL-2"
38 SLOT="0"
39
40 diff --git a/dev-libs/yaz/yaz-5.31.0.ebuild b/dev-libs/yaz/yaz-5.31.0.ebuild
41 index b17a2030b737..f01ddb8a5045 100644
42 --- a/dev-libs/yaz/yaz-5.31.0.ebuild
43 +++ b/dev-libs/yaz/yaz-5.31.0.ebuild
44 @@ -6,8 +6,8 @@ EAPI=8
45 inherit autotools
46
47 DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
48 -HOMEPAGE="http://www.indexdata.dk/yaz"
49 -SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
50 +HOMEPAGE="https://www.indexdata.com/resources/software/yaz/"
51 +SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz"
52
53 LICENSE="BSD GPL-2"
54 SLOT="0/5"
55
56 diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild
57 index f5d980d94e6a..66ff04982d4b 100644
58 --- a/dev-libs/yaz/yaz-5.32.0.ebuild
59 +++ b/dev-libs/yaz/yaz-5.32.0.ebuild
60 @@ -6,13 +6,13 @@ EAPI=8
61 inherit autotools
62
63 DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
64 -HOMEPAGE="http://www.indexdata.dk/yaz"
65 +HOMEPAGE="https://www.indexdata.com/resources/software/yaz/"
66
67 if [[ ${PV} == *9999 ]]; then
68 inherit git-r3
69 EGIT_REPO_URI="https://github.com/indexdata/yaz.git"
70 else
71 - SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz"
72 + SRC_URI="https://ftp.indexdata.com/pub/${PN}/${P}.tar.gz"
73 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
74 fi