Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq4/
Date: Thu, 18 Aug 2022 21:51:18
Message-Id: 1660859370.e677cbf834ed137136227d650a9acabef408cc8c.sam@gentoo
1 commit: e677cbf834ed137136227d650a9acabef408cc8c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 21:49:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 21:49:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e677cbf8
7
8 net-misc/bgpq4: drop new keywords except for ~amd64, drop src_install
9
10 - We'll file for new rekeywording to copy bgpq3 keywords shortly
11 - Drop unnecessary src_install (Makefile works fine)
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-misc/bgpq4/bgpq4-1.5.ebuild | 11 +++--------
16 1 file changed, 3 insertions(+), 8 deletions(-)
17
18 diff --git a/net-misc/bgpq4/bgpq4-1.5.ebuild b/net-misc/bgpq4/bgpq4-1.5.ebuild
19 index b0440b2764c9..0f28e3358d49 100644
20 --- a/net-misc/bgpq4/bgpq4-1.5.ebuild
21 +++ b/net-misc/bgpq4/bgpq4-1.5.ebuild
22 @@ -11,15 +11,10 @@ SRC_URI="https://github.com/bgp/bgpq4/archive/refs/tags/${PV}.tar.gz -> ${P}.tar
23
24 LICENSE="BSD-2"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="~amd64"
28
29 src_prepare() {
30 - eapply_user
31 - eautoreconf
32 -}
33 + default
34
35 -src_install() {
36 - dobin bgpq4
37 - doman bgpq4.8
38 - dodoc CHANGES COPYRIGHT README.md
39 + eautoreconf
40 }