sys-process/evisum: bump to 0.3.2
authorJoonas Niilola <juippis@gentoo.org>
Sun, 5 Apr 2020 06:22:58 +0000 (09:22 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Sun, 5 Apr 2020 07:17:53 +0000 (10:17 +0300)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
sys-process/evisum/Manifest
sys-process/evisum/evisum-0.3.2.ebuild [new file with mode: 0644]

index 23cee5d7d6fbcaede3f205dbe2c853110c1f4340..097e1d24e2b52bab7161280cf0af569aff1cf7c1 100644 (file)
@@ -1 +1,2 @@
 DIST evisum-0.3.0.tar.xz 83620 BLAKE2B 9b9646670a7b313246537dbd78f47f5db14f3dd22436cd7e60e902df4b07fa28596d80edac5f3c0ee68c5bb7dfaffd3bf8a6d77d342e4aa32f4bfe97de3eb148 SHA512 a36c931bbb4534fb9201cbc09883311c3552d7ef48d504a86fc722222af64fc80083b81aab3dea99c926394613e7fe78f5477ae7c73dc19ae95df17e78dcd6ee
+DIST evisum-0.3.2.tar.xz 107300 BLAKE2B a30ddbdc33bee32c8110f887d986c39a8153f56e2a9660622b779dacf88c01141cb7192d041aa15318c86e83e372e064ccfd197362cc8447c78aecf75fd9909e SHA512 b0a5b3b033e2856cd92b2fd2db52ddb8e8956c4d1db45cf1c29353b3de74dedf2dea86dd1382dbef2a2326a4b60b395a9c7b12839fa93eb23ed34045a8dc213c
diff --git a/sys-process/evisum/evisum-0.3.2.ebuild b/sys-process/evisum/evisum-0.3.2.ebuild
new file mode 100644 (file)
index 0000000..654b61b
--- /dev/null
@@ -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="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/efl"
+RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"