mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-process/evisum: bump to 0.5.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST evisum-0.5.1.tar.xz 924628 BLAKE2B 5d20d05abde2eead253dcb925bac63e670e260de5ba00d47c96551eeedb4f6cde23330817b677ef02fd5e7d8900a7ab744b2c8c7cc91a859e3ce2c882b4d5a3d SHA512 896f345497bb3218f147b62a7a4eccbb8a27527ecdec6778cf533ab2e32bc4dea23eca33fde6a18ada5fab2378216ab8e85a90b80c18b447fe5eeb2bffad0224
|
||||
DIST evisum-0.5.3.tar.xz 919716 BLAKE2B 8e569dbf2c620d86d1ef1734bd2f70824d6680d212ebe3a7597f4aee9071d240198dbe11f924724306db7b43196a136aacedc092d72b699fa062c911e830d0a6 SHA512 9da73d49ae473fe7cd0bc2e228ee15ec127e6db80587e9bb42376cb98bc48634abcd567d80932f589ee3f829e0b4ff4928b4dfec7f13eeeb8e29623380a05ea4
|
||||
|
||||
17
sys-process/evisum/evisum-0.5.3.ebuild
Normal file
17
sys-process/evisum/evisum-0.5.3.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="GPL-2 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