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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8792015808B for ; Sat, 28 Sep 2024 12:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A63B1E2A4C; Sat, 28 Sep 2024 12:46:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 616ADE2A55 for ; Sat, 28 Sep 2024 12:46:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81E63342F65 for ; Sat, 28 Sep 2024 12:46:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D72627F0 for ; Sat, 28 Sep 2024 12:46:34 +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: <1727527378.9c2bc25698719e3b70f302da3c6388837cf18087.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.6.0.ebuild X-VCS-Directories: sys-process/evisum/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9c2bc25698719e3b70f302da3c6388837cf18087 X-VCS-Branch: master Date: Sat, 28 Sep 2024 12:46:34 +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: 9433162a-452d-4bd1-96a1-40d22bc21db4 X-Archives-Hash: 76c91b4939b6223d891b938a8bccfa0d commit: 9c2bc25698719e3b70f302da3c6388837cf18087 Author: Joonas Niilola gentoo org> AuthorDate: Sat Sep 28 12:42:58 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 28 12:42:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2bc256 sys-process/evisum: drop 0.6.0 Signed-off-by: Joonas Niilola gentoo.org> sys-process/evisum/Manifest | 1 - sys-process/evisum/evisum-0.6.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index b7a7d8e5a965..ac5fa46e56a6 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1,2 +1 @@ -DIST evisum-0.6.0.tar.xz 2063396 BLAKE2B 46b81017da0de9ba47dae4657580e1ee9d8b511baf4d20d9e972ef8dbcf17e941d438875ca440160a0e8547eb7e45c01247de7a46db868d5bb8ffd9e92a683e7 SHA512 f9a8722a5373242a1735ddee49e6fd55772d487ba84ad4a69849011c373b01d67d167fade67f96237b68fc668bb052b10d8127945eeb14fc1c773422072bc324 DIST evisum-0.6.1.tar.xz 2040400 BLAKE2B 34c2c4d1425aef8af2031b12d972847709650adbf913c5d24e6f12ea354e80a0d41935b7a4090aaf3788be3da9506f8e3ecbba1c5a43bd1df2293fde3278565e SHA512 8ea97d3bf1737c0dc1b88fda1e994d850afd061fee9e54f00235985ddd5635908d7a006db2a4e181cacbf1a4325fe491532149dc9ad1734b5a1fecad7ff114cc diff --git a/sys-process/evisum/evisum-0.6.0.ebuild b/sys-process/evisum/evisum-0.6.0.ebuild deleted file mode 100644 index b8a9c9a2953f..000000000000 --- a/sys-process/evisum/evisum-0.6.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~riscv x86" - -DEPEND=">=dev-libs/efl-1.26.1" -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" - -DOCS=( BUGS NEWS README TODO )