Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/evisum/
Date: Thu, 27 Jun 2019 11:40:45
Message-Id: 1561635631.a25fdf3b7b4f9a035809924aabedc93d1dfee295.asturm@gentoo
1 commit: a25fdf3b7b4f9a035809924aabedc93d1dfee295
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 23 15:22:32 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 11:40:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25fdf3b
7
8 sys-process/evisum: remove old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sys-process/evisum/Manifest | 2 --
15 sys-process/evisum/evisum-0.2.0.ebuild | 20 --------------------
16 sys-process/evisum/evisum-0.2.2.ebuild | 32 --------------------------------
17 3 files changed, 54 deletions(-)
18
19 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
20 index 14bb64d4cf0..1c2aa5e0537 100644
21 --- a/sys-process/evisum/Manifest
22 +++ b/sys-process/evisum/Manifest
23 @@ -1,3 +1 @@
24 -DIST evisum-0.2.0.tar.xz 84340 BLAKE2B ef950f9cab3e8b6e911a62e4a2338f4ce3b80b92c00a9d7a26c3e1929ad140d04dd46ecc96487205b07027a959f772ec2eb437509efdadffce7a496a2784391a SHA512 d0d071b652477f8e25a913d8424245e019f2b418de8886641b6a550845e59a5b55f4e5319530519834d8c699a8a4cdd1a6512271e321a53b1e6d64dc9700a40d
25 -DIST evisum-0.2.2.tar.xz 84984 BLAKE2B f514faae5fa1286ebc862e7d58d406ebffa700a41be6c90576a91399abd83329ff0b271bdb964140e4cd698b8cf4fc1c7198b4dee9d2467b64a21013623ef193 SHA512 06fb235a61093c5aa33a8171418a80a94e311ebdbc362fc0229019e24e4e9d933a491fac94be49ca72180b5ce81b1cee133e46a75462527a343c67ba46fdffe9
26 DIST evisum-0.2.3.tar.xz 85000 BLAKE2B 3f3a43ff569d05550d092930f1cf61eb4deef2a449bd1b407b0f460c15887b76fc430ecbbe8357e6a06d6c34cdce68321d38922635ec4b9caccad084d9c619d6 SHA512 0043432f2b434c2bbdbe03b96d29a3f9515d063bdf5ae61ef5273aad1ec6dbc532860af4a22bebf275f171585e793e3851eec9c98a7eaa4645e32d3a79eafdc1
27
28 diff --git a/sys-process/evisum/evisum-0.2.0.ebuild b/sys-process/evisum/evisum-0.2.0.ebuild
29 deleted file mode 100644
30 index 59ffd0827f4..00000000000
31 --- a/sys-process/evisum/evisum-0.2.0.ebuild
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="System and process monitor written with EFL"
40 -HOMEPAGE="https://www.enlightenment.org/"
41 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="ISC"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -DEPEND="dev-libs/efl"
48 -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
49 -
50 -src_install() {
51 - emake PREFIX="${D}"/usr install
52 - einstalldocs
53 -}
54
55 diff --git a/sys-process/evisum/evisum-0.2.2.ebuild b/sys-process/evisum/evisum-0.2.2.ebuild
56 deleted file mode 100644
57 index 5df0392e17b..00000000000
58 --- a/sys-process/evisum/evisum-0.2.2.ebuild
59 +++ /dev/null
60 @@ -1,32 +0,0 @@
61 -# Copyright 1999-2019 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -
66 -inherit xdg-utils
67 -
68 -DESCRIPTION="System and process monitor written with EFL"
69 -HOMEPAGE="https://www.enlightenment.org/"
70 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
71 -
72 -LICENSE="ISC"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -
76 -DEPEND="dev-libs/efl"
77 -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
78 -
79 -PATCHES=( "${FILESDIR}/${P}-respect-cflags-ldflags.patch" )
80 -
81 -src_install() {
82 - emake PREFIX="${D}"/usr install
83 - einstalldocs
84 -}
85 -
86 -pkg_postinst() {
87 - xdg_icon_cache_update
88 -}
89 -
90 -pkg_postrm() {
91 - xdg_icon_cache_update
92 -}