public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq4/
Date: Thu, 18 Aug 2022 21:51:14 +0000 (UTC)	[thread overview]
Message-ID: <1660859298.0849e9d735d6fa060b41baac668eee399a2829c9.sam@gentoo> (raw)

commit:     0849e9d735d6fa060b41baac668eee399a2829c9
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Thu Aug 18 21:41:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 21:48:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0849e9d7

net-misc/bgpq4: replacement for bgpq3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/26918
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/bgpq4/Manifest         |  1 +
 net-misc/bgpq4/bgpq4-1.5.ebuild | 25 +++++++++++++++++++++++++
 net-misc/bgpq4/metadata.xml     | 25 +++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/net-misc/bgpq4/Manifest b/net-misc/bgpq4/Manifest
new file mode 100644
index 000000000000..891a030a87be
--- /dev/null
+++ b/net-misc/bgpq4/Manifest
@@ -0,0 +1 @@
+DIST bgpq4-1.5.tar.gz 52779 BLAKE2B 538d10983180413298ad005032e069c0847f7cb8eb78eee253f1072935a4d0db24626e3e20117224027e71c5f499001ffbe15816066ad89e08c30b7bf3431ce4 SHA512 b0d552634db6e7a90f76387b22c3539b59c5f89f9564b661bc810f9a9729f0dd87931a64fc230b8ed0a38162a572d8d93139a792ee80e996663b47ec3e060b9b

diff --git a/net-misc/bgpq4/bgpq4-1.5.ebuild b/net-misc/bgpq4/bgpq4-1.5.ebuild
new file mode 100644
index 000000000000..b0440b2764c9
--- /dev/null
+++ b/net-misc/bgpq4/bgpq4-1.5.ebuild
@@ -0,0 +1,25 @@
+# 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 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
+
+src_install() {
+	dobin bgpq4
+	doman bgpq4.8
+	dodoc CHANGES COPYRIGHT README.md
+}

diff --git a/net-misc/bgpq4/metadata.xml b/net-misc/bgpq4/metadata.xml
new file mode 100644
index 000000000000..9c468ef07db7
--- /dev/null
+++ b/net-misc/bgpq4/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>jaco@uls.co.za</email>
+		<name>Jaco Kroon</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		bgpq4 allows to generate different config entries with prefix lists, useful for Cisco/Juniper routers and their software analogs, such as Quagga.
+		This program is a successor of bgpq from same author, main difference - it supports IPv6.
+	</longdescription>
+	<longdescription lang="ru">
+		bgpq4 позволяет создавать различные чaсти конфигурационных файлов со списком сетей для маршрутизаторов Cisco/Juniper и их программных аналогов,
+		таких как Quagga.
+		Данная программа - идейный наследник bgpq от того же автора, основное отличие - поддержка IPv6.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">bgp/bgpq4</remote-id>
+		<bugs-to>https://github.com/bgp/bgpq4/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-08-18 21:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 21:51 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-10  4:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq4/ Sam James
2024-12-09 20:17 Sam James
2024-10-04  8:13 Sam James
2024-10-04  8:13 Sam James
2024-03-15 15:37 Arthur Zamarin
2024-03-15 15:37 Arthur Zamarin
2023-02-28 14:35 Joonas Niilola
2023-02-28 14:35 Joonas Niilola
2022-12-21 12:57 Viorel Munteanu
2022-08-30  8:37 Jakov Smolić
2022-08-18 23:08 Sam James
2022-08-18 21:51 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660859298.0849e9d735d6fa060b41baac668eee399a2829c9.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox