From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60F9713835B for ; Tue, 17 Nov 2020 08:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D219E0935; Tue, 17 Nov 2020 08:23:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 882FEE0935 for ; Tue, 17 Nov 2020 08:23:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0F54341000 for ; Tue, 17 Nov 2020 08:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38E3453 for ; Tue, 17 Nov 2020 08:23:42 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1605601316.81a4f343a04eeac334078fa78926b368bde6853d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/evisum/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/evisum/Manifest sys-process/evisum/evisum-0.5.6.ebuild X-VCS-Directories: sys-process/evisum/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 81a4f343a04eeac334078fa78926b368bde6853d X-VCS-Branch: master Date: Tue, 17 Nov 2020 08:23:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3579bce6-63d2-429d-a80f-f58585d66667 X-Archives-Hash: f474e96c62dbd501cd2ec8cc67080d3d commit: 81a4f343a04eeac334078fa78926b368bde6853d Author: Joonas Niilola gentoo org> AuthorDate: Tue Nov 17 08:20:20 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Nov 17 08:21:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a4f343 sys-process/evisum: remove old 0.5.6 Signed-off-by: Joonas Niilola gentoo.org> sys-process/evisum/Manifest | 1 - sys-process/evisum/evisum-0.5.6.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index 0bd37a4b98e..27366df411b 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1,2 +1 @@ -DIST evisum-0.5.6.tar.xz 6908984 BLAKE2B f657587618df98a98fec82fcf323593934a33b7642281d7a0eb600d45697a24fe70f09da020a68ead5574b7e564851b85b9dea5093f84ed2f115c7a2114a3057 SHA512 71da0728870d61497d68dc13407fd160e569277f827e57c9894a681c8438530f742e6fce79f313ab439aa972c358efbb3f892509dfd284268ac681ff5bc0cee9 DIST evisum-0.5.7.tar.xz 6800680 BLAKE2B cf37a301acf7974978446f1b09a73eaa7d9e00b21aecd6b28f3e97229a18dd9eeafdd030ae50ac17cd48a8768d82942fa35760d45a2356273e6455a7ecd0795c SHA512 0ff97bf619fa012e29378dfb9e6913e30123b098a1bb6531fdcc9b4b2bdeec0a4252b35ff6be4ce219aa202c77b809b0d61dde52aa8ef1d62deed9eb92754d7f diff --git a/sys-process/evisum/evisum-0.5.6.ebuild b/sys-process/evisum/evisum-0.5.6.ebuild deleted file mode 100644 index 778ac7eb148..00000000000 --- a/sys-process/evisum/evisum-0.5.6.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson xdg - -DESCRIPTION="System and process monitor written with EFL" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -LICENSE="GPL-2 ISC" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="dev-libs/efl" -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"