sys-process/evisum: bump to 0.5.7

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2020-10-18 10:02:48 +03:00
parent c8918d4734
commit 4d6f41d45f
2 changed files with 18 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST evisum-0.5.6.tar.xz 6908984 BLAKE2B f657587618df98a98fec82fcf323593934a33b7642281d7a0eb600d45697a24fe70f09da020a68ead5574b7e564851b85b9dea5093f84ed2f115c7a2114a3057 SHA512 71da0728870d61497d68dc13407fd160e569277f827e57c9894a681c8438530f742e6fce79f313ab439aa972c358efbb3f892509dfd284268ac681ff5bc0cee9
DIST evisum-0.5.7.tar.xz 6800680 BLAKE2B cf37a301acf7974978446f1b09a73eaa7d9e00b21aecd6b28f3e97229a18dd9eeafdd030ae50ac17cd48a8768d82942fa35760d45a2356273e6455a7ecd0795c SHA512 0ff97bf619fa012e29378dfb9e6913e30123b098a1bb6531fdcc9b4b2bdeec0a4252b35ff6be4ce219aa202c77b809b0d61dde52aa8ef1d62deed9eb92754d7f

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson xdg
DESCRIPTION="System and process monitor written with EFL"
HOMEPAGE="https://www.enlightenment.org/"
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
LICENSE="GPL-2 ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/efl"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"