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/wmmon+smp/
Date: Tue, 11 Dec 2018 14:29:42
Message-Id: 1544538477.8a68b1f1bc03ee565fbff195c2c7ec6f533bfec4.voyageur@gentoo
1 commit: 8a68b1f1bc03ee565fbff195c2c7ec6f533bfec4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:09:36 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a68b1f1
7
8 x11-plugins/wmmon+smp: 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/wmmon+smp/wmmon+smp-1.0-r2.ebuild | 42 ---------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild
17 deleted file mode 100644
18 index 3da3e885fae..00000000000
19 --- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,42 +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 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Dockapp CPU monitor resembling Xosview, support for smp"
30 -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/wmmon+smp.tar.gz"
31 -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/"
32 -
33 -SLOT="0"
34 -LICENSE="GPL-2"
35 -KEYWORDS="amd64 ppc64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - x11-libs/libX11
40 - x11-libs/libXext
41 - x11-libs/libXpm"
42 -DEPEND="${RDEPEND}
43 - x11-base/xorg-proto"
44 -
45 -S=${WORKDIR}/wmmon.app/wmmon
46 -
47 -src_prepare() {
48 - # Respect LDFLAGS, see bug #335047
49 - sed \
50 - -e 's/cc -o/${CC} ${LDFLAGS} -o/' \
51 - -e 's/cc -c/${CC} ${CFLAGS} -c/' \
52 - -i Makefile || die
53 - tc-export CC
54 -
55 - cd "${WORKDIR}"/wmmon.app || die
56 - ls
57 - epatch "${FILESDIR}"/${P}-list.patch
58 -}
59 -
60 -src_install () {
61 - newbin wmmon wmmon+smp
62 - dodoc ../README
63 -}