Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bsdwhois/
Date: Thu, 06 Jan 2022 09:07:40
Message-Id: 1641460025.8afa8b1d4bba8d9960c7862914362d49dc13e40a.soap@gentoo
1 commit: 8afa8b1d4bba8d9960c7862914362d49dc13e40a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:05 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afa8b1d
7
8 net-misc/bsdwhois: remove userland_BSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild | 9 +++------
13 1 file changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
16 index 2e825ce486c1..4dd7d36625df 100644
17 --- a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
18 +++ b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,6 @@ SRC_URI="http://utenti.gufi.org/~drizzt/codes/${P}.tar.gz"
26 LICENSE="BSD"
27 SLOT="0"
28 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
29 -IUSE="userland_BSD"
30
31 PATCHES=(
32 "${FILESDIR}/${PN}-1.43.2.1-musl-cdefs.patch"
33 @@ -19,8 +18,6 @@ PATCHES=(
34 src_install() {
35 default
36
37 - if ! use userland_BSD; then
38 - mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1 || die
39 - mv "${ED}"/usr/bin/{whois,bsdwhois} || die
40 - fi
41 + mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1 || die
42 + mv "${ED}"/usr/bin/{whois,bsdwhois} || die
43 }