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/bgpq3/
Date: Mon, 22 Nov 2021 10:11:16 +0000 (UTC)	[thread overview]
Message-ID: <1637575834.ab9dd1d069a5d85c0b3beb932a0659b92981c6e8.sam@gentoo> (raw)

commit:     ab9dd1d069a5d85c0b3beb932a0659b92981c6e8
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Fri Nov 12 09:45:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 10:10:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9dd1d0

net-misc/bgpq3: 0.1.36

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/bgpq3/Manifest            |  1 +
 net-misc/bgpq3/bgpq3-0.1.36.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/bgpq3/Manifest b/net-misc/bgpq3/Manifest
index 9169d385ff91..c9b21a18717b 100644
--- a/net-misc/bgpq3/Manifest
+++ b/net-misc/bgpq3/Manifest
@@ -1,2 +1,3 @@
 DIST bgpq3-0.1.33.tar.gz 82696 BLAKE2B d6a8b950747ed0889d2e67873f4b029127d49b730bb0cf4047df7025415db2ee1870d4be632e9347cfe7930f3a453d34e87ba236314825eb994809a5c2b990e6 SHA512 f4faec46eaa5fe77a9118ed76e3d2dddce855cebfe6ead3dadffe0f72ea720502e378febd04829409039fd2bd6a693e518814408c628df1a9e5c7e7c5c170f49
 DIST bgpq3-0.1.35.tar.gz 87066 BLAKE2B b217d490ed74e9174cbbd70ed5d1dd4bc72b136a23d583b6b9cede8fd38d8b579a463d8a146313f9eec1904e836ac4db0b75a2c1554c00c5df79a8d0d32f950f SHA512 a41a424fc0230a0ab7d64ff017b9c1a52e32d7deae542ba096d4815e0e5ce76342ad55c204bbcc22ae4c47ad486917410c53b0dbb2306d40fa5c5a5cf93fcd01
+DIST bgpq3-0.1.36.tar.gz 91336 BLAKE2B 6413fcae51ec2db801d81e0c3f66db0a8f96b1d9e00fa2c30d7b89737f7b217126a2a6b620a99701e9db2ae02981d98b316292f46773f973fb84c940603ba9f7 SHA512 4c238348aeea86c04e1e1e3cd0045c59c9647df807780ccd428438421a93b2d9db549abe9ae8600aff7317f2727f5dfbfc28a3c2909e26640d4c45667659a85c

diff --git a/net-misc/bgpq3/bgpq3-0.1.36.ebuild b/net-misc/bgpq3/bgpq3-0.1.36.ebuild
new file mode 100644
index 000000000000..fce4328017a3
--- /dev/null
+++ b/net-misc/bgpq3/bgpq3-0.1.36.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Generate access-lists for Cisco/Juniper routers, successor of bgpq"
+HOMEPAGE="https://github.com/snar/bgpq3/"
+SRC_URI="https://github.com/snar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+	# Respect CFLAGS
+	sed -i \
+		-e '/^CFLAGS=/s/-g //' \
+		-e '/^CFLAGS=/s/ -O0//' \
+		Makefile.in || die 'sed on Makefile.in failed'
+
+	# configure.in in package is actually valid configure.ac
+	mv configure.in configure.ac || die
+
+	eapply_user
+	eautoreconf
+}
+
+src_install() {
+	dobin bgpq3
+	doman bgpq3.8
+	dodoc CHANGES README.md *.html
+}


             reply	other threads:[~2021-11-22 10:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 10:11 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-22 10:11 [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq3/ Sam James
2021-10-13 15:28 Joonas Niilola
2021-10-04 20:40 Sam James
2019-08-23  8:08 Tony Vroon
2019-08-18  9:28 Sergey Popov
2017-03-07 10:22 Tony Vroon
2017-03-07 10:22 Tony Vroon

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=1637575834.ab9dd1d069a5d85c0b3beb932a0659b92981c6e8.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