diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-22 13:38:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-23 10:51:15 +0200 |
commit | c9b20d4093a6034d26ea63171b0bb7a22fa2b91e (patch) | |
tree | d38b6ad7e2f3e80aa537ee14103c3dc8d13b2772 /net-analyzer/tcping | |
parent | app-misc/bgrep: drop old (EAPI4) (diff) | |
download | gentoo-c9b20d4093a6034d26ea63171b0bb7a22fa2b91e.tar.gz gentoo-c9b20d4093a6034d26ea63171b0bb7a22fa2b91e.tar.bz2 gentoo-c9b20d4093a6034d26ea63171b0bb7a22fa2b91e.zip |
net-analyzer/tcping: drop old (EAPI4)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/tcping')
-rw-r--r-- | net-analyzer/tcping/tcping-1.3.5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-analyzer/tcping/tcping-1.3.5.ebuild b/net-analyzer/tcping/tcping-1.3.5.ebuild deleted file mode 100644 index 3c883e7c10db..000000000000 --- a/net-analyzer/tcping/tcping-1.3.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Ping implementation that uses the TCP protocol" -HOMEPAGE="http://www.linuxco.de/tcping/tcping.html" -SRC_URI="http://www.linuxco.de/tcping/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - 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 -} |