From b24bd25253fe093f722ab576d29fdc41d04cb1ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Aug 2019 19:14:55 +0100 Subject: gentoo resync : 02.08.2019 --- net-analyzer/namebench/Manifest | 2 +- net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 44 ------------------------ net-analyzer/namebench/namebench-1.3.1-r3.ebuild | 44 ++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 net-analyzer/namebench/namebench-1.3.1-r2.ebuild create mode 100644 net-analyzer/namebench/namebench-1.3.1-r3.ebuild (limited to 'net-analyzer/namebench') diff --git a/net-analyzer/namebench/Manifest b/net-analyzer/namebench/Manifest index cd134473688c..ba7b0b463483 100644 --- a/net-analyzer/namebench/Manifest +++ b/net-analyzer/namebench/Manifest @@ -1,3 +1,3 @@ DIST namebench-1.3.1-source.tgz 1118505 BLAKE2B eeb1921dcdc627d9ab7d0742f7ad0e17915a301243b8f152472b9c8e545a0510655f637989ccc377b03d2b8c4f7c95dafbb8496fb49449bc9c2f2caad30e5708 SHA512 df9d120bf9f0bcbb5e3d41d2257b2c594e99b7e69b33435b59587e99dac6dca29e4ae81f51838946bc1955540109da6296abc6b69d411af2b91e05b58367bb3b -EBUILD namebench-1.3.1-r2.ebuild 1055 BLAKE2B 042b0aec8504587bc4089136abec68fcab6c4853950852e1bb48ad20169251048e04992f3a09bb5d2544e4a2a87a9c9f580355bc9d7b17623e02a4287af81af1 SHA512 3c455685a45426aeeb184f0cca7e9a08997c8050c4543dfdc588d9953358d0684f465ddc6aae65f641aa369e3a3672f349023bcf70b3f7a8102564f4cedae04f +EBUILD namebench-1.3.1-r3.ebuild 1051 BLAKE2B 21d1f618e195b62c0ee9ef6986775f0e9573dadc4affa39b1ea755870ba18f3c3f9fa7c88d2c1ef10f0b11a5cb230d1fd6fbc6bd2429a1f308d767b43193210c SHA512 9cc9acca3ffc717883103f3eacfe17de1501a596b06c149b29d22212173ef33db98ac20285f26a321d2f3d737818da82d4aabb038941bea9bcebf3d3edc2913c MISC metadata.xml 359 BLAKE2B ab64609d2c15ddc53f224bd9ef0acd57e4ab0571fa3eee09c8cef165339c8674db40adfa6fc3dfb3c1736dbb7e839fd13171e9a0360e6537855ad866ee6d8c59 SHA512 e7f84527d450abc038dd4962899a3a6789787049c8b097ec485f53b6b6143503e3d394be629c3987a450af6c718086bb5deabb38a8e95271d32fdfda7fcff3f6 diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild deleted file mode 100644 index 147f06b12436..000000000000 --- a/net-analyzer/namebench/namebench-1.3.1-r2.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/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() { - # 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 -} diff --git a/net-analyzer/namebench/namebench-1.3.1-r3.ebuild b/net-analyzer/namebench/namebench-1.3.1-r3.ebuild new file mode 100644 index 000000000000..880c4fc0f9a3 --- /dev/null +++ b/net-analyzer/namebench/namebench-1.3.1-r3.ebuild @@ -0,0 +1,44 @@ +# 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 +} -- cgit v1.2.3