diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-08-08 08:29:46 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-08 09:00:52 +0300 |
commit | 771fdbf92357f3daebc3edfcdaa8f2028d442fca (patch) | |
tree | 7eb9426477cb553599f041b89ea3b81f223eaaec /sys-process | |
parent | dev-libs/openssl: Keyword 3.3.1-r1 ppc, #936268 (diff) | |
download | gentoo-771fdbf92357f3daebc3edfcdaa8f2028d442fca.tar.gz gentoo-771fdbf92357f3daebc3edfcdaa8f2028d442fca.tar.bz2 gentoo-771fdbf92357f3daebc3edfcdaa8f2028d442fca.zip |
sys-process/evisum: add 0.6.1
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.6.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index e3e6f0a832f5..b7a7d8e5a965 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1 +1,2 @@ DIST evisum-0.6.0.tar.xz 2063396 BLAKE2B 46b81017da0de9ba47dae4657580e1ee9d8b511baf4d20d9e972ef8dbcf17e941d438875ca440160a0e8547eb7e45c01247de7a46db868d5bb8ffd9e92a683e7 SHA512 f9a8722a5373242a1735ddee49e6fd55772d487ba84ad4a69849011c373b01d67d167fade67f96237b68fc668bb052b10d8127945eeb14fc1c773422072bc324 +DIST evisum-0.6.1.tar.xz 2040400 BLAKE2B 34c2c4d1425aef8af2031b12d972847709650adbf913c5d24e6f12ea354e80a0d41935b7a4090aaf3788be3da9506f8e3ecbba1c5a43bd1df2293fde3278565e SHA512 8ea97d3bf1737c0dc1b88fda1e994d850afd061fee9e54f00235985ddd5635908d7a006db2a4e181cacbf1a4325fe491532149dc9ad1734b5a1fecad7ff114cc diff --git a/sys-process/evisum/evisum-0.6.1.ebuild b/sys-process/evisum/evisum-0.6.1.ebuild new file mode 100644 index 000000000000..00b22c29ba17 --- /dev/null +++ b/sys-process/evisum/evisum-0.6.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg + +DESCRIPTION="System and process monitor written with EFL" +HOMEPAGE="https://www.enlightenment.org/ https://git.enlightenment.org/enlightenment/evisum" +SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" + +LICENSE="GPL-2 ISC" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +DEPEND=">=dev-libs/efl-1.27.0" +RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" + +DOCS=( BUGS NEWS README TODO ) |