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, 01 Jun 2021 08:43:26
Message-Id: 1622536992.66e9d15fa9582fcb2a1a4796f848f8bbc8c518d2.juippis@gentoo
1 commit: 66e9d15fa9582fcb2a1a4796f848f8bbc8c518d2
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:36:17 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:43:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e9d15f
7
8 sys-process/evisum: drop 0.5.11
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.11.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
17 index 2f1c26eb72b..8df9b7bcfe1 100644
18 --- a/sys-process/evisum/Manifest
19 +++ b/sys-process/evisum/Manifest
20 @@ -1,2 +1 @@
21 -DIST evisum-0.5.11.tar.xz 4363660 BLAKE2B 229acde8f8559bb6570236a511bf7685c5f47c33d39ae967fac693510bc1e164ddf1318a7c491f3bfc563f3ee51e541896480161e1e0e9e47742be0f9fa33a28 SHA512 d6d7c7d17ad231a68650e27718d578b698d48db0bbb796758fc6202b6928f02d1fe171570ebb46d527873d11cad221c568eabc2cdcdb3ebeca210c92f19d82ea
22 DIST evisum-0.5.13.tar.xz 2056416 BLAKE2B 06347190bdf0831b9902ec683ec8bfaabf1c27e498e050e4eb2d51a1a73be62e987c3518c0196e76a717a95c7d7dfa451adc85d5f79dafa613960c08e35602c9 SHA512 7f0af18a9e7c1af6dcf74e2b975b16885aecd829af51af66332e9af5634a3c948158c606caafa1823a04af0191fe7f2b1f13e06af6c16c6b2f2f45832d0706b8
23
24 diff --git a/sys-process/evisum/evisum-0.5.11.ebuild b/sys-process/evisum/evisum-0.5.11.ebuild
25 deleted file mode 100644
26 index 4a7b1c25a1e..00000000000
27 --- a/sys-process/evisum/evisum-0.5.11.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
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] )"