Compare commits

...

2 Commits

Author SHA1 Message Date
2294d2c243
monitor/s-tui: initial import 2018-08-14 23:50:17 +08:00
a4ab7b3c37
app-benchmarks/stress: initial import 2018-08-14 23:47:58 +08:00
3 changed files with 40 additions and 0 deletions

View File

@ -1,5 +1,6 @@
app-admin
app-arch
app-benchmarks
app-crypt
app-editors
app-ergonomics
@ -34,6 +35,7 @@ media-libs
media-plugins
media-sound
media-video
monitor
net-firewall
net-im
net-libs

View File

@ -0,0 +1,14 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
SUMMARY="Imposes stressful loads on different aspects of the system"
HOMEPAGE="https://people.seas.harvard.edu/~apw/stress"
DOWNLOADS="https://people.seas.harvard.edu/~apw/stress/${PNV}.tar.gz"
LICENCES="GPL-3"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
BUGS_TO="hasufell@posteo.de"

View File

@ -0,0 +1,24 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ user="amanusk" tag="v${PV}" ]
require pypi setup-py [ import=setuptools ]
SUMMARY="Stress-Terminal UI monitoring tool "
HOMEPAGE="https://amanusk.github.io/s-tui/ ${HOMEPAGE}"
LICENCES="GPL-2.0"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-python/psutil[>=5.2.0][python_abis:*(-)?]
dev-python/urwid[>=1.3.1][python_abis:*(-)?]
suggestion:
app-benchmarks/stress [[ description = [ For running stress tests in s-tui ] ]]
"
BUGS_TO="hasufell@posteo.de"