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

2022-04-03 Thread Sam James
commit: 1b99f92cc4a7d8d2e00e32d27ba020d7e9ac6a84
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b99f92c

net-analyzer/carl: retire klausman

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/carl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-analyzer/carl/metadata.xml b/net-analyzer/carl/metadata.xml
index 6dd6a0ee7f31..e48a5ab0e03c 100644
--- a/net-analyzer/carl/metadata.xml
+++ b/net-analyzer/carl/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  klaus...@gentoo.org
-
 
   net...@gentoo.org
   Gentoo network monitoring and analysis project



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

2021-08-19 Thread Tobias Klausmann
commit: 0e64bd7cc3c42cb93dedd6bf3e4fe48073715bab
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Aug 19 09:00:23 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Aug 19 09:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e64bd7c

net-analyzer/carl: set DISTUTILS_USE_SETUPTOOLS and bump EAPI

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=808875
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-analyzer/carl/carl-0.9-r5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild 
b/net-analyzer/carl/carl-0.9-r5.ebuild
index a09144f6564..c0eab0820f0 100644
--- a/net-analyzer/carl/carl-0.9-r5.ebuild
+++ b/net-analyzer/carl/carl-0.9-r5.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3)
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 



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

2021-04-11 Thread Tobias Klausmann
commit: e37c3cfb6b165645cdd2446b25dd7b1522c0929b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Apr 11 17:13:32 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Apr 11 17:13:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37c3cfb

net-analyzer/carl: Clean up old rev

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-analyzer/carl/carl-0.9-r3.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild 
b/net-analyzer/carl/carl-0.9-r3.ebuild
deleted file mode 100644
index 2a41dd6667a..000
--- a/net-analyzer/carl/carl-0.9-r3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_7 python3_8 pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="An rsync logfile analyzer"
-HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml;
-SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-DOCS="README"



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

2021-04-11 Thread Sam James
commit: 45c4c03346d7862375809b503030b92d8aa6c68d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 11:04:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 11 11:04:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c4c033

net-analyzer/carl: Stabilize 0.9-r5 x86, #780786

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/carl/carl-0.9-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild 
b/net-analyzer/carl/carl-0.9-r5.ebuild
index 46201a6d42c..7e9d8b2bc37 100644
--- a/net-analyzer/carl/carl-0.9-r5.ebuild
+++ b/net-analyzer/carl/carl-0.9-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.schwarzvogel.de/pkgs/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 x86"
 
 DOCS="README"
 



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

2021-03-07 Thread Tobias Klausmann
commit: b9409788dc27750915cd063639d86b34cbcc7526
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Mar  7 09:56:01 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Mar  7 09:56:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9409788

net-analyzer/carl: Add 0.9-r5 with Python 3.9 support

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-analyzer/carl/{carl-0.9-r4.ebuild => carl-0.9-r5.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/carl/carl-0.9-r4.ebuild 
b/net-analyzer/carl/carl-0.9-r5.ebuild
similarity index 81%
rename from net-analyzer/carl/carl-0.9-r4.ebuild
rename to net-analyzer/carl/carl-0.9-r5.ebuild
index 00fe1c36dbd..46201a6d42c 100644
--- a/net-analyzer/carl/carl-0.9-r4.ebuild
+++ b/net-analyzer/carl/carl-0.9-r5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_7 python3_8 pypy3)
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3)
 
 inherit distutils-r1
 



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

2020-08-20 Thread Jeroen Roovers
commit: 97ac0890e904972a60a59f2f9daa83c671cea8f3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 20 09:46:06 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 20 09:46:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ac0890

net-analyzer/carl: Fix HOMEPAGE/SRC_URI/docdir

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://bugs.gentoo.org/show_bug.cgi?id=738082
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/carl/carl-0.9-r4.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/net-analyzer/carl/carl-0.9-r4.ebuild 
b/net-analyzer/carl/carl-0.9-r4.ebuild
new file mode 100644
index 000..a69735f5b3b
--- /dev/null
+++ b/net-analyzer/carl/carl-0.9-r4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="An rsync logfile analyzer"
+HOMEPAGE="https://www.schwarzvogel.de/software/misc/;
+SRC_URI="https://www.schwarzvogel.de/pkgs/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+
+DOCS="README"
+
+src_prepare() {
+   sed -i -e "s|(__version__)|\"${PVR}\"|g" setup.py || die
+   default
+}



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

2020-08-20 Thread Jeroen Roovers
commit: 1d0df84766530d5b1fd1e55af4ee0161ea96a486
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 20 09:37:26 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 20 09:46:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0df847

