summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-12-27 21:09:23 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-12-27 21:09:23 +0000
commit80e724f549c96e69371d847c3cff7cfbf52fbba2 (patch)
treeb9c9c21f8ec5ab8007928ae7fde50624752c6efa /net-analyzer
parentvanilla-3.12.6 + genpatches-3.12-7 + grsecurity-3.0-3.12.6-201312262020 (diff)
downloadgentoo-2-80e724f549c96e69371d847c3cff7cfbf52fbba2.tar.gz
gentoo-2-80e724f549c96e69371d847c3cff7cfbf52fbba2.tar.bz2
gentoo-2-80e724f549c96e69371d847c3cff7cfbf52fbba2.zip
Initial import of this great package.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/speedtest-cli/ChangeLog9
-rw-r--r--net-analyzer/speedtest-cli/metadata.xml12
-rw-r--r--net-analyzer/speedtest-cli/speedtest-cli-0.2.4.ebuild20
3 files changed, 41 insertions, 0 deletions
diff --git a/net-analyzer/speedtest-cli/ChangeLog b/net-analyzer/speedtest-cli/ChangeLog
new file mode 100644
index 000000000000..2d9fbf502011
--- /dev/null
+++ b/net-analyzer/speedtest-cli/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-analyzer/speedtest-cli
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/speedtest-cli/ChangeLog,v 1.1 2013/12/27 21:09:23 zx2c4 Exp $
+
+*speedtest-cli-0.2.4 (27 Dec 2013)
+
+ 27 Dec 2013; Jason A. Donenfeld <zx2c4@gentoo.org> +metadata.xml,
+ +speedtest-cli-0.2.4.ebuild:
+ Initial import of this great package.
diff --git a/net-analyzer/speedtest-cli/metadata.xml b/net-analyzer/speedtest-cli/metadata.xml
new file mode 100644
index 000000000000..e63c556a8dde
--- /dev/null
+++ b/net-analyzer/speedtest-cli/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>zx2c4@gentoo.org</email>
+<name>Jason A. Donenfeld</name>
+</maintainer>
+<longdescription lang="en">
+Interfaces with speedtest.net's server from the command line.
+</longdescription>
+</pkgmetadata>
+
diff --git a/net-analyzer/speedtest-cli/speedtest-cli-0.2.4.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-0.2.4.ebuild
new file mode 100644
index 000000000000..a79fde486d4c
--- /dev/null
+++ b/net-analyzer/speedtest-cli/speedtest-cli-0.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/speedtest-cli/speedtest-cli-0.2.4.ebuild,v 1.1 2013/12/27 21:09:23 zx2c4 Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+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 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"