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/wmcms/
Date: Fri, 24 Nov 2017 10:10:15
Message-Id: 1511516662.e154e5da34ca8261199b6521027d59c50ddbd03a.voyageur@gentoo
1 commit: e154e5da34ca8261199b6521027d59c50ddbd03a
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 09:44:22 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 09:44:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e154e5da
7
8 x11-plugins/wmcms: drop old and stable keywords
9
10 Old dockapp mostly unmaintained upstream with even older stable version
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | 33 ---------------------------------
15 1 file changed, 33 deletions(-)
16
17 diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild
18 deleted file mode 100644
19 index ac579029206..00000000000
20 --- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App"
29 -SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2"
30 -HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="<x11-libs/libdockapp-0.7"
38 -DEPEND="${RDEPEND}"
39 -
40 -src_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 - epatch "${FILESDIR}"/wmcms-0.3.5-s4t4n.patch
44 -
45 - # Respect LDFLAGS, see bug #335031
46 - sed -i 's/ -o wmcms/ ${LDFLAGS} -o wmcms/' "Makefile"
47 -}
48 -
49 -src_compile() {
50 - emake CFLAGS="${CFLAGS}" || die "emake failed."
51 -}
52 -
53 -src_install() {
54 - dobin wmcms || die "dobin failed."
55 -}