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: Sat, 09 Jan 2021 14:29:05
Message-Id: 1610202443.71c006ae7098f6ae72d1bc806da7808fca7380c3.juippis@gentoo
1 commit: 71c006ae7098f6ae72d1bc806da7808fca7380c3
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 14:27:23 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 14:27:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c006ae
7
8 sys-process/evisum: bump to 0.5.9
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.9.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
17 index 96e1e29b42f..d96d2fc4d3a 100644
18 --- a/sys-process/evisum/Manifest
19 +++ b/sys-process/evisum/Manifest
20 @@ -1 +1,2 @@
21 DIST evisum-0.5.8.tar.xz 6900320 BLAKE2B ea0a9ff248e502c2517b5350c598b413a3d0d4fbedf7b36ffe3d0269ef66b458b803cfe36077b42bb0aea6f66e70321028931e7c819c9378d0c2fa3f38e2a9ce SHA512 26f3404c95bdda85b2c4e33da5026e99fd326c5a9dd4b6357e2552507f851a12b451a0d47a521b71695e0e4812f7e4d81c09e2c50eda364597c0c083ea5e5dd1
22 +DIST evisum-0.5.9.tar.xz 6928640 BLAKE2B 38c4f0c40fa4747004a891522be2744793bd8c8a6f28ed22961737f17aaf5ebe178c24ef1e19bb31e834c8cb3bd35c95499e1ce3e41371716c558a4596374153 SHA512 6fcea6f2a7a7cfdfc8eccf7cccb10bdf7abe4990f420fa1947d45a5e3f49411b0b37ccef8f53b57d5db4ec9bf0cb9f92369b8c2aaa9a545469b5f3316db609cc
23
24 diff --git a/sys-process/evisum/evisum-0.5.9.ebuild b/sys-process/evisum/evisum-0.5.9.ebuild
25 new file mode 100644
26 index 00000000000..27f90bd1e8d
27 --- /dev/null
28 +++ b/sys-process/evisum/evisum-0.5.9.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
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 ~x86"
44 +
45 +DEPEND="dev-libs/efl"
46 +RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"