diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-23 16:34:24 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-23 16:34:49 +0200 |
commit | 9c3c519d80839bca85d8f2dccda9bde97a3834c1 (patch) | |
tree | 73df9adb4aa17f7c68122c5a8ba29f42dcdba30b /sys-process | |
parent | media-plugins/kodi-pvr-vuplus: Cleanup old versions (diff) | |
download | gentoo-9c3c519d80839bca85d8f2dccda9bde97a3834c1.tar.gz gentoo-9c3c519d80839bca85d8f2dccda9bde97a3834c1.tar.bz2 gentoo-9c3c519d80839bca85d8f2dccda9bde97a3834c1.zip |
sys-process/evisum: bump to 0.5.8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/evisum/Manifest | 1 | ||||
-rw-r--r-- | sys-process/evisum/evisum-0.5.8.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index 27366df411b7..f9d668b7807d 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1 +1,2 @@ DIST evisum-0.5.7.tar.xz 6800680 BLAKE2B cf37a301acf7974978446f1b09a73eaa7d9e00b21aecd6b28f3e97229a18dd9eeafdd030ae50ac17cd48a8768d82942fa35760d45a2356273e6455a7ecd0795c SHA512 0ff97bf619fa012e29378dfb9e6913e30123b098a1bb6531fdcc9b4b2bdeec0a4252b35ff6be4ce219aa202c77b809b0d61dde52aa8ef1d62deed9eb92754d7f +DIST evisum-0.5.8.tar.xz 6900320 BLAKE2B ea0a9ff248e502c2517b5350c598b413a3d0d4fbedf7b36ffe3d0269ef66b458b803cfe36077b42bb0aea6f66e70321028931e7c819c9378d0c2fa3f38e2a9ce SHA512 26f3404c95bdda85b2c4e33da5026e99fd326c5a9dd4b6357e2552507f851a12b451a0d47a521b71695e0e4812f7e4d81c09e2c50eda364597c0c083ea5e5dd1 diff --git a/sys-process/evisum/evisum-0.5.8.ebuild b/sys-process/evisum/evisum-0.5.8.ebuild new file mode 100644 index 000000000000..34be85ce9ccf --- /dev/null +++ b/sys-process/evisum/evisum-0.5.8.ebuild @@ -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] )" |