From: "Alarig Le Lay" <alarig@swordarmor.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/
Date: Tue, 24 Mar 2020 20:01:23 +0000 (UTC) [thread overview]
Message-ID: <1585080077.41e3b454c6b1b034b60f6073769040102e0021c9.AlarigLeLay@gentoo> (raw)
commit: 41e3b454c6b1b034b60f6073769040102e0021c9
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Tue Mar 24 20:01:17 2020 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Tue Mar 24 20:01:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41e3b454
net-misc/openbgpd: Re-adding a corrected git version
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/openbgpd/openbgpd-9999.ebuild | 69 ++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
diff --git a/net-misc/openbgpd/openbgpd-9999.ebuild b/net-misc/openbgpd/openbgpd-9999.ebuild
new file mode 100644
index 0000000..a7ba284
--- /dev/null
+++ b/net-misc/openbgpd/openbgpd-9999.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools git-r3 systemd
+
+DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
+HOMEPAGE="http://www.openbgpd.org/index.html"
+EGIT_REPO_URI="https://github.com/openbgpd-portable/openbgpd-portable.git"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ ${DEPEND}
+ !!net-misc/quagga
+ acct-group/_bgpd
+ acct-user/_bgpd
+"
+BDEPEND="
+ dev-util/byacc
+ sys-devel/autoconf
+ sys-devel/automake
+ sys-devel/libtool
+"
+
+src_unpack() {
+ git-r3_src_unpack
+
+ cd "${WORKDIR}"
+
+ EGIT_REPO_URI="https://github.com/openbgpd-portable/openbgpd-openbsd.git"
+ EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
+ EGIT_CHECKOUT_DIR="${S}/openbsd"
+ git-r3_fetch
+ git-r3_checkout
+}
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}/${P}-update.patch"
+ eapply -p0 "${FILESDIR}/${P}-config.c.patch"
+ default
+ ./autogen.sh
+ eautoreconf
+}
+
+src_configure() {
+ export YACC=byacc
+ default
+}
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}/${PN}-init.d" bgpd
+ newconfd "${FILESDIR}/${PN}-conf.d" bgpd
+ systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
+}
+
+pkg_postinst() {
+ ewarn ""
+ ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB to"
+ ewarn "the FIB. It’s only suitable for route-reflectors or route-servers."
+ ewarn ""
+}
next reply other threads:[~2020-03-24 20:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-24 20:01 Alarig Le Lay [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-20 18:53 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/ Alarig Le Lay
2020-12-23 10:13 Theo Anderson
2024-05-30 8:34 Alarig Le Lay
2024-08-24 10:49 Alarig Le Lay
2024-08-24 11:31 Alarig Le Lay
2024-08-24 11:39 Alarig Le Lay
2024-09-23 11:29 Alarig Le Lay
2024-09-23 11:31 Alarig Le Lay
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=1585080077.41e3b454c6b1b034b60f6073769040102e0021c9.AlarigLeLay@gentoo \
--to=alarig@swordarmor.fr \
--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