* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
@ 2015-10-30 12:04 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-10-30 12:04 UTC (permalink / raw
To: gentoo-commits
commit: f7958e4874d48ae0f49d5ed5228e96c887a981f3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:53:37 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 12:03:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7958e48
net-analyzer/namebench: Move to virtual/dnspython
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../{namebench-1.3.1-r1.ebuild => namebench-1.3.1-r2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/namebench/namebench-1.3.1-r1.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
similarity index 87%
rename from net-analyzer/namebench/namebench-1.3.1-r1.ebuild
rename to net-analyzer/namebench/namebench-1.3.1-r2.ebuild
index c64b8e5..b840a5e 100644
--- a/net-analyzer/namebench/namebench-1.3.1-r1.ebuild
+++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,11 +20,12 @@ IUSE="X"
# PYTHON_REQ_USE does not support X? ( tk ) syntax yet
DEPEND="X? ( $(python_gen_cond_dep dev-lang/python:2.7[tk] python2_7) )"
RDEPEND="${DEPEND}
- >=dev-python/dnspython-1.8.0[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.6[${PYTHON_USEDEP}]
>=dev-python/graphy-1.0[${PYTHON_USEDEP}]
>=dev-python/jinja-2.2.1[${PYTHON_USEDEP}]
- >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]"
+ >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]
+ virtual/dnspython[${PYTHON_USEDEP}]
+"
python_prepare_all() {
# don't include bundled libraries
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
@ 2018-02-26 22:43 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2018-02-26 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 81599b399c19e6b3b1c9e1ad12fbb66a0fc2275e
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Feb 7 18:28:30 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 22:43:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81599b39
net-analyzer/namebench: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/7113
net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
index 2b9d0a2ebfa..147f06b1243 100644
--- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
+++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="DNS Benchmark Utility"
-HOMEPAGE="https://code.google.com/p/namebench/"
+HOMEPAGE="https://github.com/google/namebench"
SRC_URI="https://namebench.googlecode.com/files/${P}-source.tgz"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
@ 2019-07-30 6:00 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-07-30 6:00 UTC (permalink / raw
To: gentoo-commits
commit: 5beaa80591b12c1477098fc817cda11f88b914f1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 05:39:49 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 05:39:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5beaa805
net-analyzer/namebench: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
index 147f06b1243..880c4fc0f9a 100644
--- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
+++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
@@ -19,11 +19,11 @@ IUSE="X"
# PYTHON_REQ_USE does not support X? ( tk ) syntax yet
DEPEND="X? ( $(python_gen_cond_dep dev-lang/python:2.7[tk] python2_7) )"
RDEPEND="${DEPEND}
+ dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.6[${PYTHON_USEDEP}]
>=dev-python/graphy-1.0[${PYTHON_USEDEP}]
>=dev-python/jinja-2.2.1[${PYTHON_USEDEP}]
>=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]
- virtual/python-dnspython[${PYTHON_USEDEP}]
"
python_prepare_all() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
@ 2019-07-30 6:04 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-07-30 6:04 UTC (permalink / raw
To: gentoo-commits
commit: 5f0f7edea9840f607173d9cb6f6eb3c6c7f89acc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 06:03:00 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 06:03:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0f7ede
net-analyzer/namebench: Revbump post dep changes
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../namebench/{namebench-1.3.1-r2.ebuild => namebench-1.3.1-r3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r3.ebuild
similarity index 100%
rename from net-analyzer/namebench/namebench-1.3.1-r2.ebuild
rename to net-analyzer/namebench/namebench-1.3.1-r3.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
@ 2020-01-04 9:04 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-01-04 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 485a0cc9e2755597f354d8dc51108614d9c95498
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 09:04:30 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 09:04:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485a0cc9
net-analyzer/namebench: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-analyzer/namebench/Manifest | 1 -
net-analyzer/namebench/metadata.xml | 11 ------
net-analyzer/namebench/namebench-1.3.1-r3.ebuild | 44 ------------------------
3 files changed, 56 deletions(-)
diff --git a/net-analyzer/namebench/Manifest b/net-analyzer/namebench/Manifest
deleted file mode 100644
index 173a3fd3b14..00000000000
--- a/net-analyzer/namebench/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST namebench-1.3.1-source.tgz 1118505 BLAKE2B eeb1921dcdc627d9ab7d0742f7ad0e17915a301243b8f152472b9c8e545a0510655f637989ccc377b03d2b8c4f7c95dafbb8496fb49449bc9c2f2caad30e5708 SHA512 df9d120bf9f0bcbb5e3d41d2257b2c594e99b7e69b33435b59587e99dac6dca29e4ae81f51838946bc1955540109da6296abc6b69d411af2b91e05b58367bb3b
diff --git a/net-analyzer/namebench/metadata.xml b/net-analyzer/namebench/metadata.xml
deleted file mode 100644
index 24087fdb9b2..00000000000
--- a/net-analyzer/namebench/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">namebench</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-analyzer/namebench/namebench-1.3.1-r3.ebuild b/net-analyzer/namebench/namebench-1.3.1-r3.ebuild
deleted file mode 100644
index 880c4fc0f9a..00000000000
--- a/net-analyzer/namebench/namebench-1.3.1-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="DNS Benchmark Utility"
-HOMEPAGE="https://github.com/google/namebench"
-SRC_URI="https://namebench.googlecode.com/files/${P}-source.tgz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-# PYTHON_REQ_USE does not support X? ( tk ) syntax yet
-DEPEND="X? ( $(python_gen_cond_dep dev-lang/python:2.7[tk] python2_7) )"
-RDEPEND="${DEPEND}
- dev-python/dnspython[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.6[${PYTHON_USEDEP}]
- >=dev-python/graphy-1.0[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.2.1[${PYTHON_USEDEP}]
- >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- # don't include bundled libraries
- export NO_THIRD_PARTY=1
-
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- #set prefix
- distutils-r1_python_install --install-data=/usr/share
-}
-
-python_install_all() {
- dosym ${PN}.py /usr/bin/${PN}
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-01-04 9:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-30 6:00 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-01-04 9:04 Mikle Kolyada
2019-07-30 6:04 Michał Górny
2018-02-26 22:43 Patrice Clement
2015-10-30 12:04 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox