summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-17 15:19:32 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-17 15:19:32 +0000
commit5f3cd1c6151433e5263e500635f3a048e2a528e7 (patch)
tree75ae91ef686c0527665ffa9d57b856891e778ab6 /x11-plugins/wmwave
parentadd bttrack init script irt #55954 (Manifest recommit) (diff)
downloadgentoo-2-5f3cd1c6151433e5263e500635f3a048e2a528e7.tar.gz
gentoo-2-5f3cd1c6151433e5263e500635f3a048e2a528e7.tar.bz2
gentoo-2-5f3cd1c6151433e5263e500635f3a048e2a528e7.zip
Gave x11-plugins/wmwave-0.4.ebuild a sound dusting. Assigned it to the desktop-dock herd.
Diffstat (limited to 'x11-plugins/wmwave')
-rw-r--r--x11-plugins/wmwave/ChangeLog9
-rw-r--r--x11-plugins/wmwave/metadata.xml5
-rw-r--r--x11-plugins/wmwave/wmwave-0.4.ebuild17
3 files changed, 15 insertions, 16 deletions
diff --git a/x11-plugins/wmwave/ChangeLog b/x11-plugins/wmwave/ChangeLog
index 3825bba9ee31..6e8d42d5e84f 100644
--- a/x11-plugins/wmwave/ChangeLog
+++ b/x11-plugins/wmwave/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-plugins/wmwave
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.2 2004/06/24 23:19:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.3 2004/07/17 15:19:32 s4t4n Exp $
+
+ 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmwave-0.4.ebuild:
+ Gave ebuild a good clean up: updated HOMEPAGE and SRC_URI, make it
+ honour Gentoo USE flags, add "virtual/X11" dependency, update
+ DESCRIPTION.
+ metadata.xml:
+ Assign this to the desktop-dock herd.
*wmwave-0.4 (14 Dec 2003)
diff --git a/x11-plugins/wmwave/metadata.xml b/x11-plugins/wmwave/metadata.xml
index 66e0c3df3934..b1a9efc4f2f0 100644
--- a/x11-plugins/wmwave/metadata.xml
+++ b/x11-plugins/wmwave/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>pylon@gentoo.org</email>
-</maintainer>
+<herd>desktop-dock</herd>
</pkgmetadata>
diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild
index 51c9663ed628..050519fba123 100644
--- a/x11-plugins/wmwave/wmwave-0.4.ebuild
+++ b/x11-plugins/wmwave/wmwave-0.4.ebuild
@@ -1,24 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/wmwave-0.4.ebuild,v 1.3 2004/06/24 23:19:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/wmwave-0.4.ebuild,v 1.4 2004/07/17 15:19:32 s4t4n Exp $
IUSE=""
S="${WORKDIR}/wmwave"
KEYWORDS="~ppc ~x86"
-DESCRIPTION="wmwave is a windom manager dockapp which displays the quality, link, level and noise of an iee802.11 (wavelan) link."
-SRC_URI="http://www.schuermann.org/~dockapps/dist/wmwave-0-4.tgz"
-HOMEPAGE="http://www.schuermann.org/~dockapps"
+DESCRIPTION="wmwave is a dockapp that displays quality, link, level and noise of an iee802.11 (wavelan) connection."
+SRC_URI="mirror://sourceforge/wmwave/${PN}-0-4.tgz"
+HOMEPAGE="http://wmwave.sourceforge.net/"
LICENSE="GPL-2"
-DEPEND=""
+DEPEND="virtual/x11"
SLOT="0"
-src_unpack() {
- unpack "wmwave-0-4.tgz"
- cd "${S}"
-}
-
src_compile() {
- emake || die
+ emake FLAGS="${CFLAGS}" || die "Compilation failed"
}
src_install () {