* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwave/
@ 2017-02-07 17:48 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-07 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 6a90c51ab0e3fcb45d822a163e0aabb4b503ddd7
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb 7 15:57:27 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 17:46:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a90c51a
x11-plugins/wmwave: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3867
x11-plugins/wmwave/wmwave-0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild
index a67d394..2f04996 100644
--- a/x11-plugins/wmwave/wmwave-0.4.ebuild
+++ b/x11-plugins/wmwave/wmwave-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI=3
IUSE=""
S=${WORKDIR}/wmwave
KEYWORDS="ppc x86"
-DESCRIPTION="a dockapp that displays quality, link, level and noise of an iee802.11 (wavelan) connection"
+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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwave/
@ 2018-01-05 23:20 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-01-05 23:20 UTC (permalink / raw
To: gentoo-commits
commit: a06ff1994520bd5e239d0afaedcceca25901c858
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 23:18:43 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 23:20:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ff199
x11-plugins/wmwave: remove last rited package (bug #639914)
x11-plugins/wmwave/Manifest | 1 -
x11-plugins/wmwave/metadata.xml | 11 -----------
x11-plugins/wmwave/wmwave-0.4.ebuild | 34 ----------------------------------
3 files changed, 46 deletions(-)
diff --git a/x11-plugins/wmwave/Manifest b/x11-plugins/wmwave/Manifest
deleted file mode 100644
index 5bcc761f74d..00000000000
--- 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 bb2cef8133b..00000000000
--- 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 a66e407db8e..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-05 23:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 17:48 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwave/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2018-01-05 23:20 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox