* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2016-07-30 19:28 Jeroen Roovers
0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-07-30 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 5604fa98bd62965b33f1ff0f242be18393fee5b6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:27:37 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 19:27:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5604fa98
net-analyzer/tcptrace: Pull in Debian patch to replace private pcap_offline_read() call (bug #590076).
Package-Manager: portage-2.3.0
net-analyzer/tcptrace/Manifest | 1 +
net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild | 64 +++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/net-analyzer/tcptrace/Manifest b/net-analyzer/tcptrace/Manifest
index 4a7145e..9c4916d 100644
--- a/net-analyzer/tcptrace/Manifest
+++ b/net-analyzer/tcptrace/Manifest
@@ -1 +1,2 @@
DIST tcptrace-6.6.7.tar.gz 3773308 SHA256 63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd SHA512 3638770c342aea6c71aa556e758ed22e1fd44730f6c652cf82d3861eb1c31b186952c660071bd1df45020b80eaf9dd090a4ff58c979cc907eb8154dcb7b9b432 WHIRLPOOL b7eb2373b9a26789c47bb05e1e45047164648ff6f5cb3b57ba552d205443ca1fba7df9dd983a68f712a3e7398e776d97b328463f2497e7e39ba2b7db789c14b0
+DIST tcptrace_6.6.7-4.1.diff.gz 29161 SHA256 8d146edf2763badd92813404240c996613e256f1300c801f0dad02b842bf3ed4 SHA512 2f6dfeb8e15faa0151bdbb18194587e51de040f63117eb1b469a826091d5c1e5eb41a306bdc94e89ce993d0d04ec31324e5f7eea0a1a52852e07ee80006b2087 WHIRLPOOL 56af4f8ca7f5efbe5fd57acc2e7a881c315b245f5a10e4e4ce7eee9101554e53694e576129a8a997b4bbf89c2a0a92a2eab2f7efeca401808399524979cd2b17
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
new file mode 100644
index 0000000..3493016
--- /dev/null
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils flag-o-matic versionator
+
+TT_DEB_MAJOR=$(get_version_component_range 4)
+TT_DEB_MAJOR=${TT_DEB_MAJOR/p}
+TT_DEB_MINOR=$(get_version_component_range 5)
+TT_DEB_MINOR=${TT_DEB_MINOR/p}
+TT_VER=$(get_version_component_range 1-3)
+
+DESCRIPTION="A Tool for analyzing network packet dumps"
+HOMEPAGE="http://www.tcptrace.org/"
+SRC_URI="
+ http://www.tcptrace.org/download/${PN}-${TT_VER}.tar.gz
+ http://www.tcptrace.org/download/old/6.6/${PN}-${TT_VER}.tar.gz
+ mirror://debian/pool/main/t/${PN}/${PN}_${TT_VER}-${TT_DEB_MAJOR}.${TT_DEB_MINOR}.diff.gz
+"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+ net-libs/libpcap
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+S=${WORKDIR}/${PN}-${TT_VER}
+
+src_prepare() {
+ eapply "${FILESDIR}"/${PN}-${TT_VER}-cross-compile.patch
+ eapply "${WORKDIR}"/${PN}_${TT_VER}-${TT_DEB_MAJOR}.${TT_DEB_MINOR}.diff
+
+ eapply_user
+
+ append-cppflags -D_DEFAULT_SOURCE
+
+ eautoreconf
+}
+
+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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2017-12-19 8:32 Jason Zaman
0 siblings, 0 replies; 18+ messages in thread
From: Jason Zaman @ 2017-12-19 8:32 UTC (permalink / raw
To: gentoo-commits
commit: e80028c536d0d66bb74db16c7b33cf127b840868
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 05:26:08 2017 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 08:32:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80028c5
net-analyzer/tcptrace: amd64 stable
Gentoo-bug: 640008
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
index e65a749553b..a52be3ee94e 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2017-12-28 12:40 Sergei Trofimovich
0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2017-12-28 12:40 UTC (permalink / raw
To: gentoo-commits
commit: c4b373aa70ee4637d3129a6a741130408125869d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 12:39:58 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 12:39:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b373aa
net-analyzer/tcptrace: stable 6.6.7_p4_p1 for ppc64, bug #640008
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
index a52be3ee94e..e0a0ede25bf 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2018-02-08 19:48 Jeroen Roovers
0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2018-02-08 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 023d3b2d736dbb56295d079f0354652b165f8bab
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 19:48:39 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 19:48:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d3b2d
net-analyzer/tcptrace: Old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild | 47 --------------------------
1 file changed, 47 deletions(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild
deleted file mode 100644
index c00386bbbde..00000000000
--- a/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="A Tool for analyzing network packet dumps"
-HOMEPAGE="http://www.tcptrace.org/"
-SRC_URI="
- http://www.tcptrace.org/download/${P}.tar.gz
- http://www.tcptrace.org/download/old/6.6/${P}.tar.gz
-"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ppc64 x86"
-IUSE=""
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-cross-compile.patch
- eautoreconf
- append-cppflags -D_BSD_SOURCE
-}
-
-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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2020-09-30 9:49 Jeroen Roovers
0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2020-09-30 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 90ef900223244786e7b7a07ce9c47978ba075dd0
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 09:49:23 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 09:49:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ef9002
net-analyzer/tcptrace: Version 6.6.7_p6
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/tcptrace/Manifest | 1 +
net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 58 ++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/net-analyzer/tcptrace/Manifest b/net-analyzer/tcptrace/Manifest
index 38a5487049c..9d4cc81f600 100644
--- a/net-analyzer/tcptrace/Manifest
+++ b/net-analyzer/tcptrace/Manifest
@@ -1,3 +1,4 @@
DIST tcptrace-6.6.7.tar.gz 3773308 BLAKE2B cae5816cb25c33f71c316d14de3c18ff26f0e7452375a962b88c4818ca7c43425e7298e788bd8cb43f2e22ac7dc9b89ed1921b7bd70d0e8befab3ee791453fb1 SHA512 3638770c342aea6c71aa556e758ed22e1fd44730f6c652cf82d3861eb1c31b186952c660071bd1df45020b80eaf9dd090a4ff58c979cc907eb8154dcb7b9b432
DIST tcptrace_6.6.7-4.1.diff.gz 29161 BLAKE2B 83768d0a6f14525f20b484421181078a3cf7ac3adeada3cf02a7441530593632743c6e515dd8738f5a4692422d97f4eb718dda076a234489096a10defb97dd5f SHA512 2f6dfeb8e15faa0151bdbb18194587e51de040f63117eb1b469a826091d5c1e5eb41a306bdc94e89ce993d0d04ec31324e5f7eea0a1a52852e07ee80006b2087
DIST tcptrace_6.6.7-5.debian.tar.xz 6236 BLAKE2B 21d35b625fdc7b94c29b2be595ac39488578f08c53e5dde98953bbebaa2d8d96de968b746dd107ea78365a77f1fe7aa5abfeb3aeef4473c9020587f93066000c SHA512 6265d0bfb25f256c8f356cda731c48f869fe3e9d9504ed6afd0e98a3c2caf5dbcff73373c338be111712713b9a501fae886bb06723796103bac4dec5d8fcfaf6
+DIST tcptrace_6.6.7-6.debian.tar.xz 6056 BLAKE2B a46a8a8a8f804066486566bccd10e33dc372a1fc30f37f401913c2b3038cf917891472e93a509cac8bdd2928d473c3ce21d0c4048c96ae54967fc48780384221 SHA512 82eebc2e297130cbafab0bb1757402d8b210885320ded1cd9b7ff064248d145c93196820564d4d1d7f1b1f7391cc5f734a0e0bf6275ddcae106d0bd540e32b61
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
new file mode 100644
index 00000000000..f08f5f8fd7d
--- /dev/null
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+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/6.6/${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
+)
+S=${WORKDIR}/${P/_p*}
+
+src_prepare() {
+ default
+
+ eapply \
+ $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
+
+ eautoreconf
+}
+
+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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2021-03-15 21:53 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-15 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 61d1dca2440f859fe50b482245cff798c606947e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:53:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:53:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d1dca2
net-analyzer/tcptrace: Stabilize 6.6.7_p6 amd64, #776562
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
index f08f5f8fd7d..cb35d6444fb 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2021-03-15 21:55 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-15 21:55 UTC (permalink / raw
To: gentoo-commits
commit: bca94ee3745b2f138b265f28c93220fff498d22f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:55:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:55:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca94ee3
net-analyzer/tcptrace: Stabilize 6.6.7_p6 ppc64, #776562
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
index cb35d6444fb..272209f94e5 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2021-03-16 14:47 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-16 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 11103a8d2e913b994b44ab77e08085576f835c49
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 14:47:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 14:47:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11103a8d
net-analyzer/tcptrace: Stabilize 6.6.7_p6 x86, #776562
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
index 272209f94e5..a96afb76f58 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2021-03-16 14:48 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-16 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 53afb89246462a5a06a68c95708d501d73705186
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 14:48:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 14:48:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53afb892
net-analyzer/tcptrace: drop 6.6.7_p4_p1, 6.6.7_p5
Bug: https://bugs.gentoo.org/776562
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/Manifest | 2 -
net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild | 63 -----------------------
net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild | 58 ---------------------
3 files changed, 123 deletions(-)
diff --git a/net-analyzer/tcptrace/Manifest b/net-analyzer/tcptrace/Manifest
index 9d4cc81f600..0c533e08f0e 100644
--- a/net-analyzer/tcptrace/Manifest
+++ b/net-analyzer/tcptrace/Manifest
@@ -1,4 +1,2 @@
DIST tcptrace-6.6.7.tar.gz 3773308 BLAKE2B cae5816cb25c33f71c316d14de3c18ff26f0e7452375a962b88c4818ca7c43425e7298e788bd8cb43f2e22ac7dc9b89ed1921b7bd70d0e8befab3ee791453fb1 SHA512 3638770c342aea6c71aa556e758ed22e1fd44730f6c652cf82d3861eb1c31b186952c660071bd1df45020b80eaf9dd090a4ff58c979cc907eb8154dcb7b9b432
-DIST tcptrace_6.6.7-4.1.diff.gz 29161 BLAKE2B 83768d0a6f14525f20b484421181078a3cf7ac3adeada3cf02a7441530593632743c6e515dd8738f5a4692422d97f4eb718dda076a234489096a10defb97dd5f SHA512 2f6dfeb8e15faa0151bdbb18194587e51de040f63117eb1b469a826091d5c1e5eb41a306bdc94e89ce993d0d04ec31324e5f7eea0a1a52852e07ee80006b2087
-DIST tcptrace_6.6.7-5.debian.tar.xz 6236 BLAKE2B 21d35b625fdc7b94c29b2be595ac39488578f08c53e5dde98953bbebaa2d8d96de968b746dd107ea78365a77f1fe7aa5abfeb3aeef4473c9020587f93066000c SHA512 6265d0bfb25f256c8f356cda731c48f869fe3e9d9504ed6afd0e98a3c2caf5dbcff73373c338be111712713b9a501fae886bb06723796103bac4dec5d8fcfaf6
DIST tcptrace_6.6.7-6.debian.tar.xz 6056 BLAKE2B a46a8a8a8f804066486566bccd10e33dc372a1fc30f37f401913c2b3038cf917891472e93a509cac8bdd2928d473c3ce21d0c4048c96ae54967fc48780384221 SHA512 82eebc2e297130cbafab0bb1757402d8b210885320ded1cd9b7ff064248d145c93196820564d4d1d7f1b1f7391cc5f734a0e0bf6275ddcae106d0bd540e32b61
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
deleted file mode 100644
index 9e42190df0b..00000000000
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p4_p1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils flag-o-matic versionator
-
-TT_DEB_MAJOR=$(get_version_component_range 4)
-TT_DEB_MAJOR=${TT_DEB_MAJOR/p}
-TT_DEB_MINOR=$(get_version_component_range 5)
-TT_DEB_MINOR=${TT_DEB_MINOR/p}
-TT_VER=$(get_version_component_range 1-3)
-
-DESCRIPTION="A Tool for analyzing network packet dumps"
-HOMEPAGE="http://www.tcptrace.org/"
-SRC_URI="
- http://www.tcptrace.org/download/${PN}-${TT_VER}.tar.gz
- http://www.tcptrace.org/download/old/6.6/${PN}-${TT_VER}.tar.gz
- mirror://debian/pool/main/t/${PN}/${PN}_${TT_VER}-${TT_DEB_MAJOR}.${TT_DEB_MINOR}.diff.gz
-"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ppc64 x86"
-
-DEPEND="
- net-libs/libpcap
-"
-RDEPEND="
- ${DEPEND}
-"
-
-S=${WORKDIR}/${PN}-${TT_VER}
-
-src_prepare() {
- eapply "${FILESDIR}"/${PN}-${TT_VER}-cross-compile.patch
- eapply "${WORKDIR}"/${PN}_${TT_VER}-${TT_DEB_MAJOR}.${TT_DEB_MINOR}.diff
-
- eapply_user
-
- append-cppflags -D_DEFAULT_SOURCE
-
- eautoreconf
-}
-
-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
-}
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild
deleted file mode 100644
index acb7c415420..00000000000
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-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/6.6/${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
-)
-S=${WORKDIR}/${P/_p*}
-
-src_prepare() {
- default
-
- eapply \
- $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
-
- eautoreconf
-}
-
-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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2022-09-30 23:24 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-09-30 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 9cf1f0dfff33a532e42d41b736d90b922cfe96eb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 23:11:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 23:24:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf1f0df
net-analyzer/tcptrace: fix StaticSrcUri
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
index a96afb76f58e..fe3dd350d447 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ 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/6.6/${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
"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2023-11-04 12:25 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-11-04 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 49a43c7e43651a663285ee98cb4cebdcc5d7b736
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 12:23:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 12:23:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a43c7e
net-analyzer/tcptrace: Stabilize 6.6.7_p6-r1 x86, #916848
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
index 5d7b33dc96b0..9fb63886bd99 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2023-11-04 13:35 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-11-04 13:35 UTC (permalink / raw
To: gentoo-commits
commit: d5f84b53def4a06c60f67c9fd0ad799441afec31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 13:34:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 13:34:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f84b53
net-analyzer/tcptrace: Stabilize 6.6.7_p6-r1 ppc64, #916848
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
index 9fb63886bd99..7b8b733837c6 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2023-11-04 13:35 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-11-04 13:35 UTC (permalink / raw
To: gentoo-commits
commit: 6ac6384eb6e2292776765f0cba93a3326dec621b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 13:34:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 13:34:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac6384e
net-analyzer/tcptrace: Stabilize 6.6.7_p6-r1 amd64, #916848
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
index 7b8b733837c6..6757aed273ce 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2024-03-20 6:26 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-03-20 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 24a101998bd9f0e2d5565100971aa0a7cc0b97ec
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 20 05:09:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 06:17:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a10199
net-analyzer/tcptrace: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/861260
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 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
index 6757aed273ce..5453f2914699 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="A Tool for analyzing network packet dumps"
HOMEPAGE="http://www.tcptrace.org/"
@@ -38,6 +38,19 @@ src_prepare() {
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}"
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2024-03-20 6:26 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-03-20 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 1129bbebd77c245586245117eaeeee81ef431e1e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 06:22:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 06:22:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1129bbeb
net-analyzer/tcptrace: fix variable order
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
index cce2849f482b..c0cc55723524 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
@@ -11,9 +11,10 @@ SRC_URI="
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
"
+S=${WORKDIR}/${P/_p*}
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
DEPEND="
@@ -22,13 +23,13 @@ DEPEND="
RDEPEND="
${DEPEND}
"
+
PATCHES=(
"${FILESDIR}"/${P/_p*}-cross-compile.patch
"${FILESDIR}"/${P/_p*}-_DEFAULT_SOURCE.patch
"${FILESDIR}"/${P/_p*}-fix-build-clang16.patch
"${FILESDIR}"/0001-configure.in-fix-implicit-function-declaration-causi.patch
)
-S=${WORKDIR}/${P/_p*}
src_prepare() {
default
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2024-04-29 7:51 Jakov Smolić
0 siblings, 0 replies; 18+ messages in thread
From: Jakov Smolić @ 2024-04-29 7:51 UTC (permalink / raw
To: gentoo-commits
commit: 0df3719fbcfb61b784638ef3124b458f086ec956
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 07:50:24 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 07:50:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df3719f
net-analyzer/tcptrace: Stabilize 6.6.7_p6-r2 ppc64, #930899
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
index c0cc55723524..7b06be12b160 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${P/_p*}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
DEPEND="
net-libs/libpcap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2024-10-30 11:24 Andreas K. Hüttel
0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2024-10-30 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 5731f22273a7b8b39be0bf8eaf4cb58bf03dd71f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 11:23:29 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 11:23:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5731f222
net-analyzer/tcptrace: drop 6.6.7_p6
Bug: https://bugs.gentoo.org/897830
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 58 --------------------------
1 file changed, 58 deletions(-)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
deleted file mode 100644
index fe3dd350d447..000000000000
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-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
-)
-S=${WORKDIR}/${P/_p*}
-
-src_prepare() {
- default
-
- eapply \
- $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
-
- eautoreconf
-}
-
-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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
@ 2024-11-03 16:22 Andreas K. Hüttel
0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2024-11-03 16:22 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-11-03 16:22 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-04 12:25 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 16:22 Andreas K. Hüttel
2024-10-30 11:24 Andreas K. Hüttel
2024-04-29 7:51 Jakov Smolić
2024-03-20 6:26 Sam James
2024-03-20 6:26 Sam James
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2022-09-30 23:24 Sam James
2021-03-16 14:48 Sam James
2021-03-16 14:47 Sam James
2021-03-15 21:55 Sam James
2021-03-15 21:53 Sam James
2020-09-30 9:49 Jeroen Roovers
2018-02-08 19:48 Jeroen Roovers
2017-12-28 12:40 Sergei Trofimovich
2017-12-19 8:32 Jason Zaman
2016-07-30 19:28 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox