From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bird/
Date: Tue, 07 Oct 2025 15:05:42 +0000 (UTC)	[thread overview]
Message-ID: <1759849496.c25d9449d5a1827c3d8a929a3d39e5f4a5000beb.sam@gentoo> (raw)
commit:     c25d9449d5a1827c3d8a929a3d39e5f4a5000beb
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Tue Oct  7 10:04:17 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  7 15:04:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25d9449
net-misc/bird: drop 2.16.1
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44081
Signed-off-by: Sam James <sam <AT> gentoo.org>
 net-misc/bird/Manifest           |  1 -
 net-misc/bird/bird-2.16.1.ebuild | 87 ----------------------------------------
 2 files changed, 88 deletions(-)
diff --git a/net-misc/bird/Manifest b/net-misc/bird/Manifest
index 531c3cfe6eb7..4b8d869ca92d 100644
--- a/net-misc/bird/Manifest
+++ b/net-misc/bird/Manifest
@@ -1,4 +1,3 @@
-DIST bird-2.16.1.tar.gz 1433936 BLAKE2B 80698f6e009662ec944831b869538fb3d74e405f94841cfdd372143b0b6ee6db85e8f136e607574a188e8b1794f2da8b59a9fb2629600bae4ddb1c6e5505a464 SHA512 7eccc9ada56f0f151237e7dacaea968526058dbadc36257adfc2f307876237b7267239cb5f3ee6a01832834dc81f9f54000c1550ae200b69f97da8e748f6af70
 DIST bird-2.17.1.tar.gz 1471008 BLAKE2B 6e5557ffea67be745aa1a1659aa6215f7b6ed7f83bf1a66130f43e8ea40e6d6e218902f3d2e8da5fa1218b00c3cc797c0d3616775420becac75387bcb6d282c2 SHA512 b535bc74f7e865167f40eef3dd82042f085d06de394a2eac2d94bae4c44e247b590d4c45206afe360b2d8879e33f2478117f0a0b1a5182431204cbbf595b9890
 DIST bird-2.17.2.tar.gz 1499113 BLAKE2B d8f1ed7f701ced4e59fc161ddd7d5fda4b6bebd2897fd8f3b225b5ee1bb8a4173f8eaec6ec7497d1b7291772c2eb5b70a5a9be46a9b90386097fcaedc2277fae SHA512 69cd29ca7a2681b86bd62b3a2063732c30c2b639fb8d2f856adadfa0627ff456c50d870a8a07f6d1c3f7c23099776d580b97871998f34dfe8b053f6621e37b28
 DIST bird-3.0.5.tar.gz 2703501 BLAKE2B 415c328dc992b2b41bcc607c80db619b11d7d0e27ec80afddefd2b880c35e0125edb4fc3cd565bee73e1a780134afbb25f199de6c79c1145bd92b62dc741ae1e SHA512 7c7ea050a16bd62ccdc9e956e64af64eddcc7437c3d516e1d092efd508993a854693b289db6317d999a9fd1689be66ff618021969b5560d1ef7de119ea369e5e
