| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 8.3.2.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Userspace tools for managing VDO volumes."
HOMEPAGE="https://github.com/dm-vdo/vdo"
SRC_URI="https://github.com/dm-vdo/vdo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
# libdevmapper.h & more
DEPEND="
sys-fs/lvm2
sys-apps/util-linux
"
RDEPEND="
${DEPEND}
virtual/libudev:=
"
BDEPEND="
virtual/pkgconfig
"
src_install() {
emake install \
DESTDIR="${D}" \
bindir=/usr/bin \
mandir=/usr/share/man
mv "${D}"/usr/share/doc/{vdo,"${P}"}
}
sys-fs/lvm2 sys-apps/util-linux
sys-fs/lvm2 sys-apps/util-linux virtual/libudev:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vdo-8.3.2.1.tar.gz | 243029 bytes | https://github.com/dm-vdo/vdo/archive/refs/tags/8.3.2.1.tar.gz |