From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq3/
Date: Sun, 18 Aug 2019 09:28:10 +0000 (UTC) [thread overview]
Message-ID: <1566120467.8cac032f270714316522164d0cc4799a1d8edb07.pinkbyte@gentoo> (raw)
commit: 8cac032f270714316522164d0cc4799a1d8edb07
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 09:25:52 2019 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 09:27:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cac032f
net-misc/bgpq3: version bump to 0.1.35, drop old
Reported-by: Martijn Schmidt <martijn.schmidt <AT> gmail.com>
Closes: https://bugs.gentoo.org/689592
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
net-misc/bgpq3/Manifest | 2 +-
.../bgpq3/{bgpq3-0.1.22.ebuild => bgpq3-0.1.35.ebuild} | 16 ++++++++++------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/net-misc/bgpq3/Manifest b/net-misc/bgpq3/Manifest
index 13dac33d886..9169d385ff9 100644
--- a/net-misc/bgpq3/Manifest
+++ b/net-misc/bgpq3/Manifest
@@ -1,2 +1,2 @@
-DIST bgpq3-0.1.22.tgz 62550 BLAKE2B ffafdefdfa0e9e80de6c05ce3b6aeb33731984f28ccd3eb8186e66311e9bf877c055e5e40d181d42f1ddd8e71b78cc719ec186c49fe7e64b2c48c62d34704d15 SHA512 c2d0d1f209bdd1016a0c5d3e048b3700c1725b6c4135ba8d47daf3ef03fc05f31a190b640d143f3b6ac8b529754539285673caaf3dbf9cc11d80df1b8920f79c
DIST bgpq3-0.1.33.tar.gz 82696 BLAKE2B d6a8b950747ed0889d2e67873f4b029127d49b730bb0cf4047df7025415db2ee1870d4be632e9347cfe7930f3a453d34e87ba236314825eb994809a5c2b990e6 SHA512 f4faec46eaa5fe77a9118ed76e3d2dddce855cebfe6ead3dadffe0f72ea720502e378febd04829409039fd2bd6a693e518814408c628df1a9e5c7e7c5c170f49
+DIST bgpq3-0.1.35.tar.gz 87066 BLAKE2B b217d490ed74e9174cbbd70ed5d1dd4bc72b136a23d583b6b9cede8fd38d8b579a463d8a146313f9eec1904e836ac4db0b75a2c1554c00c5df79a8d0d32f950f SHA512 a41a424fc0230a0ab7d64ff017b9c1a52e32d7deae542ba096d4815e0e5ce76342ad55c204bbcc22ae4c47ad486917410c53b0dbb2306d40fa5c5a5cf93fcd01
diff --git a/net-misc/bgpq3/bgpq3-0.1.22.ebuild b/net-misc/bgpq3/bgpq3-0.1.35.ebuild
similarity index 59%
rename from net-misc/bgpq3/bgpq3-0.1.22.ebuild
rename to net-misc/bgpq3/bgpq3-0.1.35.ebuild
index c2b0ceab069..2ee24d24e3d 100644
--- a/net-misc/bgpq3/bgpq3-0.1.22.ebuild
+++ b/net-misc/bgpq3/bgpq3-0.1.35.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils
+inherit autotools eutils
DESCRIPTION="Generate access-lists for Cisco/Juniper routers, successor of bgpq"
-HOMEPAGE="http://snar.spb.ru/prog/bgpq3/"
-SRC_URI="http://snar.spb.ru/prog/bgpq3/${P}.tgz"
+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"
@@ -20,7 +20,11 @@ src_prepare() {
-e '/^CFLAGS=/s/ -O0//' \
Makefile.in || die 'sed on Makefile.in failed'
- epatch_user
+ # configure.in in package is actually valid configure.ac
+ mv configure.in configure.ac || die
+
+ eapply_user
+ eautoreconf
}
src_install() {
next reply other threads:[~2019-08-18 9:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-18 9:28 Sergey Popov [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
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=1566120467.8cac032f270714316522164d0cc4799a1d8edb07.pinkbyte@gentoo \
--to=pinkbyte@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