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 87757138359 for ; Wed, 30 Sep 2020 15:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BC7EE0A7D; Wed, 30 Sep 2020 15:25:13 +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 6DCDBE0A7D for ; Wed, 30 Sep 2020 15:25:13 +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 65928335D04 for ; Wed, 30 Sep 2020 15:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FD7E332 for ; Wed, 30 Sep 2020 15:25:11 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1601479506.6b5f47d490b109f56964a99f228826f722f14558.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/btrbk/btrbk-0.30.0.ebuild app-backup/btrbk/btrbk-9999.ebuild app-backup/btrbk/metadata.xml X-VCS-Directories: app-backup/btrbk/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 6b5f47d490b109f56964a99f228826f722f14558 X-VCS-Branch: master Date: Wed, 30 Sep 2020 15:25:11 +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: b1f87aef-e008-4f0d-a7d7-1c7edc762308 X-Archives-Hash: efc6d5f379f514211ba6038b4c1e7090 commit: 6b5f47d490b109f56964a99f228826f722f14558 Author: Axel Burri tty0 ch> AuthorDate: Sat Sep 26 09:04:39 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Sep 30 15:25:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5f47d4 app-backup/btrbk: add USE=+lsbtr Add `lsbtr` use flag: enables the `lsbtr` command-line tool, useful for listing btrfs subvolumes and their mount points. Signed-off-by: Axel Burri tty0.ch> Closes: https://github.com/gentoo/gentoo/pull/17672 Signed-off-by: Craig Andrews gentoo.org> app-backup/btrbk/btrbk-0.30.0.ebuild | 3 ++- app-backup/btrbk/btrbk-9999.ebuild | 3 ++- app-backup/btrbk/metadata.xml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app-backup/btrbk/btrbk-0.30.0.ebuild b/app-backup/btrbk/btrbk-0.30.0.ebuild index 73afd3da370..11509324b00 100644 --- a/app-backup/btrbk/btrbk-0.30.0.ebuild +++ b/app-backup/btrbk/btrbk-0.30.0.ebuild @@ -18,7 +18,7 @@ DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" HOMEPAGE="https://digint.ch/btrbk/" LICENSE="GPL-3+" SLOT="0" -IUSE="+mbuffer +doc" +IUSE="+mbuffer +doc +lsbtr" DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )" @@ -34,6 +34,7 @@ src_compile() { src_install() { local targets="install-bin install-etc install-share install-systemd" use doc && targets="${targets} install-man install-doc" + use lsbtr && targets="${targets} install-bin-links" emake \ DESTDIR="${D}" \ DOCDIR="/usr/share/doc/${PF}" \ diff --git a/app-backup/btrbk/btrbk-9999.ebuild b/app-backup/btrbk/btrbk-9999.ebuild index f82156e37d5..9406cd634c9 100644 --- a/app-backup/btrbk/btrbk-9999.ebuild +++ b/app-backup/btrbk/btrbk-9999.ebuild @@ -18,7 +18,7 @@ DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" HOMEPAGE="https://digint.ch/btrbk/" LICENSE="GPL-3+" SLOT="0" -IUSE="+mbuffer +doc" +IUSE="+mbuffer +doc +lsbtr" DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )" @@ -34,6 +34,7 @@ src_compile() { src_install() { local targets="install-bin install-etc install-share install-systemd" use doc && targets="${targets} install-man install-doc" + use lsbtr && targets="${targets} install-bin-links" emake \ DESTDIR="${D}" \ DOCDIR="/usr/share/doc/${PF}" \ diff --git a/app-backup/btrbk/metadata.xml b/app-backup/btrbk/metadata.xml index c8d33bb141b..167b2b3b044 100644 --- a/app-backup/btrbk/metadata.xml +++ b/app-backup/btrbk/metadata.xml @@ -22,5 +22,6 @@ Use sys-apps/pv to enable progress bar functionality Use sys-block/mbuffer to enable progress bar and buffering/limiting functionality + Enable the lsbtr command-line tool