diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 15:19:32 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 15:19:32 +0000 |
commit | 7938cecee57d328db202f784af0b49f80ae9d26f (patch) | |
tree | 7d6b3c7703bc7792456ce57a2c8c4a26c5f0e551 /x11-plugins | |
parent | add bttrack init script irt #55954 (diff) | |
download | historical-7938cecee57d328db202f784af0b49f80ae9d26f.tar.gz historical-7938cecee57d328db202f784af0b49f80ae9d26f.tar.bz2 historical-7938cecee57d328db202f784af0b49f80ae9d26f.zip |
Gave x11-plugins/wmwave-0.4.ebuild a sound dusting. Assigned it to the desktop-dock herd.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmwave/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmwave/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/wmwave/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmwave/wmwave-0.4.ebuild | 17 |
4 files changed, 18 insertions, 19 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/Manifest b/x11-plugins/wmwave/Manifest index 9716e0b90f51..363b79b17904 100644 --- a/x11-plugins/wmwave/Manifest +++ b/x11-plugins/wmwave/Manifest @@ -1,4 +1,4 @@ -MD5 b0ee8068203dbafaab124f24061ba592 wmwave-0.4.ebuild 710 -MD5 cf9c5acc12e4ed62d4c0adef93c76f9b ChangeLog 393 -MD5 035613e4ea415232c9b9fea9783994ce metadata.xml 221 +MD5 0f308d5d38267cf98aff20d707754e17 wmwave-0.4.ebuild 670 +MD5 d7b9a15ee8f04fcccd18f242a5c81abb ChangeLog 666 +MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 MD5 da96af71b917898e90f435be0669601e files/digest-wmwave-0.4 58 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 () { |