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: Fri, 01 Jan 2021 15:37:38
Message-Id: 1609515448.b86552d37320228854195e415005fe39a53e8c68.juippis@gentoo
1 commit: b86552d37320228854195e415005fe39a53e8c68
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 15:36:35 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 15:37:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86552d3
7
8 sys-process/evisum: remove old 0.5.7
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.7.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
17 index f9d668b7807..96e1e29b42f 100644
18 --- a/sys-process/evisum/Manifest
19 +++ b/sys-process/evisum/Manifest
20 @@ -1,2 +1 @@
21 -DIST evisum-0.5.7.tar.xz 6800680 BLAKE2B cf37a301acf7974978446f1b09a73eaa7d9e00b21aecd6b28f3e97229a18dd9eeafdd030ae50ac17cd48a8768d82942fa35760d45a2356273e6455a7ecd0795c SHA512 0ff97bf619fa012e29378dfb9e6913e30123b098a1bb6531fdcc9b4b2bdeec0a4252b35ff6be4ce219aa202c77b809b0d61dde52aa8ef1d62deed9eb92754d7f
22 DIST evisum-0.5.8.tar.xz 6900320 BLAKE2B ea0a9ff248e502c2517b5350c598b413a3d0d4fbedf7b36ffe3d0269ef66b458b803cfe36077b42bb0aea6f66e70321028931e7c819c9378d0c2fa3f38e2a9ce SHA512 26f3404c95bdda85b2c4e33da5026e99fd326c5a9dd4b6357e2552507f851a12b451a0d47a521b71695e0e4812f7e4d81c09e2c50eda364597c0c083ea5e5dd1
23
24 diff --git a/sys-process/evisum/evisum-0.5.7.ebuild b/sys-process/evisum/evisum-0.5.7.ebuild
25 deleted file mode 100644
26 index 778ac7eb148..00000000000
27 --- a/sys-process/evisum/evisum-0.5.7.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2020 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] )"