* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pktstat/
@ 2021-04-03 15:57 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-03 15:57 UTC (permalink / raw
To: gentoo-commits
commit: f2eaef76b7ec88fabd8a88030f674f8a2547757e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 01:58:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:55:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2eaef76
net-analyzer/pktstat: EAPI 7, eutils--
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild b/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild
index 38568044a9f..c3266ee8f63 100644
--- a/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild
+++ b/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils
+EAPI=7
+
+inherit autotools
DESCRIPTION="A network monitoring tool with bandwidth tracking"
HOMEPAGE="http://www.adaptive-enterprises.com.au/~d/software/pktstat/"
@@ -12,18 +13,21 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
+BDEPEND="virtual/pkgconfig"
RDEPEND="
net-libs/libpcap
>=sys-libs/ncurses-5.3-r1
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-tinfo.patch
+ "${FILESDIR}"/${P}-smtp_line.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
- epatch "${FILESDIR}"/${P}-smtp_line.patch
+ default
+
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pktstat/
@ 2025-06-23 1:44 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-06-23 1:44 UTC (permalink / raw
To: gentoo-commits
commit: 181e8dac266c832c2767df5019af00f14dd02447
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 01:42:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 01:42:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181e8dac
net-analyzer/pktstat: Stabilize 1.8.5-r2 amd64, #958912
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/pktstat/pktstat-1.8.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/pktstat/pktstat-1.8.5-r2.ebuild b/net-analyzer/pktstat/pktstat-1.8.5-r2.ebuild
index 00f2c4b851a9..e7dceb0b812a 100644
--- a/net-analyzer/pktstat/pktstat-1.8.5-r2.ebuild
+++ b/net-analyzer/pktstat/pktstat-1.8.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.adaptive-enterprises.com.au/~d/software/pktstat/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
BDEPEND="virtual/pkgconfig"
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pktstat/
@ 2025-08-29 9:22 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-08-29 9:22 UTC (permalink / raw
To: gentoo-commits
commit: d5c88b9957070bfc4b1f9748c51c91d10fcdf968
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 09:22:40 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 09:22:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c88b99
net-analyzer/pktstat: drop 1.8.5-r1, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild | 38 ----------------------------
1 file changed, 38 deletions(-)
diff --git a/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild b/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild
deleted file mode 100644
index c3266ee8f631..000000000000
--- a/net-analyzer/pktstat/pktstat-1.8.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A network monitoring tool with bandwidth tracking"
-HOMEPAGE="http://www.adaptive-enterprises.com.au/~d/software/pktstat/"
-SRC_URI="http://www.adaptive-enterprises.com.au/~d/software/pktstat/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
- net-libs/libpcap
- >=sys-libs/ncurses-5.3-r1
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-tinfo.patch
- "${FILESDIR}"/${P}-smtp_line.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_install() {
- dosbin pktstat
- doman pktstat.1
- dodoc ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-29 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 1:44 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pktstat/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-08-29 9:22 Arthur Zamarin
2021-04-03 15:57 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox