gentoo/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2-r1.ebuild
Alexander Miller da971a565a
sys-fs/reiserfs-defrag: Fix cmake-4 compatibility, EAPI=8
Closes: https://bugs.gentoo.org/957217
Signed-off-by: Alexander Miller <alex.miller@gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/44366
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-29 07:42:05 +02:00

23 lines
579 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Small defragmentation tool for reiserfs"
HOMEPAGE="https://github.com/i-rinat/reiserfs-defrag"
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( ChangeLog README.md )
PATCHES=( "${FILESDIR}/${P}-cmake4-compat.patch" )
pkg_postinst() {
ewarn "Defragmentation should be done OFFLINE only! You MUST unmount your reiserfs partition before starting ${PN}"
}