public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/files/, net-misc/openbgpd/
@ 2020-03-24 18:03 Andrew Ammerlaan
  2020-03-24 18:30 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-03-24 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f1d0b079711fb1903596513e4149a80758a2fa75
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 24 18:03:36 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 24 18:03:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d0b079

net-misc/openbgpd: use PATCHES and S variable

looks a bit simpler then using src_unpack stuff

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-misc/openbgpd/Manifest                         |  1 -
 .../openbgpd/files/openbgpd-6.6_p0-config.c.patch  |  4 +-
 .../openbgpd/files/openbgpd-9999-config.c.patch    | 12 ----
 net-misc/openbgpd/files/openbgpd-9999-update.patch | 13 ----
 net-misc/openbgpd/openbgpd-6.6_p0.ebuild           | 13 ++--
 net-misc/openbgpd/openbgpd-9999.ebuild             | 73 ----------------------
 6 files changed, 6 insertions(+), 110 deletions(-)

diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index d746f9e..5d2486d 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,2 +1 @@
 DIST openbgpd-6.6p0.tar.gz 676732 BLAKE2B 80b391ead81d8d3bd20fe9b3eb3f8976485d29241f30c7395c678ff3f0fd87b2f3036b2ebb502ff0ca27d79f4fbbe6ba93576069edb32f004705d71d92e2b3a2 SHA512 07a7599b3ab14181575dc38647b307a4efa7d5dfa8a7aefe70483eb6773cb792eac788a10ea865d78daa59f197fc2d9cd2ce96d0c0251564507963716057fee0
-DIST openbgpd-portable-master.zip 79593 BLAKE2B 7a19522d015076491e698d5dd4434dfaab88ae2dde00b5cbc16122fb3be8a3bbe6906a89ed50d173806298e0e86737f93d7c6be57461ada6c7bb50699a19cbdd SHA512 6d55527c3955457f40c95ff1164f4f6f8c0a8b326c8a632014f83150ffb238eb393053a54b608d650b3756255588b155d537e1a0d228e2961d8f9890e3da641d

diff --git a/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch b/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
index e009cdf..32be653 100644
--- a/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
+++ b/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
@@ -1,5 +1,5 @@
---- src/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
-+++ src/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
+--- a/src/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
++++ b/src/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
 @@ -343,7 +343,8 @@
  		fatal("getifaddrs");
  

diff --git a/net-misc/openbgpd/files/openbgpd-9999-config.c.patch b/net-misc/openbgpd/files/openbgpd-9999-config.c.patch
deleted file mode 100644
index a4bda12..0000000
--- a/net-misc/openbgpd/files/openbgpd-9999-config.c.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- openbsd/src/usr.sbin/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
-+++ openbsd/src/usr.sbin/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
-@@ -343,7 +343,8 @@
- 		fatal("getifaddrs");
- 
- 	for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
--		if (ifa->ifa_addr->sa_family != AF_INET)
-+		if (ifa->ifa_addr == NULL ||
-+		    ifa->ifa_addr->sa_family != AF_INET)
- 			continue;
- 		cur = ((struct sockaddr_in *)ifa->ifa_addr)->sin_addr.s_addr;
- 		if ((cur & localnet) == localnet)	/* skip 127/8 */

diff --git a/net-misc/openbgpd/files/openbgpd-9999-update.patch b/net-misc/openbgpd/files/openbgpd-9999-update.patch
deleted file mode 100644
index a60752d..0000000
--- a/net-misc/openbgpd/files/openbgpd-9999-update.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- update.sh	2020-03-20 15:14:46.462983445 +0100
-+++ update.sh	2020-03-20 15:14:56.473090379 +0100
-@@ -13,10 +13,6 @@
- 		git clone "${OPENBGPD_GIT}/openbsd"
- 	fi
- fi
--(cd openbsd
-- git fetch
-- git checkout "${openbsd_branch}"
-- git pull --rebase)
- 
- # setup source paths
- dir=`pwd`

