mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-process/evisum: bump to 0.3.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
17
sys-process/evisum/evisum-0.3.2.ebuild
Normal file
17
sys-process/evisum/evisum-0.3.2.ebuild
Normal 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="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-libs/efl"
|
||||
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
|
||||
Reference in New Issue
Block a user