summaryrefslogtreecommitdiff
path: root/net-analyzer/sbd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /net-analyzer/sbd
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'net-analyzer/sbd')
-rw-r--r--net-analyzer/sbd/Manifest2
-rw-r--r--net-analyzer/sbd/sbd-1.37-r1.ebuild9
2 files changed, 6 insertions, 5 deletions
diff --git a/net-analyzer/sbd/Manifest b/net-analyzer/sbd/Manifest
index 202dd5d5fddc..1f6029ce4464 100644
--- a/net-analyzer/sbd/Manifest
+++ b/net-analyzer/sbd/Manifest
@@ -1,3 +1,3 @@
DIST sbd-1.37.tar.gz 83991 BLAKE2B 7dd0f1e3c428e9eed24ca513c99a242ec5bf2a147416b2a979335ff9c55b6d68ca8769ccd00e11637e0411c9537895fd2523a3f237be704d4540db5b4d12bbc9 SHA512 845f3eb20d3a6006f7afc9b60eecaa3049172b3fb2796058f18a13ddbfb7f2c9914bef45bd4f3557db814783717eae24fe13d46d22c65359ba3f816c6d52ea7c
-EBUILD sbd-1.37-r1.ebuild 649 BLAKE2B 008bd41b3377d4b34359c611d140287a3ccb1801ad6a25919be4152be29576f86740783f4609d5e6d5ab0a1aad604d3acd490943accfe3ab49e7da69f943f7a9 SHA512 39e51120c26bbe6eff07b449039009811e3e747d06c06a93c6da8fd480b6170840d9c3980ea713d2697b0ce8b1365d71ca359f954634650c13e4e89f7d958248
+EBUILD sbd-1.37-r1.ebuild 658 BLAKE2B eb895fb5a703a238947704ea57b20179870120c443c898d822182bfc77b31378ae17e0c529727d99b63fc97c1cc7a17ccdd1c66a7060ca643b2c275a129b284d SHA512 2394908299bd7c044f0ad2c0704e87df8a8cbc281efccaeab1e3dbe5a0295f4338287a5eaf9828e2df66d592987b7f161fe772880cb89bdead2a273a168c1759
MISC metadata.xml 625 BLAKE2B 4e509c997323eb5429fce6bc9a7873fbf8d3b362093efa1bfce58c591f95fdd73a73395e71c0375c96eebbcc85d809a63ce1dffe77ea0bb3c1741c34a7c4f36d SHA512 80da056e231f3f68263ca3d4f44b79990efce1679878923ae39bd31875d19319851e58d5d99a1d21eacfb03c95374ab765d24a3b92aa213c1c23387ad33263e0
diff --git a/net-analyzer/sbd/sbd-1.37-r1.ebuild b/net-analyzer/sbd/sbd-1.37-r1.ebuild
index 514310c7e942..6b87335cd5a6 100644
--- a/net-analyzer/sbd/sbd-1.37-r1.ebuild
+++ b/net-analyzer/sbd/sbd-1.37-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
@@ -9,11 +9,12 @@ DESCRIPTION="Netcat-clone, designed to be portable and offer strong encryption"
HOMEPAGE="http://tigerteam.se/dl/sbd/"
SRC_URI="http://tigerteam.se/dl/sbd/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
src_prepare() {
+ default
sed -i \
-e '/ -o /{ s| $(UNIX_LDFLAGS) $(LDFLAGS)||g;s|$(CFLAGS)|& $(LDFLAGS)|g }' \
Makefile || die