diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-26 23:45:14 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-27 00:57:48 -0600 |
commit | d763c4431b5b6142664e5d6f6df4ad851f832c0a (patch) | |
tree | 54038a5445d2a02fafef74c99df451e016433fc2 /net-analyzer/speedtest-cli/speedtest-cli-1.0.7.ebuild | |
parent | net-analyzer/speedtest-cli: stabilize 2.0.2 (diff) | |
download | gentoo-d763c4431b5b6142664e5d6f6df4ad851f832c0a.tar.gz gentoo-d763c4431b5b6142664e5d6f6df4ad851f832c0a.tar.bz2 gentoo-d763c4431b5b6142664e5d6f6df4ad851f832c0a.zip |
net-analyzer/speedtest-cli: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-analyzer/speedtest-cli/speedtest-cli-1.0.7.ebuild')
-rw-r--r-- | net-analyzer/speedtest-cli/speedtest-cli-1.0.7.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-analyzer/speedtest-cli/speedtest-cli-1.0.7.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-1.0.7.ebuild deleted file mode 100644 index 5d55575fd650..000000000000 --- a/net-analyzer/speedtest-cli/speedtest-cli-1.0.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Command line interface for testing internet bandwidth using speedtest.net" -HOMEPAGE="https://github.com/sivel/speedtest-cli" -SRC_URI="https://github.com/sivel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -DOCS=( CONTRIBUTING.md README.rst ) - -python_install_all() { - doman ${PN}.1 - distutils-r1_python_install_all -} |