diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-06 02:18:43 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-06 02:20:03 +0300 |
commit | a06ff1994520bd5e239d0afaedcceca25901c858 (patch) | |
tree | e732ae656bfaab1da7c0a8c3851872273e863c7f /x11-plugins | |
parent | x11-plugins/wmupmon: remove last rited package (bug #639914) (diff) | |
download | gentoo-a06ff1994520bd5e239d0afaedcceca25901c858.tar.gz gentoo-a06ff1994520bd5e239d0afaedcceca25901c858.tar.bz2 gentoo-a06ff1994520bd5e239d0afaedcceca25901c858.zip |
x11-plugins/wmwave: remove last rited package (bug #639914)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmwave/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmwave/metadata.xml | 11 | ||||
-rw-r--r-- | x11-plugins/wmwave/wmwave-0.4.ebuild | 34 |
3 files changed, 0 insertions, 46 deletions
diff --git a/x11-plugins/wmwave/Manifest b/x11-plugins/wmwave/Manifest deleted file mode 100644 index 5bcc761f74db..000000000000 --- a/x11-plugins/wmwave/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmwave-0-4.tgz 17157 BLAKE2B f086602610adcc0856668b1df6113242a975957731a45bff9751b28ca7c45740865893d4b1117c10deddf4e2d7f1f9666cb7034d98f92f7c681647a5b367d3bd SHA512 0ebc92205a46740a97df06d99a1e86923a72a34414e623ccf0874ba43e3605f9acdef5331f67cd5c2ebec6460a18052b59b366351f081a81ddcdb43cae47a4cd diff --git a/x11-plugins/wmwave/metadata.xml b/x11-plugins/wmwave/metadata.xml deleted file mode 100644 index bb2cef8133b2..000000000000 --- a/x11-plugins/wmwave/metadata.xml +++ /dev/null @@ -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> 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 -} |