x11-plugins/wmwave: remove last rited package (bug #639914)

This commit is contained in:
Mikle Kolyada
2018-01-06 02:18:43 +03:00
parent 2c71d6b8ab
commit a06ff19945
3 changed files with 0 additions and 46 deletions

View File

@@ -1 +0,0 @@
DIST wmwave-0-4.tgz 17157 BLAKE2B f086602610adcc0856668b1df6113242a975957731a45bff9751b28ca7c45740865893d4b1117c10deddf4e2d7f1f9666cb7034d98f92f7c681647a5b367d3bd SHA512 0ebc92205a46740a97df06d99a1e86923a72a34414e623ccf0874ba43e3605f9acdef5331f67cd5c2ebec6460a18052b59b366351f081a81ddcdb43cae47a4cd

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>voyageur@gentoo.org</email>
<name>Bernard Cafarelli</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">wmwave</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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
}