net-analyzer/carl: Old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/carl/carl-0.9-r2.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild 
b/net-analyzer/carl/carl-0.9-r2.ebuild
deleted file mode 100644
index 9b6e70a1512..000
--- a/net-analyzer/carl/carl-0.9-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="An rsync logfile analyzer"
-HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml;
-SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-DOCS="README"



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

2020-05-06 Thread Agostino Sarubbo
commit: 3fdce4b5fb6cef323f1cc5f976751fb0c5382b4d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May  6 06:30:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May  6 06:30:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdce4b5

net-analyzer/carl: x86 stable wrt bug #721094

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/carl/carl-0.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild 
b/net-analyzer/carl/carl-0.9-r3.ebuild
index 1cd5345d8cc..8c4ba2d113c 100644
--- a/net-analyzer/carl/carl-0.9-r3.ebuild
+++ b/net-analyzer/carl/carl-0.9-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~x86"
+KEYWORDS="~alpha amd64 x86"
 IUSE=""
 
 DOCS="README"



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

2020-05-06 Thread Agostino Sarubbo
commit: 0f6c1a55328e89b7641d0c3b3c7069e5356fcda0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May  6 06:26:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May  6 06:26:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6c1a55

net-analyzer/carl: amd64 stable wrt bug #721094

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/carl/carl-0.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild 
b/net-analyzer/carl/carl-0.9-r3.ebuild
index f62c3fdc7c8..1cd5345d8cc 100644
--- a/net-analyzer/carl/carl-0.9-r3.ebuild
+++ b/net-analyzer/carl/carl-0.9-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha amd64 ~x86"
 IUSE=""
 
 DOCS="README"



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

2020-04-20 Thread Tobias Klausmann
commit: 15da346cac80d26ae3a6e89c71ac5c896c7cc923
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr 20 13:42:25 2020 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr 20 13:42:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15da346c

net-analyzer/carl: Revbump for Python 3.7/3.8 compat

Closes: https://bugs.gentoo.org/718414
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-analyzer/carl/carl-0.9-r3.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild 
b/net-analyzer/carl/carl-0.9-r3.ebuild
new file mode 100644
index 000..f62c3fdc7c8
--- /dev/null
+++ b/net-analyzer/carl/carl-0.9-r3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="An rsync logfile analyzer"
+HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml;
+SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE=""
+
+DOCS="README"



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

2020-02-11 Thread Michał Górny
commit: 6f70b26ac6d691437e29486d4cd9adaf00ea8b18
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 12:02:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 12:16:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f70b26a

net-analyzer/carl: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/carl/carl-0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild 
b/net-analyzer/carl/carl-0.9-r2.ebuild
index 2a253f333ee..9b6e70a1512 100644
--- a/net-analyzer/carl/carl-0.9-r2.ebuild
+++ b/net-analyzer/carl/carl-0.9-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} pypy3)
+PYTHON_COMPAT=( python3_6 pypy3)
 
 inherit distutils-r1
 



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

2018-06-26 Thread Pacho Ramos
commit: 8155db2e31dcbf6dbd02decaabdda3709b89fce8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 26 19:10:03 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 26 19:10:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8155db2e

net-analyzer/carl: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/carl/carl-0.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild 
b/net-analyzer/carl/carl-0.9-r2.ebuild
index f2118fd8ffd..715bd16d4cf 100644
--- a/net-analyzer/carl/carl-0.9-r2.ebuild
+++ b/net-analyzer/carl/carl-0.9-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3)
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3)
 
 inherit distutils-r1
 



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

2017-07-10 Thread Tobias Klausmann
commit: 930a3345f94b8619967dc6ab70a05d9b61d91473
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul 10 12:55:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul 10 12:55:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930a3345

net-analyzer/carl: Enable Python 3.5 support

 net-analyzer/carl/{carl-0.9-r1.ebuild => carl-0.9-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/carl/carl-0.9-r1.ebuild 
b/net-analyzer/carl/carl-0.9-r2.ebuild
similarity index 78%
rename from net-analyzer/carl/carl-0.9-r1.ebuild
rename to net-analyzer/carl/carl-0.9-r2.ebuild
index f44d7e2ce6c..f2118fd8ffd 100644
--- a/net-analyzer/carl/carl-0.9-r1.ebuild
+++ b/net-analyzer/carl/carl-0.9-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3)
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3)
 
 inherit distutils-r1