commit: c9b20d4093a6034d26ea63171b0bb7a22fa2b91e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Apr 22 11:38:01 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 08:51:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b20d40
net-analyzer/tcping: drop old (EAPI4) Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-analyzer/tcping/tcping-1.3.5.ebuild | 29 ----------------------------- 1 file changed, 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 3c883e7c10d..00000000000 --- 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 -}
