summaryrefslogtreecommitdiff
path: root/x11-plugins/wmwave/wmwave-0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmwave/wmwave-0.4.ebuild')
-rw-r--r--x11-plugins/wmwave/wmwave-0.4.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild
deleted file mode 100644
index a66e407db8eb..000000000000
--- a/x11-plugins/wmwave/wmwave-0.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-IUSE=""
-S=${WORKDIR}/wmwave
-KEYWORDS="ppc x86"
-DESCRIPTION="Dockapp that displays quality, link, level and noise of an iee802.11 connection"
-SRC_URI="mirror://sourceforge/wmwave/${PN}-0-4.tgz"
-HOMEPAGE="http://wmwave.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_prepare() {
- #Honour Gentoo LDFLAGS. Closes bug #337845.
- sed -e "s/\$(FLAGS) -o wmwave/\$(LDFLAGS) -o wmwave/" -i Makefile
-}
-
-src_compile() {
- emake FLAGS="${CFLAGS}" || die "Compilation failed"
-}
-
-src_install () {
- dobin wmwave
- doman wmwave.1
- dodoc README
-}