net-misc/bgpq4: add 1.7

Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/28597
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Jaco Kroon
2022-12-08 07:40:16 +02:00
committed by Viorel Munteanu
parent f752dcf3a5
commit 39fe283edf
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST bgpq4-1.5.tar.gz 52779 BLAKE2B 538d10983180413298ad005032e069c0847f7cb8eb78eee253f1072935a4d0db24626e3e20117224027e71c5f499001ffbe15816066ad89e08c30b7bf3431ce4 SHA512 b0d552634db6e7a90f76387b22c3539b59c5f89f9564b661bc810f9a9729f0dd87931a64fc230b8ed0a38162a572d8d93139a792ee80e996663b47ec3e060b9b
DIST bgpq4-1.7.tar.gz 55311 BLAKE2B 56824c0ebfa97cc459753cd59069a370afb5f6c86675f6c358e49d1cb7d781e5a9f51aa4526fd60269a5a77bc53685426898f439768c08a0f1917b1b2d98cdb3 SHA512 d9798f9d8297e05d1553fb9cfafe63fd77145e14aa72cb95d4581cae30bdf3e7c08a5ca6261a4f44580a35e048ba50fc181750ecbe838ca40b6dcfbaaca42ab5

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Generate access-lists for various routers, maintained fork of bgpq3"
HOMEPAGE="https://github.com/bgp/bgpq4/"
SRC_URI="https://github.com/bgp/bgpq4/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
src_prepare() {
default
eautoreconf
}