From eb947539fd2a4ae46137f54b92cf832ce0519e10 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sun, 19 Mar 2023 15:01:51 +0100 Subject: [PATCH] net-misc/openbgpd: Remove old versions --- net-misc/openbgpd/Manifest | 4 -- net-misc/openbgpd/openbgpd-6.6_p0.ebuild | 53 ----------------------- net-misc/openbgpd/openbgpd-6.7_p0.ebuild | 49 --------------------- net-misc/openbgpd/openbgpd-6.8_p0.ebuild | 49 --------------------- net-misc/openbgpd/openbgpd-6.8_p1.ebuild | 54 ------------------------ net-misc/openbgpd/openbgpd-6.9_p0.ebuild | 2 +- net-misc/openbgpd/openbgpd-9999.ebuild | 2 +- 7 files changed, 2 insertions(+), 211 deletions(-) delete mode 100644 net-misc/openbgpd/openbgpd-6.6_p0.ebuild delete mode 100644 net-misc/openbgpd/openbgpd-6.7_p0.ebuild delete mode 100644 net-misc/openbgpd/openbgpd-6.8_p0.ebuild delete mode 100644 net-misc/openbgpd/openbgpd-6.8_p1.ebuild diff --git a/net-misc/openbgpd/Manifest b/net-misc/openbgpd/Manifest index 692e599..da04c69 100644 --- a/net-misc/openbgpd/Manifest +++ b/net-misc/openbgpd/Manifest @@ -1,5 +1 @@ -DIST openbgpd-6.6p0.tar.gz 676732 BLAKE2B 80b391ead81d8d3bd20fe9b3eb3f8976485d29241f30c7395c678ff3f0fd87b2f3036b2ebb502ff0ca27d79f4fbbe6ba93576069edb32f004705d71d92e2b3a2 SHA512 07a7599b3ab14181575dc38647b307a4efa7d5dfa8a7aefe70483eb6773cb792eac788a10ea865d78daa59f197fc2d9cd2ce96d0c0251564507963716057fee0 -DIST openbgpd-6.7p0.tar.gz 699211 BLAKE2B 981105c3a9ba6a7b143ad6d926459382686f23b6355392fedaecaaf572c0d6054f6ce7656eaf7461d5bdc753e0be3d70f7ae44ee85395fd0d310d2bef7251bf8 SHA512 7309fe00ada74503ae6c739886e8a78af6cba93cbe6d29f9656eb95f96124401ac7b00ebe1b345b1c786582f661c72caf22c9193968662db2a1f19703f34cd2e -DIST openbgpd-6.8p0.tar.gz 701164 BLAKE2B 458e3aeab026b3c2ee3f676d35d657ef2b8b9b2cb11efc6a32f18c387e6f08594fa3e736b53f9413e9ec59139adfd3c89d26da780bcdcb4b2925124cf9a1ea05 SHA512 0c99a94a9a1401c22a3400d424ac1e682bdab92d09844717f8bb576c0ede67140d918f48c15b318abebf21b39468333f8f1c2d963a1541f4ead9067f85434a94 -DIST openbgpd-6.8p1.tar.gz 701218 BLAKE2B feb23e6dc7c92f7e9d6eb46c444569b4f06d61724f27fe42538821675acfaf7e61e2cd854ab93d1d7f9065faa6f130d4190656a96bcfd28bc671423832f10f00 SHA512 c4496823398b41fa955b3004ebd34cc4d5ef375e7648267654750d665ccdb4cafc2e8240181ffd537bf7bd34320c83058dd2008a28d12b049e56c0293500ce45 DIST openbgpd-6.9p0.tar.gz 719173 BLAKE2B 13360fdec909fbb18e4b9f71cb6751c406bb58a685d51bbb9caa38302f4dd1d91ba7a3ed90eac308f57851410fdf9b21652266f29488f086bba4b3ec24844efe SHA512 ba6f73aeb03e798fd081f67fc500d24e0b2efdb9564fe5f294460abc8e66762692177a1238f8f0372ca74e0ad9c11aa9f640e50cd0978198639655b3985240bc diff --git a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild b/net-misc/openbgpd/openbgpd-6.6_p0.ebuild deleted file mode 100644 index c4b1f50..0000000 --- a/net-misc/openbgpd/openbgpd-6.6_p0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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/${PN}-${MY_PV}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - ${DEPEND} - !!net-misc/quagga - acct-group/_bgpd - acct-user/_bgpd -" -BDEPEND=" - sys-devel/libtool -" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}/${P}-config.c.patch" -) - -src_install() { - default - - newinitd "${FILESDIR}/${PN}-init.d" bgpd - newconfd "${FILESDIR}/${PN}-conf.d" bgpd - systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service -} - -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 -} diff --git a/net-misc/openbgpd/openbgpd-6.7_p0.ebuild b/net-misc/openbgpd/openbgpd-6.7_p0.ebuild deleted file mode 100644 index ccd7a6b..0000000 --- a/net-misc/openbgpd/openbgpd-6.7_p0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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/${PN}-${MY_PV}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - ${DEPEND} - !!net-misc/quagga - acct-group/_bgpd - acct-user/_bgpd -" -BDEPEND=" - sys-devel/libtool -" - -S="${WORKDIR}/${MY_P}" - -src_install() { - default - - newinitd "${FILESDIR}/${PN}-init.d" bgpd - newconfd "${FILESDIR}/${PN}-conf.d" bgpd - systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service -} - -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 -} diff --git a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild b/net-misc/openbgpd/openbgpd-6.8_p0.ebuild deleted file mode 100644 index ccd7a6b..0000000 --- a/net-misc/openbgpd/openbgpd-6.8_p0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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/${PN}-${MY_PV}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - ${DEPEND} - !!net-misc/quagga - acct-group/_bgpd - acct-user/_bgpd -" -BDEPEND=" - sys-devel/libtool -" - -S="${WORKDIR}/${MY_P}" - -src_install() { - default - - newinitd "${FILESDIR}/${PN}-init.d" bgpd - newconfd "${FILESDIR}/${PN}-conf.d" bgpd - systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service -} - -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 -} diff --git a/net-misc/openbgpd/openbgpd-6.8_p1.ebuild b/net-misc/openbgpd/openbgpd-6.8_p1.ebuild deleted file mode 100644 index 30b6ff1..0000000 --- a/net-misc/openbgpd/openbgpd-6.8_p1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2020-2021 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/${PN}-${MY_PV}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - ${DEPEND} - !!net-misc/quagga - acct-group/_bgpd - acct-user/_bgpd -" -BDEPEND=" - sys-devel/libtool -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - append-cflags -fcommon - 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() { - 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 -} diff --git a/net-misc/openbgpd/openbgpd-6.9_p0.ebuild b/net-misc/openbgpd/openbgpd-6.9_p0.ebuild index b35936c..f6272cf 100644 --- a/net-misc/openbgpd/openbgpd-6.9_p0.ebuild +++ b/net-misc/openbgpd/openbgpd-6.9_p0.ebuild @@ -20,7 +20,7 @@ IUSE="" DEPEND="" RDEPEND=" ${DEPEND} - !!net-misc/quagga + !!net-misc/frr acct-group/_bgpd acct-user/_bgpd " diff --git a/net-misc/openbgpd/openbgpd-9999.ebuild b/net-misc/openbgpd/openbgpd-9999.ebuild index 53a836b..5f336d0 100644 --- a/net-misc/openbgpd/openbgpd-9999.ebuild +++ b/net-misc/openbgpd/openbgpd-9999.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND="" RDEPEND=" ${DEPEND} - !!net-misc/quagga + !!net-misc/frr acct-group/_bgpd acct-user/_bgpd "