Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/
Date: Fri, 05 Oct 2018 21:09:54
Message-Id: 1538773764.6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233.jer@gentoo
1 commit: 6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 21:09:06 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 21:09:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2f80a8
7
8 sys-fs/squashfs-tools: Add Github HOMEPAGE
9
10 Fixes: https://bugs.gentoo.org/667812
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 sys-fs/squashfs-tools/squashfs-tools-9999.ebuild | 9 ++++++---
15 1 file changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
18 index 11c0570d7f4..e6d80fb8d83 100644
19 --- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
20 +++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
21 @@ -1,12 +1,15 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 inherit flag-o-matic git-r3 toolchain-funcs
28
29 DESCRIPTION="Tool for creating compressed filesystem type squashfs"
30 -HOMEPAGE="http://squashfs.sourceforge.net"
31 -EGIT_REPO_URI="https://github.com/plougher/squashfs-tools"
32 +HOMEPAGE="
33 + http://squashfs.sourceforge.net
34 + https://github.com/plougher
35 +"
36 +EGIT_REPO_URI="https://github.com/plougher/${PN}"
37 LICENSE="GPL-2"
38 SLOT="0"
39 IUSE="debug lz4 lzma lzo static xattr +xz zstd"