Compare commits
2 Commits
39ce51f794
...
2294d2c243
| Author | SHA1 | Date | |
|---|---|---|---|
| 2294d2c243 | |||
| a4ab7b3c37 |
@ -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
|
||||
|
||||
14
packages/app-benchmarks/stress/stress-1.0.4.exheres-0
Normal file
14
packages/app-benchmarks/stress/stress-1.0.4.exheres-0
Normal 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"
|
||||
|
||||
24
packages/monitor/s-tui/s-tui-0.7.5.exheres-0
Normal file
24
packages/monitor/s-tui/s-tui-0.7.5.exheres-0
Normal 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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user