Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/
Date: Thu, 11 Feb 2021 20:34:00
Message-Id: 1613075629.a5a1bb4938a481659aa2840a489352ab6d9ffdaa.conikost@gentoo
1 commit: a5a1bb4938a481659aa2840a489352ab6d9ffdaa
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 6 17:07:27 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 20:33:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a1bb49
7
8 app-misc/hivex: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/19351
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-misc/hivex/hivex-1.3.18.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild
19 index 3f22a0860be..38d0a31f9cd 100644
20 --- a/app-misc/hivex/hivex-1.3.18.ebuild
21 +++ b/app-misc/hivex/hivex-1.3.18.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -11,8 +11,8 @@ PYTHON_COMPAT=( python3_{7,8} )
29 inherit eutils perl-module ruby-ng python-single-r1
30
31 DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files"
32 -HOMEPAGE="http://libguestfs.org"
33 -SRC_URI="http://libguestfs.org/download/${PN}/${P}.tar.gz"
34 +HOMEPAGE="https://libguestfs.org"
35 +SRC_URI="https://libguestfs.org/download/${PN}/${P}.tar.gz"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"