Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/evisum/
Date: Sat, 24 Aug 2019 18:37:17
Message-Id: 1566671824.8a61668a2e269f36600240f2afd6aec8815bfa90.juippis@gentoo
1 commit: 8a61668a2e269f36600240f2afd6aec8815bfa90
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 18:37:04 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 18:37:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a61668a
7
8 sys-process/evisum: bump to 0.2.4
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 sys-process/evisum/Manifest | 1 +
14 sys-process/evisum/evisum-0.2.4.ebuild | 32 ++++++++++++++++++++++++++++++++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
18 index 1c2aa5e0537..b6000b67824 100644
19 --- a/sys-process/evisum/Manifest
20 +++ b/sys-process/evisum/Manifest
21 @@ -1 +1,2 @@
22 DIST evisum-0.2.3.tar.xz 85000 BLAKE2B 3f3a43ff569d05550d092930f1cf61eb4deef2a449bd1b407b0f460c15887b76fc430ecbbe8357e6a06d6c34cdce68321d38922635ec4b9caccad084d9c619d6 SHA512 0043432f2b434c2bbdbe03b96d29a3f9515d063bdf5ae61ef5273aad1ec6dbc532860af4a22bebf275f171585e793e3851eec9c98a7eaa4645e32d3a79eafdc1
23 +DIST evisum-0.2.4.tar.xz 84604 BLAKE2B 36219949fdc63ee08be2577591ebb8c746abdf583ae7d9683be0809bd452f0ec8026e65221f8094b18340d54440f303b6ac21d4ff99cf7919a20046ef3ffa1b2 SHA512 31360e8965e9078e8d66ddbffd7f71fec75e327ac1a1a00b9e6337cfc5e80028beaa141f6feb64221098c4a202a410497ad96280e2510d91e84e44038662d540
24
25 diff --git a/sys-process/evisum/evisum-0.2.4.ebuild b/sys-process/evisum/evisum-0.2.4.ebuild
26 new file mode 100644
27 index 00000000000..9ea74684dde
28 --- /dev/null
29 +++ b/sys-process/evisum/evisum-0.2.4.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit xdg-utils
37 +
38 +DESCRIPTION="System and process monitor written with EFL"
39 +HOMEPAGE="https://www.enlightenment.org/"
40 +SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
41 +
42 +LICENSE="ISC"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +DEPEND="dev-libs/efl"
47 +RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
48 +
49 +PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" )
50 +
51 +src_install() {
52 + emake PREFIX="${D}"/usr install
53 + einstalldocs
54 +}
55 +
56 +pkg_postinst() {
57 + xdg_icon_cache_update
58 +}
59 +
60 +pkg_postrm() {
61 + xdg_icon_cache_update
62 +}