Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/evisum/
Date: Tue, 15 Sep 2020 06:58:14
Message-Id: 1600153084.a451b46d7f7f22c998224707f5246e844225b019.juippis@gentoo
1 commit: a451b46d7f7f22c998224707f5246e844225b019
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 06:46:42 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 06:58:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a451b46d
7
8 sys-process/evisum: bump to 0.5.6
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-process/evisum/Manifest | 1 +
13 sys-process/evisum/evisum-0.5.6.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
17 index d894a6a7009..299f5ac24a5 100644
18 --- a/sys-process/evisum/Manifest
19 +++ b/sys-process/evisum/Manifest
20 @@ -1,2 +1,3 @@
21 DIST evisum-0.5.1.tar.xz 924628 BLAKE2B 5d20d05abde2eead253dcb925bac63e670e260de5ba00d47c96551eeedb4f6cde23330817b677ef02fd5e7d8900a7ab744b2c8c7cc91a859e3ce2c882b4d5a3d SHA512 896f345497bb3218f147b62a7a4eccbb8a27527ecdec6778cf533ab2e32bc4dea23eca33fde6a18ada5fab2378216ab8e85a90b80c18b447fe5eeb2bffad0224
22 DIST evisum-0.5.4.tar.xz 919744 BLAKE2B 69d04543e1645089882b2bdcd7918072faabcd2142e87634f390899e9a3de18699aaecb1d64fdc77edd3e00aaf4463649ecfcab721001028395ecadc1561d7bb SHA512 e7466063dea13df781d48058bf45b1a4fd8e469587154cd154cd4c4201b4262243f665f0fb57ae5001ec8a61dbac377b392592b83acacee6d2842bec0392c5b9
23 +DIST evisum-0.5.6.tar.xz 6908984 BLAKE2B f657587618df98a98fec82fcf323593934a33b7642281d7a0eb600d45697a24fe70f09da020a68ead5574b7e564851b85b9dea5093f84ed2f115c7a2114a3057 SHA512 71da0728870d61497d68dc13407fd160e569277f827e57c9894a681c8438530f742e6fce79f313ab439aa972c358efbb3f892509dfd284268ac681ff5bc0cee9
24
25 diff --git a/sys-process/evisum/evisum-0.5.6.ebuild b/sys-process/evisum/evisum-0.5.6.ebuild
26 new file mode 100644
27 index 00000000000..34be85ce9cc
28 --- /dev/null
29 +++ b/sys-process/evisum/evisum-0.5.6.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit meson xdg
37 +
38 +DESCRIPTION="System and process monitor written with EFL"
39 +HOMEPAGE="https://www.enlightenment.org/"
40 +SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
41 +
42 +LICENSE="GPL-2 ISC"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +DEPEND="dev-libs/efl"
47 +RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"