sys-process/evisum: bump to 0.1.2
authorJoonas Niilola <juippis@gmail.com>
Tue, 25 Sep 2018 16:20:13 +0000 (19:20 +0300)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Sep 2018 20:27:11 +0000 (22:27 +0200)
Signed-off-by: Joonas Niilola <juippis@gmail.com>
Package-Manager: Portage[mgorny]-2.3.49.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-process/evisum/Manifest
sys-process/evisum/evisum-0.1.2.ebuild [new file with mode: 0644]

index 5733757d76709267800f792a363281caab46bec5..a6a33cf293573b563caf72a839b61ac9b37e8978 100644 (file)
@@ -1 +1,2 @@
 DIST evisum-0.1.1.tar.xz 77748 BLAKE2B 32c3330586d7d919ff54d8c3166bbece11efb1031617f039e7806dca268a6df3739db27ebc456c3b28e3d7599d325fb8aff16b21cc65b20e6011aa551a10e006 SHA512 dcfa7cdf18e08e63c53baff69c88fc81939534c7b1ecfe6a87567c30334d6f2c2899092c8eb630112f79d36e42cc2f4accc3ed3e389ed8cd0e78f52a566c2ca2
+DIST evisum-0.1.2.tar.xz 77796 BLAKE2B 79baf9acd755af381e8a2f377727fb7e9d452a7ef57e9e5b4cee0013236e96ec8c8170072790a9a09f22a7d166ba86be4d0580767714a26cbfabc63d2a47aee9 SHA512 30e03c4468079f2932f5b1c3a6c3b2ddcf263c7bcd1a767bc45ac7c6e97a33bc2cd9d5cf1201907d0c76b149fa9798c28b25a81f451074af1c53016bb25fd53b
diff --git a/sys-process/evisum/evisum-0.1.2.ebuild b/sys-process/evisum/evisum-0.1.2.ebuild
new file mode 100644 (file)
index 0000000..c8a0cad
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-libs/efl-1.20.0[X]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       emake PREFIX="${D}"/usr install
+       einstalldocs
+}