commit: 59338734b4668bb82afa964f86eea8dd1cf99edd Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Oct 5 13:49:50 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Oct 5 13:55:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59338734
x11-plugins/wmSMPmon: Drop old Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild | 38 ----------------------------- 1 file changed, 38 deletions(-) diff --git a/x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild deleted file mode 100644 index 8005c831f09..00000000000 --- a/x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="SMP system monitor dockapp" -HOMEPAGE="https://www.dockapps.net/wmsmpmon" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S="${WORKDIR}/${P}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_compile() { - emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "compile failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc ../Changelog -}
