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 4A42F1382C5 for ; Sun, 14 Mar 2021 08:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67FD4E08E0; Sun, 14 Mar 2021 08:41:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4A0EEE08DD for ; Sun, 14 Mar 2021 08:41:17 +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 08AB2335D2F for ; Sun, 14 Mar 2021 08:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B6604A6 for ; Sun, 14 Mar 2021 08:41:14 +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: <1615711264.4bc985d6ec9f0b37a1030f16e81ba12e6ce6ab0a.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.9.ebuild X-VCS-Directories: sys-process/evisum/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4bc985d6ec9f0b37a1030f16e81ba12e6ce6ab0a X-VCS-Branch: master Date: Sun, 14 Mar 2021 08:41:14 +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: 9fd19407-2e3d-4bc8-a5ca-b81baade8da2 X-Archives-Hash: 5893da479b9317092a87a706a5f02f42 commit: 4bc985d6ec9f0b37a1030f16e81ba12e6ce6ab0a Author: Joonas Niilola gentoo org> AuthorDate: Sun Mar 14 08:09:01 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Mar 14 08:41:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc985d6 sys-process/evisum: drop 0.5.9 Signed-off-by: Joonas Niilola gentoo.org> sys-process/evisum/Manifest | 1 - sys-process/evisum/evisum-0.5.9.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index 5bbb76c3837..f35db057486 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1,2 +1 @@ DIST evisum-0.5.11.tar.xz 4363660 BLAKE2B 229acde8f8559bb6570236a511bf7685c5f47c33d39ae967fac693510bc1e164ddf1318a7c491f3bfc563f3ee51e541896480161e1e0e9e47742be0f9fa33a28 SHA512 d6d7c7d17ad231a68650e27718d578b698d48db0bbb796758fc6202b6928f02d1fe171570ebb46d527873d11cad221c568eabc2cdcdb3ebeca210c92f19d82ea -DIST evisum-0.5.9.tar.xz 6928640 BLAKE2B 38c4f0c40fa4747004a891522be2744793bd8c8a6f28ed22961737f17aaf5ebe178c24ef1e19bb31e834c8cb3bd35c95499e1ce3e41371716c558a4596374153 SHA512 6fcea6f2a7a7cfdfc8eccf7cccb10bdf7abe4990f420fa1947d45a5e3f49411b0b37ccef8f53b57d5db4ec9bf0cb9f92369b8c2aaa9a545469b5f3316db609cc diff --git a/sys-process/evisum/evisum-0.5.9.ebuild b/sys-process/evisum/evisum-0.5.9.ebuild deleted file mode 100644 index 4a7b1c25a1e..00000000000 --- a/sys-process/evisum/evisum-0.5.9.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 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] )"