commit: e154e5da34ca8261199b6521027d59c50ddbd03a Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Fri Nov 24 09:44:22 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Fri Nov 24 09:44:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e154e5da
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 x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | 33 --------------------------------- 1 file changed, 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 ac579029206..00000000000 --- 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." -}
