From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpstat/
Date: Mon, 7 Oct 2019 13:53:29 +0000 (UTC) [thread overview]
Message-ID: <1570456405.f42254bbf3af2ca41dc7c621bfff886926f5c3ba.mgorny@gentoo> (raw)
commit: f42254bbf3af2ca41dc7c621bfff886926f5c3ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 13:19:56 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 13:53:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42254bb
net-analyzer/tcpstat: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild | 38 ------------------------------
net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild | 34 --------------------------
net-analyzer/tcpstat/tcpstat-1.5.ebuild | 26 --------------------
3 files changed, 98 deletions(-)
diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild
deleted file mode 100644
index e12e9962899..00000000000
--- a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils autotools flag-o-matic
-
-DESCRIPTION="Reports network interface statistics"
-SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
-HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/"
-
-DEPEND="net-libs/libpcap"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
-
-IUSE="ipv6"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-db.patch"
- eautoreconf
-}
-
-src_compile() {
- append-flags -Wall -Wextra
- econf $(use_enable ipv6) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "emake install failed"
- dobin src/{catpcap,packetdump} || die "dobin failed"
- dodoc AUTHORS ChangeLog NEWS README doc/Tips_and_Tricks.txt
- newdoc src/README README.src
-}
diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild
deleted file mode 100644
index cc4cd5ac89a..00000000000
--- a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools flag-o-matic
-
-DESCRIPTION="Reports network interface statistics"
-SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
-HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/"
-
-DEPEND="net-libs/libpcap"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ipv6"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-db.patch
- eautoreconf
-}
-
-src_configure() {
- append-flags -Wall -Wextra
- econf $(use_enable ipv6)
-}
-
-DOCS=( AUTHORS ChangeLog NEWS README doc/Tips_and_Tricks.txt )
-
-src_install() {
- default
- dobin src/{catpcap,packetdump}
- newdoc src/README README.src
-}
diff --git a/net-analyzer/tcpstat/tcpstat-1.5.ebuild b/net-analyzer/tcpstat/tcpstat-1.5.ebuild
deleted file mode 100644
index 3be19c53a62..00000000000
--- a/net-analyzer/tcpstat/tcpstat-1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE="berkdb"
-
-DESCRIPTION="Reports network interface statistics"
-SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
-HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/"
-
-DEPEND="net-libs/libpcap
- berkdb? ( <sys-libs/db-2 )"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-
-src_install () {
-
- make DESTDIR=${D} install || die
- use berkdb && dobin src/tcpprof
-
- dodoc AUTHORS ChangeLog COPYING LICENSE NEWS README*
-
-}
next reply other threads:[~2019-10-07 13:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 13:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-17 9:00 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpstat/ Sam James
2021-03-16 14:47 Sam James
2021-03-15 21:55 Sam James
2021-03-15 21:53 Sam James
2019-10-07 10:44 Agostino Sarubbo
2019-10-07 10:38 Agostino Sarubbo
2019-10-07 8:59 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570456405.f42254bbf3af2ca41dc7c621bfff886926f5c3ba.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox