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 A7947139347 for ; Tue, 20 Jul 2021 16:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00523E09EC; Tue, 20 Jul 2021 16:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC9DFE09EC for ; Tue, 20 Jul 2021 16:42:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EE4EC342BB8 for ; Tue, 20 Jul 2021 16:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6289E7DD for ; Tue, 20 Jul 2021 16:42:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1626799337.948123ac1484eb76e20e13d38b8bbd9138880b2d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools-ng/metadata.xml sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild X-VCS-Directories: sys-fs/squashfs-tools-ng/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 948123ac1484eb76e20e13d38b8bbd9138880b2d X-VCS-Branch: master Date: Tue, 20 Jul 2021 16:42:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65d9c492-8cc6-45ee-860a-4814b8032609 X-Archives-Hash: 7c12877fa0be81ebf1618ffac2b8d3ff commit: 948123ac1484eb76e20e13d38b8bbd9138880b2d Author: Matt Turner gentoo org> AuthorDate: Thu Jul 8 05:10:25 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 20 16:42:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948123ac sys-fs/squashfs-tools-ng: Rename IUSE=xz->lzma Signed-off-by: Matt Turner gentoo.org> sys-fs/squashfs-tools-ng/metadata.xml | 1 - sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild | 6 +++--- sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild | 4 ++-- sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 6 +++--- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/sys-fs/squashfs-tools-ng/metadata.xml b/sys-fs/squashfs-tools-ng/metadata.xml index 9d251701516..024d650b54f 100644 --- a/sys-fs/squashfs-tools-ng/metadata.xml +++ b/sys-fs/squashfs-tools-ng/metadata.xml @@ -7,7 +7,6 @@ Build the gensquashfs, rdsquashfs, sqfs2tar, sqfsdiff, and tar2sqfs tools - Enable support for XZ ("LZMA2") compression using app-arch/xz-utils AgentD/squashfs-tools-ng diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild index 22a2dbc93b6..26bca0bda38 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,13 +15,13 @@ fi LICENSE="LGPL-3+ tools? ( GPL-3+ )" SLOT="0" -IUSE="lz4 lzo selinux +tools +xz zstd" +IUSE="lz4 +lzma lzo selinux +tools zstd" DEPEND=" sys-libs/zlib:= lz4? ( app-arch/lz4:= ) + lzma? ( app-arch/xz-utils:= ) lzo? ( dev-libs/lzo:= ) - xz? ( app-arch/xz-utils:= ) selinux? ( sys-libs/libselinux:= ) zstd? ( app-arch/zstd:= ) " diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild index 3e96fd1fdfe..26bca0bda38 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild @@ -15,13 +15,13 @@ fi LICENSE="LGPL-3+ tools? ( GPL-3+ )" SLOT="0" -IUSE="lz4 lzo selinux +tools +xz zstd" +IUSE="lz4 +lzma lzo selinux +tools zstd" DEPEND=" sys-libs/zlib:= lz4? ( app-arch/lz4:= ) + lzma? ( app-arch/xz-utils:= ) lzo? ( dev-libs/lzo:= ) - xz? ( app-arch/xz-utils:= ) selinux? ( sys-libs/libselinux:= ) zstd? ( app-arch/zstd:= ) " diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild index 22a2dbc93b6..26bca0bda38 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,13 +15,13 @@ fi LICENSE="LGPL-3+ tools? ( GPL-3+ )" SLOT="0" -IUSE="lz4 lzo selinux +tools +xz zstd" +IUSE="lz4 +lzma lzo selinux +tools zstd" DEPEND=" sys-libs/zlib:= lz4? ( app-arch/lz4:= ) + lzma? ( app-arch/xz-utils:= ) lzo? ( dev-libs/lzo:= ) - xz? ( app-arch/xz-utils:= ) selinux? ( sys-libs/libselinux:= ) zstd? ( app-arch/zstd:= ) "