net-firewall/vallumd - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =net-firewall/vallumd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-firewall/vallumd-9999

Or alternatively:

emerge --autounmask-write -a =net-firewall/vallumd-9999

Package Information

Description:
Centralize or distribute IP blacklists
Homepage:
https://codeberg.org/stintel/vallumd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~mips ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

if [ "${PV}" = 9999 ]; then
	inherit git-r3
	EGIT_REPO_URI="https://codeberg.org/stintel/vallumd.git"
else
	KEYWORDS="~amd64 ~mips ~x86"
	SRC_URI="https://codeberg.org/stintel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}/${PN}"
fi

DESCRIPTION="Centralize or distribute IP blacklists"
HOMEPAGE="https://codeberg.org/stintel/vallumd"

LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND="app-misc/mosquitto
		net-firewall/ipset"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

app-misc/mosquitto
		net-firewall/ipset

RDEPEND

app-misc/mosquitto
		net-firewall/ipset