sys-fs/btrfs-dump - 20260409 (guru)

Search

Install

Install this version:

emerge -a =sys-fs/btrfs-dump-20260409

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

autounmask =sys-fs/btrfs-dump-20260409

Or alternatively:

emerge --autounmask-write -a =sys-fs/btrfs-dump-20260409

Package Information

Description:
Metadata dumper for btrfs
Homepage:
https://github.com/maharmstone/btrfs-dump
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Metadata dumper for btrfs"
HOMEPAGE="https://github.com/maharmstone/btrfs-dump"

SRC_URI="https://github.com/maharmstone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"

KEYWORDS="~amd64"

BDEPEND="sys-apps/util-linux"

src_prepare() {
	cmake_src_prepare
}

src_configure() {
	cmake_src_configure
}

Inherited Eclasses

Dependencies

BDEPEND

sys-apps/util-linux

Manifest for 20260409

Type File Size Source URLs
DIST btrfs-dump-20260409.tar.gz 51705 bytes https://github.com/maharmstone/btrfs-dump/archive/20260409.tar.gz