public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq3/
Date: Tue,  7 Mar 2017 10:22:27 +0000 (UTC)	[thread overview]
Message-ID: <1488882138.54926b9d9e3b7a8ee5e96aa987b0be5fa5faf7c8.chainsaw@gentoo> (raw)

commit:     54926b9d9e3b7a8ee5e96aa987b0be5fa5faf7c8
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 10:21:07 2017 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 10:22:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54926b9d

net-misc/bgpq3: Version bump to 0.1.33, taking maintainership.

 net-misc/bgpq3/Manifest            |  1 +
 net-misc/bgpq3/bgpq3-0.1.33.ebuild | 31 +++++++++++++++++++++++++++++++
 net-misc/bgpq3/metadata.xml        |  4 ++--
 3 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/net-misc/bgpq3/Manifest b/net-misc/bgpq3/Manifest
index 69c5e3ec672..836e2ed4b1f 100644
--- a/net-misc/bgpq3/Manifest
+++ b/net-misc/bgpq3/Manifest
@@ -1,2 +1,3 @@
 DIST bgpq3-0.1.21.tgz 62181 SHA256 ba3a4b9703984ad17c3a5aa4fb69248323372de2dfd1680b37fa066d2f6eb9ec SHA512 173bf0267c0010d90fd652e89cd9c389bddbb4019a706bf7f53dd1d2b3dd1b2fb7b88b92abd3b0ba7fe784539c023f9a33f26551a17a53a29a523e0ad3a6ccc3 WHIRLPOOL 90fe382bcfb749ed5f6ece37ac9f125fa94509a39d062104875767f7f73f4fa75265dfc77ef1e895478d70f0b32ab3556357cc29ea05c976e6b1568083e3cdcb
 DIST bgpq3-0.1.22.tgz 62550 SHA256 ce1aa4321573565f5b87966725fa198b238c4c4b13ea855ff6d80071f6b77814 SHA512 c2d0d1f209bdd1016a0c5d3e048b3700c1725b6c4135ba8d47daf3ef03fc05f31a190b640d143f3b6ac8b529754539285673caaf3dbf9cc11d80df1b8920f79c WHIRLPOOL 4a77bb35332eedb0371c4bcd858c6189ae8c4fe95f515c49df19ab6c8edecc9f080a94f9c349b62799d05dfe2e7c2acd244f4bab8eb28bc4ccee11337dc54aeb
+DIST bgpq3-0.1.33.tar.gz 82696 SHA256 f3a58d547368c4396e5bc2b6189fe968567f1afde47245220b1ba9486b26fb39 SHA512 f4faec46eaa5fe77a9118ed76e3d2dddce855cebfe6ead3dadffe0f72ea720502e378febd04829409039fd2bd6a693e518814408c628df1a9e5c7e7c5c170f49 WHIRLPOOL 63e9ee7a5fe811d50c7e05eb2b4529df8e26bbc5668c0f5977e1f221d2032f3542c66135ccf3abefa9fe80f5603cbb55fb19d769fcaa85749a4e9d4f46a3c0c5

diff --git a/net-misc/bgpq3/bgpq3-0.1.33.ebuild b/net-misc/bgpq3/bgpq3-0.1.33.ebuild
new file mode 100644
index 00000000000..3c1cd11d960
--- /dev/null
+++ b/net-misc/bgpq3/bgpq3-0.1.33.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+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'
+	eapply_user
+	eautoreconf
+}
+
+src_install() {
+	dobin bgpq3
+	doman bgpq3.8
+	dodoc CHANGES
+	dohtml *.html
+}

diff --git a/net-misc/bgpq3/metadata.xml b/net-misc/bgpq3/metadata.xml
index 7a58fa4de8f..8c641240d13 100644
--- a/net-misc/bgpq3/metadata.xml
+++ b/net-misc/bgpq3/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
+		<email>chainsaw@gentoo.org</email>
+		<name>Tony Vroon</name>
 	</maintainer>
 	<longdescription lang="en">
 		bgpq3 allows to generate different config entries with prefix lists, useful for Cisco/Juniper routers and their software analogs, such as Quagga.


             reply	other threads:[~2017-03-07 10:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07 10:22 Tony Vroon [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-11-22 10:11 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

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=1488882138.54926b9d9e3b7a8ee5e96aa987b0be5fa5faf7c8.chainsaw@gentoo \
    --to=chainsaw@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