public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/openbgpd/
Date: Wed, 25 Sep 2024 13:53:05 +0000 (UTC)	[thread overview]
Message-ID: <1727091108.dddd73eb27bf6e1abcc3a19e33feb7aa272bf589.davidroman@gentoo> (raw)

commit:     dddd73eb27bf6e1abcc3a19e33feb7aa272bf589
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Mon Sep 23 11:31:48 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 23 11:31:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dddd73eb

net-misc/openbgpd: drop 6.9_p0

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

 net-misc/openbgpd/Manifest               |  1 -
 net-misc/openbgpd/openbgpd-6.9_p0.ebuild | 52 --------------------------------
 2 files changed, 53 deletions(-)

diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest
index 0ea0735ce..4300c30cc 100644
--- a/net-misc/openbgpd/Manifest
+++ b/net-misc/openbgpd/Manifest
@@ -1,4 +1,3 @@
-DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc
 DIST openbgpd-8.4.tar.gz 841272 BLAKE2B 1a7ea4a2ada7ff11f4311672c6ade0b233cdfc03b9b478e283ce92b36259980e74f78c89e96473f01bd4a51e6104e1c5d8027f92a675555423a171c9adf5f852 SHA512 4774d693ebfd9ba4f4fb355cb19f671d6f229284dc45483fafc8517f7b1d1a583e4657bf8d3f54d559b177e8959a536d0b50f70f0270d57ddf8dc2b6290c5fb6
 DIST openbgpd-8.5.tar.gz 848032 BLAKE2B 74bfaa718000aa5329b2d70cc86869606107bc061f858655678c9734a403ddb521e66b195b649b3e09f42d07098081218963e929389a55d43b4424bf14f81bf4 SHA512 4f1592e3b83b4aeea35ac42a2bfed3072a4003de560055d06bdc27c02f82679860b298636faa27843752e291f50a47f70bf3314c66167d77077e0dc11f825a52
 DIST openbgpd-8.6.tar.gz 851232 BLAKE2B 604ca04444bb4b5da800f3dea1b70228162bd9ebac7f621c27e341b1129165155c76d115f8b0e25cdaf15b92cba59f7c8cfc5f251ef806c9d345210540aaea10 SHA512 1dce01a7c9939f2097f6cc5cebaa6a9c9531bb244d93c22457bc0d8438412c277e9c4a1ddda4580394b8e88dda6856838dac1e8c4e855f58a73b4ca062800672

diff --git a/net-misc/openbgpd/openbgpd-6.9_p0.ebuild b/net-misc/openbgpd/openbgpd-6.9_p0.ebuild
deleted file mode 100644
index 346d1f7bb..000000000
--- a/net-misc/openbgpd/openbgpd-6.9_p0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic systemd
-
-MY_PV="${PV/_p/p}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
-HOMEPAGE="http://www.openbgpd.org/index.html"
-SRC_URI="mirror://openbsd/OpenBGPD/${MY_P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	${DEPEND}
-	!!net-misc/quagga
-	acct-group/_bgpd
-	acct-user/_bgpd
-"
-BDEPEND="
-	dev-build/libtool
-"
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}/${PN}-init.d" bgpd
-	newconfd "${FILESDIR}/${PN}-conf.d" bgpd
-	systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
-}
-
-src_configure() {
-	append-cflags -fcommon
-	default
-}
-
-pkg_postinst() {
-	if [ -z "${REPLACING_VERSIONS}" ]; then
-		ewarn
-		ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB"
-		ewarn "to the FIB. It’s only suitable for route-reflectors or"
-		ewarn "route-servers."
-		ewarn
-	fi
-}


             reply	other threads:[~2024-09-25 13:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-25 13:53 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:53 [gentoo-commits] repo/proj/guru:master commit in: net-misc/openbgpd/ David Roman
2024-08-24 20:56 David Roman
2024-08-24 20:56 David Roman
2024-08-24 20:56 David Roman
2020-12-23 10:24 Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-03-24 20:59 Andrew Ammerlaan

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=1727091108.dddd73eb27bf6e1abcc3a19e33feb7aa272bf589.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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