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: Sun, 15 Sep 2019 06:02:41
Message-Id: 1568527321.4b6bfdfce42dfaa19476c392e018035c43c62937.juippis@gentoo
1 commit: 4b6bfdfce42dfaa19476c392e018035c43c62937
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 06:02:01 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 06:02:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6bfdfc
7
8 sys-process/evisum: clean old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 sys-process/evisum/Manifest | 2 --
14 sys-process/evisum/evisum-0.2.3.ebuild | 32 --------------------------------
15 sys-process/evisum/evisum-0.2.4.ebuild | 32 --------------------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest
19 index 2c40763fd61..3e891cfee01 100644
20 --- a/sys-process/evisum/Manifest
21 +++ b/sys-process/evisum/Manifest
22 @@ -1,3 +1 @@
23 -DIST evisum-0.2.3.tar.xz 85000 BLAKE2B 3f3a43ff569d05550d092930f1cf61eb4deef2a449bd1b407b0f460c15887b76fc430ecbbe8357e6a06d6c34cdce68321d38922635ec4b9caccad084d9c619d6 SHA512 0043432f2b434c2bbdbe03b96d29a3f9515d063bdf5ae61ef5273aad1ec6dbc532860af4a22bebf275f171585e793e3851eec9c98a7eaa4645e32d3a79eafdc1
24 -DIST evisum-0.2.4.tar.xz 84604 BLAKE2B 36219949fdc63ee08be2577591ebb8c746abdf583ae7d9683be0809bd452f0ec8026e65221f8094b18340d54440f303b6ac21d4ff99cf7919a20046ef3ffa1b2 SHA512 31360e8965e9078e8d66ddbffd7f71fec75e327ac1a1a00b9e6337cfc5e80028beaa141f6feb64221098c4a202a410497ad96280e2510d91e84e44038662d540
25 DIST evisum-0.2.6.tar.xz 85532 BLAKE2B d673ab15e589ffcb79e1425f948ec1be760d199f0837ca54fc9eec8524c597d5c7f914126fbd581610a97a3a9078cea695691b371fe0272e3dffbfd337d29ae9 SHA512 175a28f96a9a001acfc241b04adf93244f4bbe5bdebe2d8dd86660e6c1749c31fa676f77b016c264565cafe29ebbbcc5b6db6062fc53f657700e2b0d0a866d10
26
27 diff --git a/sys-process/evisum/evisum-0.2.3.ebuild b/sys-process/evisum/evisum-0.2.3.ebuild
28 deleted file mode 100644
29 index 9ea74684dde..00000000000
30 --- a/sys-process/evisum/evisum-0.2.3.ebuild
31 +++ /dev/null
32 @@ -1,32 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit xdg-utils
39 -
40 -DESCRIPTION="System and process monitor written with EFL"
41 -HOMEPAGE="https://www.enlightenment.org/"
42 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -DEPEND="dev-libs/efl"
49 -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
50 -
51 -PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" )
52 -
53 -src_install() {
54 - emake PREFIX="${D}"/usr install
55 - einstalldocs
56 -}
57 -
58 -pkg_postinst() {
59 - xdg_icon_cache_update
60 -}
61 -
62 -pkg_postrm() {
63 - xdg_icon_cache_update
64 -}
65
66 diff --git a/sys-process/evisum/evisum-0.2.4.ebuild b/sys-process/evisum/evisum-0.2.4.ebuild
67 deleted file mode 100644
68 index 9ea74684dde..00000000000
69 --- a/sys-process/evisum/evisum-0.2.4.ebuild
70 +++ /dev/null
71 @@ -1,32 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -inherit xdg-utils
78 -
79 -DESCRIPTION="System and process monitor written with EFL"
80 -HOMEPAGE="https://www.enlightenment.org/"
81 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
82 -
83 -LICENSE="ISC"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -DEPEND="dev-libs/efl"
88 -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"
89 -
90 -PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" )
91 -
92 -src_install() {
93 - emake PREFIX="${D}"/usr install
94 - einstalldocs
95 -}
96 -
97 -pkg_postinst() {
98 - xdg_icon_cache_update
99 -}
100 -
101 -pkg_postrm() {
102 - xdg_icon_cache_update
103 -}