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, 04 Jan 2022 16:19:45
Message-Id: 1641313156.6179bb8f49a533a322215abbf7e0c1d5a12346c1.juippis@gentoo
1 commit: 6179bb8f49a533a322215abbf7e0c1d5a12346c1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 16:11:55 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 16:19:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6179bb8f
7
8 sys-process/evisum: add 0.6.0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-process/evisum/Manifest | 1 +
13 sys-process/evisum/evisum-0.6.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
17 index 8df9b7bcfe1d..d8ecd857f21e 100644
18 --- a/sys-process/evisum/Manifest
19 +++ b/sys-process/evisum/Manifest
20 @@ -1 +1,2 @@
21 DIST evisum-0.5.13.tar.xz 2056416 BLAKE2B 06347190bdf0831b9902ec683ec8bfaabf1c27e498e050e4eb2d51a1a73be62e987c3518c0196e76a717a95c7d7dfa451adc85d5f79dafa613960c08e35602c9 SHA512 7f0af18a9e7c1af6dcf74e2b975b16885aecd829af51af66332e9af5634a3c948158c606caafa1823a04af0191fe7f2b1f13e06af6c16c6b2f2f45832d0706b8
22 +DIST evisum-0.6.0.tar.xz 2063396 BLAKE2B 46b81017da0de9ba47dae4657580e1ee9d8b511baf4d20d9e972ef8dbcf17e941d438875ca440160a0e8547eb7e45c01247de7a46db868d5bb8ffd9e92a683e7 SHA512 f9a8722a5373242a1735ddee49e6fd55772d487ba84ad4a69849011c373b01d67d167fade67f96237b68fc668bb052b10d8127945eeb14fc1c773422072bc324
23
24 diff --git a/sys-process/evisum/evisum-0.6.0.ebuild b/sys-process/evisum/evisum-0.6.0.ebuild
25 new file mode 100644
26 index 000000000000..c9cedfed0dcd
27 --- /dev/null
28 +++ b/sys-process/evisum/evisum-0.6.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit meson xdg
36 +
37 +DESCRIPTION="System and process monitor written with EFL"
38 +HOMEPAGE="https://www.enlightenment.org/"
39 +SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
40 +
41 +LICENSE="GPL-2 ISC"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~riscv ~x86"
44 +
45 +DEPEND=">=dev-libs/efl-1.26.1"
46 +RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
47 +
48 +DOCS=( BUGS NEWS README TODO )