net-misc/flypaper - 0.5.0 (guru)

Search

Install

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

Package Information

Description:
Externally bind or mark sockets on the fly
Homepage:
https://codeberg.org/iguanajuice/flypaper
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.5.0 8 ~amd64 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/cJSON
	dev-libs/libbpf

RDEPEND

	
	dev-libs/cJSON
	dev-libs/libbpf

	sys-apps/grep
	sys-apps/iproute2

BDEPEND

	
	dev-libs/cJSON
	dev-libs/libbpf

	dev-util/bpftool
	llvm-core/clang

Manifest for 0.5.0

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