Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Tue, 28 Feb 2023 16:36:26
Message-Id: 1677602177.1179288179087f8e9dfa82d071271a3fcab715ea.mgorny@gentoo
1 commit: 1179288179087f8e9dfa82d071271a3fcab715ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:26:45 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 16:36:17 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11792881
7
8 app-arch/libarchive: Add GH repo to HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/libarchive/libarchive-3.6.2.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/libarchive/libarchive-3.6.2.ebuild b/app-arch/libarchive/libarchive-3.6.2.ebuild
16 index 2f4b076f78df..9efe314e09d9 100644
17 --- a/app-arch/libarchive/libarchive-3.6.2.ebuild
18 +++ b/app-arch/libarchive/libarchive-3.6.2.ebuild
19 @@ -1,11 +1,14 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 inherit multilib-minimal toolchain-funcs verify-sig
26
27 DESCRIPTION="Multi-format archive and compression library"
28 -HOMEPAGE="https://www.libarchive.org/"
29 +HOMEPAGE="
30 + https://www.libarchive.org/
31 + https://github.com/libarchive/libarchive/
32 +"
33 SRC_URI="
34 https://www.libarchive.de/downloads/${P}.tar.xz
35 verify-sig? ( https://www.libarchive.de/downloads/${P}.tar.xz.asc )