[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreen/

2022-12-06 Thread David Seifert
commit: bee01473dc3a6f7308cf41c1d7883017f405be71
Author: David Seifert  gentoo  org>
AuthorDate: Tue Dec  6 22:30:45 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Dec  6 22:30:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee01473

net-analyzer/tcpreen: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 .../{tcpreen-1.4.4.ebuild => tcpreen-1.4.4-r1.ebuild}| 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild 
b/net-analyzer/tcpreen/tcpreen-1.4.4-r1.ebuild
similarity index 68%
rename from net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
rename to net-analyzer/tcpreen/tcpreen-1.4.4-r1.ebuild
index 3aa79a2d98df..3191689b7a26 100644
--- a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
+++ b/net-analyzer/tcpreen/tcpreen-1.4.4-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="TCP network re-engineering tool"
@@ -12,13 +13,10 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
-DEPEND="
-   nls? ( sys-devel/gettext )
-"
-DOCS=( AUTHORS NEWS README THANKS TODO )
-PATCHES=(
-   "${FILESDIR}"/${P}-literal-suffix.patch
-)
+
+BDEPEND="nls? ( sys-devel/gettext )"
+
+PATCHES=( "${FILESDIR}"/${P}-literal-suffix.patch )
 
 src_configure() {
econf $(use_enable nls)



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreen/files/, net-analyzer/tcpreen/

2018-02-12 Thread Jeroen Roovers
commit: abf7aee2653fec182ad215fd2738f49c6df5d695
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb 12 20:00:08 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb 12 20:00:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf7aee2

net-analyzer/tcpreen: Fix some compiler warnings.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../tcpreen/files/tcpreen-1.4.4-literal-suffix.patch| 13 +
 net-analyzer/tcpreen/tcpreen-1.4.4.ebuild   | 13 -
 2 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/tcpreen/files/tcpreen-1.4.4-literal-suffix.patch 
b/net-analyzer/tcpreen/files/tcpreen-1.4.4-literal-suffix.patch
new file mode 100644
index 000..1808a54f887
--- /dev/null
+++ b/net-analyzer/tcpreen/files/tcpreen-1.4.4-literal-suffix.patch
@@ -0,0 +1,13 @@
+--- a/src/main.cpp
 b/src/main.cpp
+@@ -108,8 +108,8 @@
+ # define VERSION "unknown version"
+ #endif
+   puts (
+-"TCP re-engineering tool "VERSION" ("PACKAGE_HOST")\n"
+-" built "__DATE__" on "PACKAGE_BUILD_HOSTNAME" ("PACKAGE_BUILD")\n"
++"TCP re-engineering tool " VERSION " (" PACKAGE_HOST ")\n"
++" built " __DATE__ " on " PACKAGE_BUILD_HOSTNAME " (" PACKAGE_BUILD ")\n"
+ "Copyright (C) 2002-2004 Remi Denis-Courmont");
+   puts (_(
+ "This is free software; see the source for copying conditions.\n"

diff --git a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild 
b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
index a2cc20e37a9..4a5d1fc1165 100644
--- a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
+++ b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="TCP network re-engineering tool"
@@ -12,10 +12,13 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
+DEPEND="
+   nls? ( sys-devel/gettext )
+"
 DOCS=( AUTHORS NEWS README THANKS TODO )
+PATCHES=(
+   "${FILESDIR}"/${P}-literal-suffix.patch
+)
 
 src_configure() {
econf $(use_enable nls)



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreen/

2017-11-25 Thread Patrice Clement
commit: 0446594f55990fcb34eef08843a55a35159a2876
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 25 10:35:31 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 25 11:51:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0446594f

net-analyzer/tcpreen: stable for amd64.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-analyzer/tcpreen/Manifest | 2 +-
 net-analyzer/tcpreen/tcpreen-1.4.4.ebuild | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/tcpreen/Manifest b/net-analyzer/tcpreen/Manifest
index 32cc9dd23f2..d3ab49a82e1 100644
--- a/net-analyzer/tcpreen/Manifest
+++ b/net-analyzer/tcpreen/Manifest
@@ -1 +1 @@
-DIST tcpreen-1.4.4.tar.bz2 187979 SHA256 
6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9 SHA512 
94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786
 WHIRLPOOL 
df77e4348918cedf45f3d7ecf5dd819b7a310c4dbd338fafe785c7076e7561eb98e8b8b34a849985f7ff145a3003b6a829c76824233e586e7cfd72369444a310
+DIST tcpreen-1.4.4.tar.bz2 187979 BLAKE2B 
ef76c7757c5e630a8b0019ede74314bdf7b0e1e48af00091c8b1a28075499b1e0411b5a7ff8bd01bd54ebb347dfc2169b5efe54d36ef12e6ce31f54c4d278d70
 SHA512 
94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786

diff --git a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild 
b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
index ba523ef2cd1..a2cc20e37a9 100644
--- a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
+++ b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,11 +10,13 @@ 
SRC_URI="http://www.remlab.net/files/${PN}/stable/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 
 DEPEND="nls? ( sys-devel/gettext )"
 
+DOCS=( AUTHORS NEWS README THANKS TODO )
+
 src_configure() {
econf $(use_enable nls)
 }
@@ -22,5 +24,3 @@ src_configure() {
 src_compile() {
emake AR="$(tc-getAR)"
 }
-
-DOCS=( AUTHORS NEWS README THANKS TODO )