* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2016-09-30 16:50 Jason Donenfeld
0 siblings, 0 replies; 11+ messages in thread
From: Jason Donenfeld @ 2016-09-30 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 22991f43d754ede5f3d73275d904135e1decbffb
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 16:50:11 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 16:50:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22991f43
net-analyzer/flent: new ebuild
Package-Manager: portage-2.3.1
net-analyzer/flent/Manifest | 1 +
net-analyzer/flent/flent-0.14.0.ebuild | 23 +++++++++++++++++++++++
net-analyzer/flent/metadata.xml | 11 +++++++++++
3 files changed, 35 insertions(+)
diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
new file mode 100644
index 00000000..5c57489
--- /dev/null
+++ b/net-analyzer/flent/Manifest
@@ -0,0 +1 @@
+DIST flent-0.14.0.tar.gz 2240915 SHA256 f3c1485e62263315b2075be2f4ea90c55b4aab47542cfee1a45d06552f8678b5 SHA512 99944150135a5b54b238a84dd0cae77dd3d8c5443e66e2259b900723822c01142c129762124690576f623264a1cb7cf5fba5fc2421d96b3a6b32359200628627 WHIRLPOOL 771cbdf75bd8ccd643f07979c49efe9a26ddda1f3837db233b13dd1177b45f2a74afa1efcff303e4ed5f40174dd8a0e70f21114153aa8a6fc905453a0bc0a6e0
diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.14.0.ebuild
new file mode 100644
index 00000000..7703aaf
--- /dev/null
+++ b/net-analyzer/flent/flent-0.14.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="The FLExible Network Tester"
+HOMEPAGE="https://flent.org/"
+SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+qt4 +plots"
+
+RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
+ plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
+ net-analyzer/netperf"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/net-analyzer/flent/metadata.xml b/net-analyzer/flent/metadata.xml
new file mode 100644
index 00000000..c4bb72b
--- /dev/null
+++ b/net-analyzer/flent/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>zx2c4@gentoo.org</email>
+<name>Jason A. Donenfeld</name>
+</maintainer>
+<use>
+<flag name="plots">Enable drawing plots</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2016-11-04 16:24 Jason Donenfeld
0 siblings, 0 replies; 11+ messages in thread
From: Jason Donenfeld @ 2016-11-04 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 53ad379d6ab79ff05e52290263f8e819eaa5bc0f
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 16:23:43 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 16:24:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad379d
net-analyzer/flent: fix deps
Package-Manager: portage-2.3.2
net-analyzer/flent/flent-0.14.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.14.0.ebuild
index 7703aaf..a11344b 100644
--- a/net-analyzer/flent/flent-0.14.0.ebuild
+++ b/net-analyzer/flent/flent-0.14.0.ebuild
@@ -19,5 +19,6 @@ IUSE="+qt4 +plots"
RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
- net-analyzer/netperf"
+ net-analyzer/netperf[demo]
+ net-misc/iperf"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2016-11-04 16:25 Jason Donenfeld
0 siblings, 0 replies; 11+ messages in thread
From: Jason Donenfeld @ 2016-11-04 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 8126dcc522e2b2190188d70f258f0521badd5373
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 16:25:18 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 16:25:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8126dcc5
net-analyzer/flent: bump
Package-Manager: portage-2.3.2
net-analyzer/flent/Manifest | 2 +-
net-analyzer/flent/{flent-0.14.0.ebuild => flent-0.15.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
index 5c57489..6a57b7f 100644
--- a/net-analyzer/flent/Manifest
+++ b/net-analyzer/flent/Manifest
@@ -1 +1 @@
-DIST flent-0.14.0.tar.gz 2240915 SHA256 f3c1485e62263315b2075be2f4ea90c55b4aab47542cfee1a45d06552f8678b5 SHA512 99944150135a5b54b238a84dd0cae77dd3d8c5443e66e2259b900723822c01142c129762124690576f623264a1cb7cf5fba5fc2421d96b3a6b32359200628627 WHIRLPOOL 771cbdf75bd8ccd643f07979c49efe9a26ddda1f3837db233b13dd1177b45f2a74afa1efcff303e4ed5f40174dd8a0e70f21114153aa8a6fc905453a0bc0a6e0
+DIST flent-0.15.0.tar.gz 2274612 SHA256 15415e904ffc8c2b65e052f7450fa79ade723b3c535f3c87c97fcac34f1f36b7 SHA512 b93df5baf9f579257d25cb1a0978f04c1ecdbf193f11901a66c93062b161d5f06c9e1012e66a7decfa13d12993c48c70459586ac3a74d8274d19e5cb9a4ed8ae WHIRLPOOL 34cff2bb7d15097e617ddb11bca9411a71b5eaceaf8cb8f9852758fd3d45f91d26056b59229b7410dab88aedde9015192dd186eeacda2d30f54b448c76f43045
diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.15.0.ebuild
similarity index 100%
rename from net-analyzer/flent/flent-0.14.0.ebuild
rename to net-analyzer/flent/flent-0.15.0.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2016-11-04 16:56 Jason Donenfeld
0 siblings, 0 replies; 11+ messages in thread
From: Jason Donenfeld @ 2016-11-04 16:56 UTC (permalink / raw
To: gentoo-commits
commit: 9aa11548b02079798b3f34d1601b6cb7c02bfb6c
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 16:56:22 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 16:56:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa11548
net-analyzer/flent: flent likes fping
Package-Manager: portage-2.3.2
net-analyzer/flent/flent-0.15.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/flent/flent-0.15.0.ebuild b/net-analyzer/flent/flent-0.15.0.ebuild
index a11344b..5dc2f8b 100644
--- a/net-analyzer/flent/flent-0.15.0.ebuild
+++ b/net-analyzer/flent/flent-0.15.0.ebuild
@@ -20,5 +20,6 @@ IUSE="+qt4 +plots"
RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
net-analyzer/netperf[demo]
- net-misc/iperf"
+ net-misc/iperf
+ net-analyzer/fping"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2017-03-02 0:55 Jason Donenfeld
0 siblings, 0 replies; 11+ messages in thread
From: Jason Donenfeld @ 2017-03-02 0:55 UTC (permalink / raw
To: gentoo-commits
commit: 5e8e60513842581c59d1b500ef86b6efb378d643
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 07:43:47 2017 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 00:55:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8e6051
net-analyzer/flent: bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/flent/Manifest | 2 +-
net-analyzer/flent/{flent-0.15.0.ebuild => flent-1.0.1.ebuild} | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
index 6a57b7fb2db..ece39b4f45a 100644
--- a/net-analyzer/flent/Manifest
+++ b/net-analyzer/flent/Manifest
@@ -1 +1 @@
-DIST flent-0.15.0.tar.gz 2274612 SHA256 15415e904ffc8c2b65e052f7450fa79ade723b3c535f3c87c97fcac34f1f36b7 SHA512 b93df5baf9f579257d25cb1a0978f04c1ecdbf193f11901a66c93062b161d5f06c9e1012e66a7decfa13d12993c48c70459586ac3a74d8274d19e5cb9a4ed8ae WHIRLPOOL 34cff2bb7d15097e617ddb11bca9411a71b5eaceaf8cb8f9852758fd3d45f91d26056b59229b7410dab88aedde9015192dd186eeacda2d30f54b448c76f43045
+DIST flent-1.0.1.tar.gz 2285619 SHA256 1bd2ecfc3e731ff3df161716604aaccb5d945c5040c2c6e512692e373224498c SHA512 868b83a52805cfdb0dc49379aea25e07135a949cea0e6c2388b026099723c20aa7b0146e19110786e763c7f22e1663c42a8bc21bdae2199d00ac85438a3fdf74 WHIRLPOOL 258566fb9130778912e052465651870bf53e722bc341a3dc815a843c5a8f5493de5efb946bf5a363013d85aa58e96d8fc2f466f17eb83ba8089851a3dd98f64a
diff --git a/net-analyzer/flent/flent-0.15.0.ebuild b/net-analyzer/flent/flent-1.0.1.ebuild
similarity index 83%
rename from net-analyzer/flent/flent-0.15.0.ebuild
rename to net-analyzer/flent/flent-1.0.1.ebuild
index c39d6922575..8582f7c7e51 100644
--- a/net-analyzer/flent/flent-0.15.0.ebuild
+++ b/net-analyzer/flent/flent-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,9 +14,10 @@ SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+qt4 +plots"
+IUSE="+qt5 qt4 +plots"
RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
+ qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
net-analyzer/netperf[demo]
net-misc/iperf
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2018-01-24 22:00 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-01-24 22:00 UTC (permalink / raw
To: gentoo-commits
commit: b0babaec6d605f976feafa573e477c09414850e5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 21:57:08 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 22:00:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0babaec
net-analyzer/flent: Drop USE=qt4
Bug: https://bugs.gentoo.org/634960
Package-Manager: Portage-2.3.20, Repoman-2.3.6
net-analyzer/flent/flent-1.0.1-r1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..d90d41ace9b
--- /dev/null
+++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="The FLExible Network Tester"
+HOMEPAGE="https://flent.org/"
+SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+qt5 +plots"
+
+RDEPEND="qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
+ plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
+ net-analyzer/netperf[demo]
+ net-misc/iperf
+ net-analyzer/fping"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2018-01-24 22:00 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-01-24 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 6f91027340f900f90fa0ae1567e0a042663d8f82
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 21:58:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 22:00:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f910273
net-analyzer/flent: Drop old
Closes: https://bugs.gentoo.org/634960
Package-Manager: Portage-2.3.20, Repoman-2.3.6
net-analyzer/flent/flent-1.0.1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/net-analyzer/flent/flent-1.0.1.ebuild b/net-analyzer/flent/flent-1.0.1.ebuild
deleted file mode 100644
index 8582f7c7e51..00000000000
--- a/net-analyzer/flent/flent-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="The FLExible Network Tester"
-HOMEPAGE="https://flent.org/"
-SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+qt5 qt4 +plots"
-
-RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
- qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
- plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
- net-analyzer/netperf[demo]
- net-misc/iperf
- net-analyzer/fping"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2018-06-26 19:21 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 255bd39eae11fa3e29ecd9dd00f83ab17786dc0e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:15:13 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:21:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255bd39e
net-analyzer/flent: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/flent/flent-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild
index d90d41ace9b..d93d6849eaf 100644
--- a/net-analyzer/flent/flent-1.0.1-r1.ebuild
+++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2020-01-17 10:02 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-01-17 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 789d15d5e412341753d61e1cff17b4538fc09acf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 09:55:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 10:02:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789d15d5
net-analyzer/flent: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/flent/flent-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild
index 81ba7b9749a..e9a575668ac 100644
--- a/net-analyzer/flent/flent-1.0.1-r1.ebuild
+++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2020-05-07 5:59 Jason A. Donenfeld
0 siblings, 0 replies; 11+ messages in thread
From: Jason A. Donenfeld @ 2020-05-07 5:59 UTC (permalink / raw
To: gentoo-commits
commit: 31e6447e04df6a591e46ff07b72056a335c0ac76
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 05:56:01 2020 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu May 7 05:56:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e6447e
net-analyzer/flent: bump to 1.3.2
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
net-analyzer/flent/Manifest | 2 +-
net-analyzer/flent/{flent-1.0.1-r1.ebuild => flent-1.3.2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
index c281dc19f30..9b8f56346cb 100644
--- a/net-analyzer/flent/Manifest
+++ b/net-analyzer/flent/Manifest
@@ -1 +1 @@
-DIST flent-1.0.1.tar.gz 2285619 BLAKE2B d5ab68144c8520e8077eddd529beb248654d59e05e6b5c90823bae61a86b0dffae959c2089be03b96731e7575eabcfcae2c7b738e9a8a77520a615c48801549a SHA512 868b83a52805cfdb0dc49379aea25e07135a949cea0e6c2388b026099723c20aa7b0146e19110786e763c7f22e1663c42a8bc21bdae2199d00ac85438a3fdf74
+DIST flent-1.3.2.tar.gz 2977251 BLAKE2B 03b4f67ec5a9a83ceee40b1cda529aaaccc162012a8de702a5c0bc58e08ec62df80e60d901bd76d3bc4c2d9cde0310ad32fcfbe458fc2b2a9cb2bdc82e9ec704 SHA512 cda7e9fffffa0b6d6e723c18e175fc844d97b8cae0299c46cbbd5ca03bd09d39d9d92c7ee72e6bda5bc27d921090ba5be747eca7a64dd4ef1f889575c18973d6
diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.3.2.ebuild
similarity index 94%
rename from net-analyzer/flent/flent-1.0.1-r1.ebuild
rename to net-analyzer/flent/flent-1.3.2.ebuild
index e9a575668ac..d3d134d7af8 100644
--- a/net-analyzer/flent/flent-1.0.1-r1.ebuild
+++ b/net-analyzer/flent/flent-1.3.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
@ 2020-11-14 21:48 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2020-11-14 21:48 UTC (permalink / raw
To: gentoo-commits
commit: c8d35b5b2111194932e0644ffe436e4e1a989807
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 21:47:37 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 21:47:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d35b5b
net-analyzer/flent: update desktop mimeinfo and mime-info cache
Closes: https://bugs.gentoo.org/740568
Closes: https://bugs.gentoo.org/740570
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-analyzer/flent/flent-1.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/flent/flent-1.3.2.ebuild b/net-analyzer/flent/flent-1.3.2.ebuild
index d3d134d7af8..efc8e7382ee 100644
--- a/net-analyzer/flent/flent-1.3.2.ebuild
+++ b/net-analyzer/flent/flent-1.3.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
+inherit distutils-r1 xdg
DESCRIPTION="The FLExible Network Tester"
HOMEPAGE="https://flent.org/"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-11-14 21:48 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 22:00 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-11-14 21:48 David Seifert
2020-05-07 5:59 Jason A. Donenfeld
2020-01-17 10:02 Michał Górny
2018-06-26 19:21 Pacho Ramos
2018-01-24 22:00 Andreas Sturmlechner
2017-03-02 0:55 Jason Donenfeld
2016-11-04 16:56 Jason Donenfeld
2016-11-04 16:25 Jason Donenfeld
2016-11-04 16:24 Jason Donenfeld
2016-09-30 16:50 Jason Donenfeld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox