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 80D5E138359 for ; Thu, 20 Aug 2020 09:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B07CBE0101; Thu, 20 Aug 2020 09:10:44 +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 8DE28E0101 for ; Thu, 20 Aug 2020 09:10:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 291F434F24E for ; Thu, 20 Aug 2020 09:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A21F630A for ; Thu, 20 Aug 2020 09:10:41 +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: <1597914634.a53e7d4f47df5da9e7cabb1c63f8d057606c3a46.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.3.ebuild X-VCS-Directories: sys-process/evisum/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a53e7d4f47df5da9e7cabb1c63f8d057606c3a46 X-VCS-Branch: master Date: Thu, 20 Aug 2020 09:10:41 +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: 9652bae8-4ad6-49ed-82e9-a88eed5bb13c X-Archives-Hash: a87c84de03bba96557f79583372bf96a commit: a53e7d4f47df5da9e7cabb1c63f8d057606c3a46 Author: Joonas Niilola gentoo org> AuthorDate: Thu Aug 20 09:09:46 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 20 09:10:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e7d4f sys-process/evisum: bump to 0.5.3 Signed-off-by: Joonas Niilola gentoo.org> sys-process/evisum/Manifest | 1 + sys-process/evisum/evisum-0.5.3.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index 73359da5257..844be9c871e 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1 +1,2 @@ DIST evisum-0.5.1.tar.xz 924628 BLAKE2B 5d20d05abde2eead253dcb925bac63e670e260de5ba00d47c96551eeedb4f6cde23330817b677ef02fd5e7d8900a7ab744b2c8c7cc91a859e3ce2c882b4d5a3d SHA512 896f345497bb3218f147b62a7a4eccbb8a27527ecdec6778cf533ab2e32bc4dea23eca33fde6a18ada5fab2378216ab8e85a90b80c18b447fe5eeb2bffad0224 +DIST evisum-0.5.3.tar.xz 919716 BLAKE2B 8e569dbf2c620d86d1ef1734bd2f70824d6680d212ebe3a7597f4aee9071d240198dbe11f924724306db7b43196a136aacedc092d72b699fa062c911e830d0a6 SHA512 9da73d49ae473fe7cd0bc2e228ee15ec127e6db80587e9bb42376cb98bc48634abcd567d80932f589ee3f829e0b4ff4928b4dfec7f13eeeb8e29623380a05ea4 diff --git a/sys-process/evisum/evisum-0.5.3.ebuild b/sys-process/evisum/evisum-0.5.3.ebuild new file mode 100644 index 00000000000..34be85ce9cc --- /dev/null +++ b/sys-process/evisum/evisum-0.5.3.ebuild @@ -0,0 +1,17 @@ +# 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] )"