Install this version:
emerge -a =app-backup/rdup-1.1.15
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-backup/rdup-1.1.15
Or alternatively:
emerge --autounmask-write -a =app-backup/rdup-1.1.15
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools optfeature
DESCRIPTION="Generate a file list suitable for full or incremental backups"
HOMEPAGE="https://github.com/miekg/rdup"
SRC_URI="https://github.com/miekg/rdup/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug test"
# It's known to fail with USE=debug
REQUIRED_USE="test? ( !debug )"
RESTRICT="!test? ( test )"
RDEPEND="
app-arch/libarchive
dev-libs/glib:2
dev-libs/libpcre
dev-libs/nettle
"
DEPEND="${RDEPEND}"
BDEPEND="
test? (
app-crypt/mcrypt
dev-util/dejagnu
)
"
PATCHES=(
"${FILESDIR}"/${PN}-1.1.15-no-which.patch
)
src_prepare() {
default
sed -i -e 's/ -Werror//' GNUmakefile.in || die "Failed to fix Makefile"
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}
pkg_postinst() {
optfeature "encryption with a keyfile (-k ...)" app-crypt/mcrypt
}
Manage flags for this package:
euse -i <flag> -p app-backup/rdup |
euse -E <flag> -p app-backup/rdup |
euse -D <flag> -p app-backup/rdup
app-arch/libarchive dev-libs/glib:2 dev-libs/libpcre dev-libs/nettle
app-arch/libarchive dev-libs/glib:2 dev-libs/libpcre dev-libs/nettle
test? ( app-crypt/mcrypt dev-util/dejagnu )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rdup-1.1.15.tar.gz | 333646 bytes | https://github.com/miekg/rdup/archive/1.1.15.tar.gz |