summaryrefslogtreecommitdiff
path: root/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild')
-rw-r--r--x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
deleted file mode 100644
index ac0689e0e3fe..000000000000
--- a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="An app to monitor disk space on partitions"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/359/${P}.tar.gz"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/175"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-linux"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/src
-
- # Remove special filesystem entries, see bug #97856
- epatch "${FILESDIR}"/wmdf_sys-fs.patch
-
- # Remove non-implemented command line args from 'wmdf -h' listing
- epatch "${FILESDIR}"/wmdf_cmd_line_args.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
- dodoc README AUTHORS ChangeLog NEWS THANKS TODO
-}