app-admin/btrfs-assistant - 2.3 (gentoo)

Search

Install

Install this version:

emerge -a =app-admin/btrfs-assistant-2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/btrfs-assistant-2.3

Or alternatively:

emerge --autounmask-write -a =app-admin/btrfs-assistant-2.3

Package Information

Description:
GUI management tool to make managing a Btrfs filesystem easier
Homepage:
https://gitlab.com/btrfs-assistant/btrfs-assistant
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake xdg optfeature

DESCRIPTION="GUI management tool to make managing a Btrfs filesystem easier"
HOMEPAGE="https://gitlab.com/btrfs-assistant/btrfs-assistant"
SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-qt/qtbase:6[gui,widgets]
	dev-qt/qtsvg:6
	sys-fs/btrfs-progs
"
RDEPEND="${DEPEND}"
BDEPEND="dev-qt/qttools:6[linguist]"

src_prepare() {
	cmake_src_prepare
	sed -e 's/-Werror //' -i src/CMakeLists.txt || die
}

pkg_postinst() {
	xdg_pkg_postinst
	optfeature "auto snapshot" app-backup/snapper
	optfeature "auto balance and defrag" sys-fs/btrfsmaintenance
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-qt/qtbase:6[gui,widgets]
	dev-qt/qtsvg:6
	sys-fs/btrfs-progs

RDEPEND

	dev-qt/qtbase:6[gui,widgets]
	dev-qt/qtsvg:6
	sys-fs/btrfs-progs

BDEPEND

dev-qt/qttools:6[linguist]

Manifest for 2.3

Type File Size Source URLs
DIST btrfs-assistant-2.3.tar.bz2 75314 bytes https://gitlab.com/btrfs-assistant/btrfs-assistant/-/archive/2.3/btrfs-assistant-2.3.tar.bz2