net-firewall/bango - 0.0.5 (ubuilds)

Search

Install

Install this version:

emerge -a =net-firewall/bango-0.0.5

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

autounmask =net-firewall/bango-0.0.5

Or alternatively:

emerge --autounmask-write -a =net-firewall/bango-0.0.5

Package Information

Description:
Distributed banning system for fail2ban
Homepage:
https://github.com/uu/bango
License:
WTFPL-2

Ebuild Details

Version EAPI Keywords Slot
0.0.5 8 ~x86 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8
#inherit eutils
DESCRIPTION="Distributed banning system for fail2ban"
HOMEPAGE="https://github.com/uu/bango"
SRC_URI="https://github.com/uu/bango/releases/download/v${PV}/bango-v${PV}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
QA_PRESTRIPPED="usr/bin/${PN}"

DEPEND="net-analyzer/fail2ban"
RDEPEND="${DEPEND}"
MY_V="v${PV}"
#WORKDIR="${S}/${MY_V}"
S="${WORKDIR}/${PN}-${MY_V}"

src_install() {
	insinto /usr/bin
	dobin ${PN}
	insinto /etc
	doins ${PN}.ini
	newinitd ${FILESDIR}/init ${PN}
	insinto /etc/fail2ban/action.d/
	doins actions/${PN}.conf
}

Dependencies

DEPEND

net-analyzer/fail2ban

RDEPEND

net-analyzer/fail2ban

Manifest for 0.0.5

Type File Size Source URLs
DIST bango-v0.0.5.tar.gz 2444453 bytes https://github.com/uu/bango/releases/download/v0.0.5/bango-v0.0.5.tar.gz