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/tcping/
Date: Tue, 23 Apr 2019 08:51:45
Message-Id: 1556009475.c9b20d4093a6034d26ea63171b0bb7a22fa2b91e.soap@gentoo
1 commit: c9b20d4093a6034d26ea63171b0bb7a22fa2b91e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 11:38:01 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 08:51:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b20d40
7
8 net-analyzer/tcping: drop old (EAPI4)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-analyzer/tcping/tcping-1.3.5.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/net-analyzer/tcping/tcping-1.3.5.ebuild b/net-analyzer/tcping/tcping-1.3.5.ebuild
17 deleted file mode 100644
18 index 3c883e7c10d..00000000000
19 --- a/net-analyzer/tcping/tcping-1.3.5.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Ping implementation that uses the TCP protocol"
30 -HOMEPAGE="http://www.linuxco.de/tcping/tcping.html"
31 -SRC_URI="http://www.linuxco.de/tcping/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -src_prepare() {
39 - sed -e '/^CC=/s:=:?=:' \
40 - -e '/^CCFLAGS/s:=:+=:' \
41 - -e 's/$(CCFLAGS)/$(CCFLAGS) $(LDFLAGS)/' \
42 - -i Makefile || die
43 - tc-export CC
44 - export CCFLAGS="${CFLAGS}"
45 -}
46 -
47 -src_install() {
48 - dobin tcping
49 - dodoc README
50 -}