summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-07-15 08:37:42 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-07-15 08:38:29 +0300
commitd3876ddf9cda8aeb9f4d2cff13494485d595a0be (patch)
tree8e804298bb7cf17547d1b350126ecf3ce5e3954b /sys-process/evisum
parentmedia-radio/fldigi: Version bump (diff)
downloadgentoo-d3876ddf9cda8aeb9f4d2cff13494485d595a0be.tar.gz
gentoo-d3876ddf9cda8aeb9f4d2cff13494485d595a0be.tar.bz2
gentoo-d3876ddf9cda8aeb9f4d2cff13494485d595a0be.zip
sys-process/evisum: bump to 0.5.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process/evisum')
-rw-r--r--sys-process/evisum/Manifest1
-rw-r--r--sys-process/evisum/evisum-0.5.1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
index 86bae33d6bab..1af95dd1dcd2 100644
--- a/sys-process/evisum/Manifest
+++ b/sys-process/evisum/Manifest
@@ -1,2 +1,3 @@
DIST evisum-0.4.1.tar.xz 158032 BLAKE2B bb2ec2cd79d8abd5e9f8c11eb47481b8a4e5feff30daf975e00949b08c58cd44988590f390bc7502801932485b070a44f9ac162e1a57daa37528c0f67043fa32 SHA512 4dd16bb5079ead296384640bcaaa316c60c842f9fd19cac6b2e30aba0eacc82550ba442c52a616376ed61799319c363c9ef7da2c3261ea8032e27108da31656b
DIST evisum-0.5.0.tar.xz 919700 BLAKE2B 2806044822d8869516f7ab146dde31c78d0392619dbb4720a3a306db15567e754c523626adb2671a5704b5508b3a27206357a2cce8be180e78704af13368de72 SHA512 d0a28a4ef1e8866b6168a09b32638bf1cc91b4260acafc8dacddea15718c0a0d024c6f48b8038630d5ff878c2be24f81a5ac66faa6434c7b7aadc33689883b15
+DIST evisum-0.5.1.tar.xz 924628 BLAKE2B 5d20d05abde2eead253dcb925bac63e670e260de5ba00d47c96551eeedb4f6cde23330817b677ef02fd5e7d8900a7ab744b2c8c7cc91a859e3ce2c882b4d5a3d SHA512 896f345497bb3218f147b62a7a4eccbb8a27527ecdec6778cf533ab2e32bc4dea23eca33fde6a18ada5fab2378216ab8e85a90b80c18b447fe5eeb2bffad0224
diff --git a/sys-process/evisum/evisum-0.5.1.ebuild b/sys-process/evisum/evisum-0.5.1.ebuild
new file mode 100644
index 000000000000..34be85ce9ccf
--- /dev/null
+++ b/sys-process/evisum/evisum-0.5.1.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] )"