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-analyzer/openbsd-netcat/
Date: Mon, 03 Jan 2022 23:26:53
Message-Id: 1641252372.5c7ad58b3d429f519010f4f2982103c04d91b975.soap@gentoo
1 commit: 5c7ad58b3d429f519010f4f2982103c04d91b975
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:12 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7ad58b
7
8 net-analyzer/openbsd-netcat: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild | 5 ++---
13 net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild | 5 ++---
14 net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild | 5 ++---
15 3 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
18 index 1c797beed02f..859270ce857d 100644
19 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
20 +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -10,10 +10,9 @@ HOMEPAGE="https://cvsweb.openbsd.org/src/usr.bin/nc/
28 https://salsa.debian.org/debian/netcat-openbsd"
29 SRC_URI="http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}.orig.tar.gz
30 http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}-2.debian.tar.xz"
31 +
32 LICENSE="BSD"
33 SLOT="0"
34 -IUSE="elibc_Darwin"
35 -
36 KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
37
38 BDEPEND="virtual/pkgconfig"
39
40 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild
41 index 6cf8215e03c8..48dfecb119bd 100644
42 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild
43 +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -10,10 +10,9 @@ HOMEPAGE="https://cvsweb.openbsd.org/src/usr.bin/nc/
51 https://salsa.debian.org/debian/netcat-openbsd"
52 SRC_URI="http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}.orig.tar.gz
53 http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}-2.debian.tar.xz"
54 +
55 LICENSE="BSD"
56 SLOT="0"
57 -IUSE="elibc_Darwin"
58 -
59 KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
60
61 BDEPEND="virtual/pkgconfig"
62
63 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
64 index ee806c763af0..90851a6bcac9 100644
65 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
66 +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=7
73 @@ -10,10 +10,9 @@ HOMEPAGE="https://cvsweb.openbsd.org/src/usr.bin/nc/
74 https://salsa.debian.org/debian/netcat-openbsd"
75 SRC_URI="http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}.orig.tar.gz
76 http://http.debian.net/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${PV}-2.debian.tar.xz"
77 +
78 LICENSE="BSD"
79 SLOT="0"
80 -IUSE="elibc_Darwin"
81 -
82 KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x64-macos"
83
84 BDEPEND="virtual/pkgconfig"