diff --git a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild
index 6f9d476..2dd151e 100644
--- a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild
+++ b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild
@@ -6,7 +6,6 @@ EAPI=7
 inherit systemd
 
 MY_PV="${PV/_p/p}"
-#MY_PN="openbgpd-portable"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
@@ -28,15 +27,11 @@ BDEPEND="
 	sys-devel/libtool
 "
 
-src_unpack() {
-	default
-	mv "${WORKDIR}/${MY_P}" "${S}"
-}
+S="${WORKDIR}/${MY_P}"
 
-src_prepare() {
-	eapply -p0 "${FILESDIR}/${P}-config.c.patch"
-	default
-}
+PATCHES=(
+	"${FILESDIR}/${P}-config.c.patch"
+)
 
 src_install() {
 	default

diff --git a/net-misc/openbgpd/openbgpd-9999.ebuild b/net-misc/openbgpd/openbgpd-9999.ebuild
deleted file mode 100644
index 74d73a7..0000000
--- a/net-misc/openbgpd/openbgpd-9999.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3 systemd
-
-MY_PV="master"
-MY_PN="openbgpd-portable"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
-HOMEPAGE="http://www.openbgpd.org/index.html"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/master.zip -> ${MY_P}.zip"
-
-EGIT_REPO_URI="https://github.com/openbgpd-portable/openbgpd-openbsd.git"
-EGIT3_STORE_DIR="${S}/git"
-EGIT_CHECKOUT_DIR="${S}/openbsd"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	${DEPEND}
-	acct-group/_bgpd
-	acct-user/_bgpd
-"
-BDEPEND="
-	dev-util/byacc
-	sys-devel/autoconf
-	sys-devel/automake
-	sys-devel/libtool
-"
-
-src_unpack() {
-	unpack ${A}
-	mv "${WORKDIR}/${MY_P}" "${S}"
-
-	EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
-	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 ""
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/openbgpd/files/, net-misc/openbgpd/
  2020-03-24 18:03 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/files/, net-misc/openbgpd/ Andrew Ammerlaan
@ 2020-03-24 18:30 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-03-24 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f1d0b079711fb1903596513e4149a80758a2fa75
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 24 18:03:36 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 24 18:03:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d0b079

net-misc/openbgpd: use PATCHES and S variable

looks a bit simpler then using src_unpack stuff

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-misc/openbgpd/Manifest                         |  1 -
 .../openbgpd/files/openbgpd-6.6_p0-config.c.patch  |  4 +-
 .../openbgpd/files/openbgpd-9999-config.c.patch    | 12 ----
 net-misc/openbgpd/files/openbgpd-9999-update.patch | 13 ----
 net-misc/openbgpd/openbgpd-6.6_p0.ebuild           | 13 ++--
 net-misc/openbgpd/openbgpd-9999.ebuild             | 73 ----------------------
 6 files changed, 6 insertions(+), 110 deletions(-)

diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index d746f9e..5d2486d 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,2 +1 @@
 DIST openbgpd-6.6p0.tar.gz 676732 BLAKE2B 80b391ead81d8d3bd20fe9b3eb3f8976485d29241f30c7395c678ff3f0fd87b2f3036b2ebb502ff0ca27d79f4fbbe6ba93576069edb32f004705d71d92e2b3a2 SHA512 07a7599b3ab14181575dc38647b307a4efa7d5dfa8a7aefe70483eb6773cb792eac788a10ea865d78daa59f197fc2d9cd2ce96d0c0251564507963716057fee0
-DIST openbgpd-portable-master.zip 79593 BLAKE2B 7a19522d015076491e698d5dd4434dfaab88ae2dde00b5cbc16122fb3be8a3bbe6906a89ed50d173806298e0e86737f93d7c6be57461ada6c7bb50699a19cbdd SHA512 6d55527c3955457f40c95ff1164f4f6f8c0a8b326c8a632014f83150ffb238eb393053a54b608d650b3756255588b155d537e1a0d228e2961d8f9890e3da641d

diff --git a/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch b/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
index e009cdf..32be653 100644
--- a/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
+++ b/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
@@ -1,5 +1,5 @@
---- src/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
-+++ src/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
+--- a/src/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
++++ b/src/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
 @@ -343,7 +343,8 @@
  		fatal("getifaddrs");
  

diff --git a/net-misc/openbgpd/files/openbgpd-9999-config.c.patch b/net-misc/openbgpd/files/openbgpd-9999-config.c.patch
deleted file mode 100644
index a4bda12..0000000
--- a/net-misc/openbgpd/files/openbgpd-9999-config.c.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- openbsd/src/usr.sbin/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
-+++ openbsd/src/usr.sbin/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
-@@ -343,7 +343,8 @@
- 		fatal("getifaddrs");
- 
- 	for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
--		if (ifa->ifa_addr->sa_family != AF_INET)
-+		if (ifa->ifa_addr == NULL ||
-+		    ifa->ifa_addr->sa_family != AF_INET)
- 			continue;
- 		cur = ((struct sockaddr_in *)ifa->ifa_addr)->sin_addr.s_addr;
- 		if ((cur & localnet) == localnet)	/* skip 127/8 */

diff --git a/net-misc/openbgpd/files/openbgpd-9999-update.patch b/net-misc/openbgpd/files/openbgpd-9999-update.patch
deleted file mode 100644
index a60752d..0000000
--- a/net-misc/openbgpd/files/openbgpd-9999-update.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- update.sh	2020-03-20 15:14:46.462983445 +0100
-+++ update.sh	2020-03-20 15:14:56.473090379 +0100
-@@ -13,10 +13,6 @@
- 		git clone "${OPENBGPD_GIT}/openbsd"
- 	fi
- fi
--(cd openbsd
-- git fetch
-- git checkout "${openbsd_branch}"
-- git pull --rebase)
- 
- # setup source paths
- dir=`pwd`

diff --git a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild
index 6f9d476..2dd151e 100644
--- a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild
+++ b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild
@@ -6,7 +6,6 @@ EAPI=7
 inherit systemd
 
 MY_PV="${PV/_p/p}"
-#MY_PN="openbgpd-portable"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
@@ -28,15 +27,11 @@ BDEPEND="
 	sys-devel/libtool
 "
 
-src_unpack() {
-	default
-	mv "${WORKDIR}/${MY_P}" "${S}"
-}
+S="${WORKDIR}/${MY_P}"
 
-src_prepare() {
-	eapply -p0 "${FILESDIR}/${P}-config.c.patch"
-	default
-}
+PATCHES=(
+	"${FILESDIR}/${P}-config.c.patch"
+)
 
 src_install() {
 	default

diff --git a/net-misc/openbgpd/openbgpd-9999.ebuild b/net-misc/openbgpd/openbgpd-9999.ebuild
deleted file mode 100644
index 74d73a7..0000000
--- a/net-misc/openbgpd/openbgpd-9999.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3 systemd
-
-MY_PV="master"
-MY_PN="openbgpd-portable"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
-HOMEPAGE="http://www.openbgpd.org/index.html"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/master.zip -> ${MY_P}.zip"
-
-EGIT_REPO_URI="https://github.com/openbgpd-portable/openbgpd-openbsd.git"
-EGIT3_STORE_DIR="${S}/git"
-EGIT_CHECKOUT_DIR="${S}/openbsd"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	${DEPEND}
-	acct-group/_bgpd
-	acct-user/_bgpd
-"
-BDEPEND="
-	dev-util/byacc
-	sys-devel/autoconf
-	sys-devel/automake
-	sys-devel/libtool
-"
-
-src_unpack() {
-	unpack ${A}
-	mv "${WORKDIR}/${MY_P}" "${S}"
-
-	EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
-	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 ""
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/openbgpd/files/, net-misc/openbgpd/
@ 2023-07-16  6:18 Haelwenn Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2023-07-16  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3956b9a49e283cc92610b12d67f6243a4add5f6a
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Fri Jul 14 13:01:07 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 14 13:02:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3956b9a4

net-misc/openbgpd: add 8.0, drop 6.8_p0

Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>

 net-misc/openbgpd/Manifest                                   |  2 +-
 net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch       | 12 ------------
 .../openbgpd/{openbgpd-6.8_p0.ebuild => openbgpd-8.0.ebuild} | 11 +++--------
 3 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 41c12287e..9b118b62d 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,2 +1,2 @@
-DIST openbgpd-6.8p0.tar.gz 701164 BLAKE2B 458e3aeab026b3c2ee3f676d35d657ef2b8b9b2cb11efc6a32f18c387e6f08594fa3e736b53f9413e9ec59139adfd3c89d26da780bcdcb4b2925124cf9a1ea05 SHA512 0c99a94a9a1401c22a3400d424ac1e682bdab92d09844717f8bb576c0ede67140d918f48c15b318abebf21b39468333f8f1c2d963a1541f4ead9067f85434a94
 DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc
+DIST openbgpd-8.0.tar.gz 837979 BLAKE2B 64c9ea56e1e9944271d3ab72e2eed738841c3e2904b919f987a52e1adf95b137c20d31a738595ff48a113cdde603e8e5aac2cb4d0c7f7e17399111358b0e7a72 SHA512 9d0c8b6e8c3d46b2510817c750e2faf1e79609becbe66eb02731317db3c2c455273a1135abfae3d32bcc970e02f55c90091e478334ec94dcd46ba5074d3b9b12

diff --git a/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch b/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
deleted file mode 100644
index 32be6531f..000000000
--- a/net-misc/openbgpd/files/openbgpd-6.6_p0-config.c.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/bgpd/config.c	2020-03-20 17:55:04.089577745 +0100
-+++ b/src/bgpd/config.c	2020-03-20 17:56:01.480205070 +0100
-@@ -343,7 +343,8 @@
- 		fatal("getifaddrs");
- 
- 	for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
--		if (ifa->ifa_addr->sa_family != AF_INET)
-+		if (ifa->ifa_addr == NULL ||
-+		    ifa->ifa_addr->sa_family != AF_INET)
- 			continue;
- 		cur = ((struct sockaddr_in *)ifa->ifa_addr)->sin_addr.s_addr;
- 		if ((cur & localnet) == localnet)	/* skip 127/8 */

diff --git a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild b/net-misc/openbgpd/openbgpd-8.0.ebuild
similarity index 86%
rename from net-misc/openbgpd/openbgpd-6.8_p0.ebuild
rename to net-misc/openbgpd/openbgpd-8.0.ebuild
index fc029efd1..f6272cfcb 100644
--- a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild
+++ b/net-misc/openbgpd/openbgpd-8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit flag-o-matic systemd
+inherit systemd
 
 MY_PV="${PV/_p/p}"
 MY_P="${PN}-${MY_PV}"
@@ -20,7 +20,7 @@ IUSE=""
 DEPEND=""
 RDEPEND="
 	${DEPEND}
-	!!net-misc/quagga
+	!!net-misc/frr
 	acct-group/_bgpd
 	acct-user/_bgpd
 "
@@ -38,11 +38,6 @@ src_install() {
 	systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
 }
 
-src_configure() {
-	append-cflags -fcommon
-	default
-}
-
 pkg_postinst() {
 	if [ -z "${REPLACING_VERSIONS}" ]; then
 		ewarn ""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-16  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 18:03 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/openbgpd/files/, net-misc/openbgpd/ Andrew Ammerlaan
2020-03-24 18:30 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-07-16  6:18 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox