diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-12-07 15:10:15 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-12-11 15:27:57 +0100 |
commit | 145bfa49854769dc8cbe47649583a1c91ab6bd6f (patch) | |
tree | 56de9d41ea189eba95faf3ff6131fd50df4699e0 /x11-plugins | |
parent | x11-plugins/wmnetload: drop old (diff) | |
download | gentoo-145bfa49854769dc8cbe47649583a1c91ab6bd6f.tar.gz gentoo-145bfa49854769dc8cbe47649583a1c91ab6bd6f.tar.bz2 gentoo-145bfa49854769dc8cbe47649583a1c91ab6bd6f.zip |
x11-plugins/wmping: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmping/wmping-0.2.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/wmping/wmping-0.2.1.ebuild b/x11-plugins/wmping/wmping-0.2.1.ebuild deleted file mode 100644 index 3c7b7a00eadb..000000000000 --- a/x11-plugins/wmping/wmping-0.2.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="a simple host status monitoring dockapp" -HOMEPAGE="https://sourceforge.net/projects/wmping" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+suid" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libICE - x11-libs/libXt" - -src_prepare() { - epatch "${FILESDIR}"/${P}-format-security.patch -} - -src_install() { - if use suid; then - emake DESTDIR="${D}" install - else - dosbin ${PN} - fi - - doman ${PN}.1 - dodoc AUTHORS CHANGES README -} - -pkg_postinst() { - use suid || ewarn "warning, ${PN} needs to be executed as root." -} |