diff --git a/net-misc/bird/bird-2.16.1.ebuild b/net-misc/bird/bird-2.16.1.ebuild
deleted file mode 100644
index 51a37ced9a00..000000000000
--- a/net-misc/bird/bird-2.16.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools fcaps
-
-DESCRIPTION="A routing daemon implementing OSPF, RIPv2 & BGP for IPv4 & IPv6"
-HOMEPAGE="https://bird.network.cz"
-SRC_URI="https://bird.network.cz/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~x86 ~x64-macos"
-IUSE="+client custom-cflags debug libssh"
-
-RDEPEND="
-	client? (
-		sys-libs/ncurses:=
-		sys-libs/readline:=
-	)
-	filecaps? (
-		acct-group/bird
-		acct-user/bird
-	)
-	libssh? ( net-libs/libssh:= )"
-BDEPEND="
-	app-alternatives/yacc
-	app-alternatives/lex
-	sys-devel/m4
-"
-
-FILECAPS=(
-	CAP_NET_ADMIN			usr/sbin/bird
-	CAP_NET_BIND_SERVICE	usr/sbin/bird
-	CAP_NET_RAW				usr/sbin/bird
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	# This export makes compilation and test phases verbose
-	export VERBOSE=1
-
-	local myargs=(
-		--localstatedir="${EPREFIX}/var"
-		$(use_enable client)
-		$(use_enable debug)
-		$(use_enable libssh)
-	)
-
-	# lto must be enabled by default as bird is mono-threaded and use several
-	# optimisations to be fast, as it may very likely be exposed to several
-	# thounsand BGP updates per seconds
-	# Although, we make it possible to deactivate it if wanted
-	# We force the value of the whole cflags var instead of only lto because of
-	# upstream commit 404e8261 (configure.ac: properly evaluate ac_test_CFLAGS)
-	use custom-cflags && myargs+=( bird_cflags_default=no ) || \
-		myargs+=( bird_cflags_default=yes )
-
-	econf "${myargs[@]}"
-}
-
-src_install() {
-	if use client; then
-		dobin birdc
-	fi
-
-	dobin birdcl
-	dosbin bird
-
-	newinitd "${FILESDIR}/initd-${PN}-2" ${PN}
-	newconfd "${FILESDIR}/confd-${PN}-2" ${PN}
-
-	dodoc doc/bird.conf.example
-}
-
-pkg_postinst() {
-	if use filecaps; then
-		einfo "If you want to run bird as non-root, edit"
-		einfo "'${EROOT}/etc/conf.d/bird' and set BIRD_GROUP and BIRD_USER with"
-		einfo "the wanted username."
-	fi
-}
next             reply	other threads:[~2025-10-07 15:05 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-07 15:05 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-11-04 11:22 [gentoo-commits] repo/gentoo:master commit in: net-misc/bird/ Sam James
2025-10-07 15:05 Sam James
2025-10-07 15:05 Sam James
2025-09-24  1:21 Sam James
2025-09-23 14:29 Sam James
2025-09-23 14:26 Sam James
2025-09-23 11:41 Sam James
2025-09-23 11:41 Sam James
2025-09-06 15:05 Sam James
2025-09-06 15:05 Sam James
2025-05-29 16:49 Sam James
2025-05-29 16:49 Sam James
2025-05-14 16:54 Sam James
2025-05-14 16:54 Sam James
2025-05-14 16:54 Sam James
2025-05-06 11:16 Joonas Niilola
2025-05-06 11:16 Joonas Niilola
2025-01-27 18:16 Petr Vaněk
2024-08-13  7:10 WANG Xuerui
2023-03-12 13:39 Arthur Zamarin
2023-03-12  8:36 Joonas Niilola
2023-03-08 22:43 Sam James
2023-03-07 17:18 Sam James
2023-03-07 13:33 Sam James
2023-03-07 13:33 Sam James
2023-03-07 13:33 Sam James
2023-03-07 13:33 Sam James
2022-02-28 14:26 Joonas Niilola
2022-02-28 14:26 Joonas Niilola
2021-10-11  0:02 Sam James
2021-10-04 20:46 Sam James
2021-10-04 20:40 Sam James
2021-04-09 22:51 Sam James
2020-06-20  1:14 Aaron Bauman
2020-02-10 13:53 Tony Vroon
2019-01-10 10:07 Tony Vroon
2018-06-08 13:03 Tony Vroon
2018-04-06 11:05 Fabian Groffen
2018-03-14 14:37 Michał Górny
2018-01-16 11:39 Tony Vroon
2016-12-23  9:31 Tony Vroon
2016-09-27 14:29 Tony Vroon
2016-05-03 10:21 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=1759849496.c25d9449d5a1827c3d8a929a3d39e5f4a5000beb.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