diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 16:46:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:21:53 +0000 |
commit | 05c6ca6a51fc1994f3c2afc06e2b9aa78d00b09e (patch) | |
tree | 41feaf871dd402d4b47bdf149818b6f0ce6c7458 /net-analyzer/tcping | |
parent | net-analyzer/sngrep: drop 1.4.6-r3 (diff) | |
download | gentoo-05c6ca6a51fc1994f3c2afc06e2b9aa78d00b09e.tar.gz gentoo-05c6ca6a51fc1994f3c2afc06e2b9aa78d00b09e.tar.bz2 gentoo-05c6ca6a51fc1994f3c2afc06e2b9aa78d00b09e.zip |
net-analyzer/tcping: drop 1.3.5-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcping')
-rw-r--r-- | net-analyzer/tcping/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/tcping/tcping-1.3.5-r1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/net-analyzer/tcping/Manifest b/net-analyzer/tcping/Manifest index 93156ec4abf3..6efff5e7cf56 100644 --- a/net-analyzer/tcping/Manifest +++ b/net-analyzer/tcping/Manifest @@ -1,2 +1 @@ -DIST tcping-1.3.5.tar.gz 5889 BLAKE2B 8636d1fa4ff65eb14c8fe3c8d6e5b31740b84f0ccc1517b8b35ac613ace3be4b7584b6b7ccd5cf7737c7b7fea678d8d85ac54c00186ce79920dd1756c8c66fd3 SHA512 729360cd1f820ec7c68e2c64365caf60daace8c486c64fe96a88d1037b9818dd27603408962842b74d0db1ee2306ef68522f3f3369c1390e4554929297de760d DIST tcping-1.3.6.tar.gz 3329 BLAKE2B cd69e259d930532810bf3b19d22db981d644051e472d6356e442df2074ebd6fe675b62540190f465127bdcd0c248f329b3e5c167a6c4408acfef029297b5e181 SHA512 74c65f292d6521dfbf8784ae9e1988a12ad224c81f6575ada1cae55b079cf9c13707be52cb9147abe02c8787ebbedb0d9fca1f2c27fb57c32eea5817c7042992 diff --git a/net-analyzer/tcping/tcping-1.3.5-r1.ebuild b/net-analyzer/tcping/tcping-1.3.5-r1.ebuild deleted file mode 100644 index 956a3556561e..000000000000 --- a/net-analyzer/tcping/tcping-1.3.5-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Ping implementation that uses the TCP protocol" -HOMEPAGE="https://github.com/mkirchner/tcping" -SRC_URI="https://web.archive.org/web/20160316191549/http://linuxco.de/tcping/tcping-1.3.5.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - default - sed -e '/^CC=/s:=:?=:' \ - -e '/^CCFLAGS/s:=:+=:' \ - -e 's/$(CCFLAGS)/$(CCFLAGS) $(LDFLAGS)/' \ - -i Makefile || die - tc-export CC - export CCFLAGS="${CFLAGS}" -} - -src_install() { - dobin tcping - dodoc README -} |