* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2019-10-07 8:59 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 8:59 UTC (permalink / raw
To: gentoo-commits
commit: c72b616c6cf5913188c6437782251b7b3081cb3e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:58:32 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:58:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72b616c
net-analyzer/fprobe: x86 stable wrt bug #696318
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r3.ebuild b/net-analyzer/fprobe/fprobe-1.1-r3.ebuild
index c9f12cb15c7..d86d043a9c3 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r3.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="debug messages"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2019-10-07 9:09 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-10-07 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 970c9e563f5b1bd33ff2156ed81b150eaba362c5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 09:04:15 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 09:09:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970c9e56
net-analyzer/fprobe: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1.ebuild b/net-analyzer/fprobe/fprobe-1.1.ebuild
deleted file mode 100644
index b187de05373..00000000000
--- a/net-analyzer/fprobe/fprobe-1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows"
-HOMEPAGE="http://fprobe.sourceforge.net"
-LICENSE="GPL-2"
-
-SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-IUSE="debug messages"
-
-DEPEND="net-libs/libpcap"
-
-src_compile() {
- local myconf
- myconf="`use_enable debug`
- `use_enable messages`"
-
- econf ${myconf} || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
-
- dodoc AUTHORS NEWS README TODO
- docinto contrib ; dodoc contrib/tg.sh
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2021-06-27 5:58 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-06-27 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 97ab64b8b04d30c20033f1eaf645eb54d81c117d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 05:58:22 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 05:58:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ab64b8
net-analyzer/fprobe: x86 stable wrt bug #798738
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
index 4b72538e6d5..ac3661e5a7a 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="debug messages"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2021-06-27 5:58 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-06-27 5:58 UTC (permalink / raw
To: gentoo-commits
commit: ad679e96b0a3d6973016298d18d33f442d6728a9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 05:58:59 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 05:58:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad679e96
net-analyzer/fprobe: ppc stable wrt bug #798738
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
index ac3661e5a7a..e9447cb4ac4 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE="debug messages"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2021-06-30 4:27 Robin H. Johnson
0 siblings, 0 replies; 8+ messages in thread
From: Robin H. Johnson @ 2021-06-30 4:27 UTC (permalink / raw
To: gentoo-commits
commit: 7e6ab2a5aeb6ec0e8305e0e5171e8a9b4fbb5031
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 04:26:47 2021 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 04:27:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6ab2a5
net-analyzer/fprobe: amd64 stable
Closes: https://bugs.gentoo.org/798738
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
index e9447cb4ac4..76646bcf6a1 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r4.ebuild
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="debug messages"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2023-03-10 13:55 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-03-10 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 04dbfe60bb23a22b1521b632556efa81d34fa77e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 13:39:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 13:55:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dbfe60
net-analyzer/fprobe: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/899924
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../fprobe/{fprobe-1.1-r5.ebuild => fprobe-1.1-r6.ebuild} | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r5.ebuild b/net-analyzer/fprobe/fprobe-1.1-r6.ebuild
similarity index 80%
rename from net-analyzer/fprobe/fprobe-1.1-r5.ebuild
rename to net-analyzer/fprobe/fprobe-1.1-r6.ebuild
index 1aee1c4aa4f3..b873e1f9619b 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r5.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r6.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+inherit autotools
+
DESCRIPTION="libpcap-based tool to collect network traffic data and emit it as NetFlow flows"
-HOMEPAGE="http://fprobe.sourceforge.net"
+HOMEPAGE="https://fprobe.sourceforge.net"
SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
LICENSE="GPL-2"
@@ -20,6 +22,13 @@ PATCHES=(
"${FILESDIR}"/fprobe-1.1-setgroups.patch
)
+src_prepare() {
+ default
+
+ # Clang 16, bug #899924
+ eautoreconf
+}
+
src_configure() {
econf \
$(use_enable debug) \
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2024-04-29 13:42 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-04-29 13:42 UTC (permalink / raw
To: gentoo-commits
commit: ad3c589f45c7afe4507121b84f125ae2f18a6e58
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 13:40:03 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 13:40:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3c589f
net-analyzer/fprobe: Stabilize 1.1-r7 x86, #930889
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1-r7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r7.ebuild b/net-analyzer/fprobe/fprobe-1.1-r7.ebuild
index d250bb5f087e..60b5fbb3489a 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r7.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
IUSE="debug messages"
RDEPEND="net-libs/libpcap"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/
@ 2024-04-29 13:42 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-04-29 13:42 UTC (permalink / raw
To: gentoo-commits
commit: dd23f10835634c99a6054a98ec64b60a3a976c59
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 13:40:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 13:40:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd23f108
net-analyzer/fprobe: Stabilize 1.1-r7 amd64, #930889
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/fprobe/fprobe-1.1-r7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/fprobe/fprobe-1.1-r7.ebuild b/net-analyzer/fprobe/fprobe-1.1-r7.ebuild
index 60b5fbb3489a..1e03916d125e 100644
--- a/net-analyzer/fprobe/fprobe-1.1-r7.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="debug messages"
RDEPEND="net-libs/libpcap"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-04-29 13:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-27 5:58 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fprobe/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-04-29 13:42 Sam James
2024-04-29 13:42 Sam James
2023-03-10 13:55 Sam James
2021-06-30 4:27 Robin H. Johnson
2021-06-27 5:58 Agostino Sarubbo
2019-10-07 9:09 Michał Górny
2019-10-07 8:59 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox