diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 10:44:22 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 10:44:22 +0100 |
commit | e154e5da34ca8261199b6521027d59c50ddbd03a (patch) | |
tree | 5ca0737056c65ff3f90c8d99fcd568509cdb9692 /x11-plugins/wmcms | |
parent | x11-plugins/wmlpq: drop old and stable keywords (diff) | |
download | gentoo-e154e5da34ca8261199b6521027d59c50ddbd03a.tar.gz gentoo-e154e5da34ca8261199b6521027d59c50ddbd03a.tar.bz2 gentoo-e154e5da34ca8261199b6521027d59c50ddbd03a.zip |
x11-plugins/wmcms: drop old and stable keywords
Old dockapp mostly unmaintained upstream with even older stable version
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmcms')
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild deleted file mode 100644 index ac579029206f..000000000000 --- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App" -SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" -HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="<x11-libs/libdockapp-0.7" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/wmcms-0.3.5-s4t4n.patch - - # Respect LDFLAGS, see bug #335031 - sed -i 's/ -o wmcms/ ${LDFLAGS} -o wmcms/' "Makefile" -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed." -} - -src_install() { - dobin wmcms || die "dobin failed." -} |