Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmload/
Date: Tue, 11 Dec 2018 14:29:52
Message-Id: 1544538479.335e8caecbb9f6a1a5c2c34c7a84f1309c08fc36.voyageur@gentoo
1 commit: 335e8caecbb9f6a1a5c2c34c7a84f1309c08fc36
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:54:18 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335e8cae
7
8 x11-plugins/wmload: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmload/wmload-0.9.7.ebuild | 35 ----------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/x11-plugins/wmload/wmload-0.9.7.ebuild b/x11-plugins/wmload/wmload-0.9.7.ebuild
17 deleted file mode 100644
18 index 424fa397b0f..00000000000
19 --- a/x11-plugins/wmload/wmload-0.9.7.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="yet another dock application showing a system load gauge"
29 -HOMEPAGE="https://www.dockapps.net/wmload"
30 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libX11
38 - x11-libs/libXext
39 - x11-libs/libXpm"
40 -DEPEND="${RDEPEND}
41 - x11-base/xorg-proto"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${PN}-0.9.6-solaris.patch
45 -}
46 -
47 -src_compile() {
48 - emake CC="$(tc-getCC)"
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
53 -
54 - dodoc README
55 - domenu "${FILESDIR}"/${PN}.desktop
56 -}