commit: 97737f1839dbaa94cbd9481fa6c1ff8719590b40 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 19:18:37 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 19:18:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97737f18
net-analyzer/tcping: drop 1.3.6, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/tcping/Manifest | 1 - net-analyzer/tcping/tcping-1.3.6.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/net-analyzer/tcping/Manifest b/net-analyzer/tcping/Manifest index 2da9cb762504..4c63f8a7731d 100644 --- a/net-analyzer/tcping/Manifest +++ b/net-analyzer/tcping/Manifest @@ -1,2 +1 @@ -DIST tcping-1.3.6.tar.gz 3329 BLAKE2B cd69e259d930532810bf3b19d22db981d644051e472d6356e442df2074ebd6fe675b62540190f465127bdcd0c248f329b3e5c167a6c4408acfef029297b5e181 SHA512 74c65f292d6521dfbf8784ae9e1988a12ad224c81f6575ada1cae55b079cf9c13707be52cb9147abe02c8787ebbedb0d9fca1f2c27fb57c32eea5817c7042992 DIST tcping-2.1.0.tar.gz 6532 BLAKE2B 8d154b36480180ae6fd2a644b98ee0ed569e1d7491a2fe5a5ced9a3ad2470d8a34cbbed499ba93661816075617cdb00f83c1469866f3bf63871fbbc6f67168ca SHA512 d39c30390a7ab7a345f3b8fc2731afa817b104460a65ad47f1e535d1a5242eed7eb5b8c416b898dd4eedc87cf16af7bbb0630c63731b12513fa4f95eb9dfaed0 diff --git a/net-analyzer/tcping/tcping-1.3.6.ebuild b/net-analyzer/tcping/tcping-1.3.6.ebuild deleted file mode 100644 index e581a8a8dbf9..000000000000 --- a/net-analyzer/tcping/tcping-1.3.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Check if a desired port is reachable via TCP" -HOMEPAGE="https://github.com/mkirchner/tcping" -SRC_URI="https://github.com/mkirchner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -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 -}
