Install this version:
emerge -a =net-misc/flypaper-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/flypaper-0.5.0
Or alternatively:
emerge --autounmask-write -a =net-misc/flypaper-0.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Externally bind or mark sockets on the fly"
HOMEPAGE="https://codeberg.org/iguanajuice/flypaper"
SRC_URI="https://codeberg.org/iguanajuice/flypaper/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/flypaper"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="systemd"
DEPEND="
dev-libs/cJSON
dev-libs/libbpf
"
RDEPEND="
${DEPEND}
sys-apps/grep
sys-apps/iproute2
"
BDEPEND="
${DEPEND}
dev-util/bpftool
llvm-core/clang
"
src_configure() {
mkdir -p "${S}/build"
ln -s "${WORKDIR}/${P}-build/version.h" "${S}/build/version.h"
ln -s "${WORKDIR}/${P}-build/vmlinux.h" "${S}/build/vmlinux.h"
ln -s "${WORKDIR}/${P}-build/flypaper.skel.h" "${S}/build/flypaper.skel.h"
local emesonargs=(
$(usex systemd -Dservicetype=systemd -Dservicetype=openrc)
)
meson_src_configure
}
Manage flags for this package:
euse -i <flag> -p net-misc/flypaper |
euse -E <flag> -p net-misc/flypaper |
euse -D <flag> -p net-misc/flypaper
dev-libs/cJSON dev-libs/libbpf
dev-libs/cJSON dev-libs/libbpf sys-apps/grep sys-apps/iproute2
dev-libs/cJSON dev-libs/libbpf dev-util/bpftool llvm-core/clang
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flypaper-0.5.0.tar.gz | 35557 bytes | https://codeberg.org/iguanajuice/flypaper/archive/v0.5.0.tar.gz |