commit: 75544560196ada0186fc5315e4515fb59e061cda Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 16:02:17 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 16:22:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75544560
net-analyzer/tcptrace: drop 6.6.7_p6-r1 Bug: https://bugs.gentoo.org/900042 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild | 72 ----------------------- 1 file changed, 72 deletions(-) diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild deleted file mode 100644 index 5453f2914699..000000000000 --- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit autotools flag-o-matic - -DESCRIPTION="A Tool for analyzing network packet dumps" -HOMEPAGE="http://www.tcptrace.org/" -SRC_URI=" - http://www.tcptrace.org/download/${P/_p*}.tar.gz - http://www.tcptrace.org/download/old/$(ver_cut 1-2)/${P/_p*}.tar.gz - mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz -" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ppc64 x86" - -DEPEND=" - net-libs/libpcap -" -RDEPEND=" - ${DEPEND} -" -PATCHES=( - "${FILESDIR}"/${P/_p*}-cross-compile.patch - "${FILESDIR}"/${P/_p*}-_DEFAULT_SOURCE.patch - "${FILESDIR}"/${P/_p*}-fix-build-clang16.patch -) -S=${WORKDIR}/${P/_p*} - -src_prepare() { - default - - eapply \ - $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series) - - eautoreconf -} - -src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/861260 - # - # Upstream site no longer exists. - # - # Do not trust with LTO either. - append-flags -fno-strict-aliasing - filter-lto - - default -} - -src_compile() { - emake CCOPT="${CFLAGS}" -} - -src_install() { - dobin tcptrace xpl2gpl - - newman tcptrace.man tcptrace.1 - dodoc CHANGES COPYRIGHT FAQ README* THANKS WWW -} - -pkg_postinst() { - if ! has_version ${CATEGORY}/${PN}; then - elog "Note: tcptrace outputs its graphs in the xpl (xplot)" - elog "format. Since xplot is unavailable, you will have to" - elog "use the included xpl2gpl utility to convert it to" - elog "the gnuplot format." - fi -}
