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>net...@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
-}

Reply via email to