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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6DB0138334 for ; Fri, 5 Oct 2018 21:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94376E08F4; Fri, 5 Oct 2018 21:09:53 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65982E08F4 for ; Fri, 5 Oct 2018 21:09:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5513335CE4 for ; Fri, 5 Oct 2018 21:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 236FF431 for ; Fri, 5 Oct 2018 21:09:30 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1538773764.6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools/squashfs-tools-9999.ebuild X-VCS-Directories: sys-fs/squashfs-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233 X-VCS-Branch: master Date: Fri, 5 Oct 2018 21:09:30 +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-Archives-Salt: 53d6f621-cfc6-45c7-9bdf-e3f9f8365406 X-Archives-Hash: c2f0075794dc8d32d0ebfcf261513044 commit: 6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 5 21:09:06 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 5 21:09:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2f80a8 sys-fs/squashfs-tools: Add Github HOMEPAGE Fixes: https://bugs.gentoo.org/667812 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> sys-fs/squashfs-tools/squashfs-tools-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild index 11c0570d7f4..e6d80fb8d83 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild @@ -1,12 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="Tool for creating compressed filesystem type squashfs" -HOMEPAGE="http://squashfs.sourceforge.net" -EGIT_REPO_URI="https://github.com/plougher/squashfs-tools" +HOMEPAGE=" + http://squashfs.sourceforge.net + https://github.com/plougher +" +EGIT_REPO_URI="https://github.com/plougher/${PN}" LICENSE="GPL-2" SLOT="0" IUSE="debug lz4 lzma lzo static xattr +xz zstd"