# ChangeLog for x11-plugins/wmauda
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.6 2007/04/13 14:27:59 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.7 2007/04/13 14:39:56 s4t4n Exp $
13 Apr 2007; Michele Noberasco <s4t4n@gentoo.org> wmauda-0.3.ebuild:
Stable for x86.
wmauda-0.3.ebuild, wmauda-0.2.ebuild:
Fixed IUSE.
+ wmauda-0.2.ebuild:
+ Wiped out previous unstable version.
+ metadata.xml:
+ Fixed maintainership.
03 Feb 2007; Steve Dibb <beandog@gentoo.org> wmauda-0.2.ebuild,
wmauda-0.3.ebuild:
+++ /dev/null
-MD5 d97c4a3a74ede97949c2a5046a776d76 wmauda-0.2.tar.bz2 16759
-RMD160 81d90b4f04618bde1affb348553053ee0bda5af2 wmauda-0.2.tar.bz2 16759
-SHA256 6a7f9c02bf10680d54be21b9fc32aee7d6229b313599d1699ae17b8f67cc8782 wmauda-0.2.tar.bz2 16759
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>desktop-dock</herd>
- <maintainer>
- <email>maintainer-needed@gentoo.org</email>
- </maintainer>
</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.2.ebuild,v 1.3 2007/04/13 14:24:53 s4t4n Exp $
-
-IUSE=""
-
-DESCRIPTION="Dockable applet for WindowMaker that controls Audacious."
-SRC_URI="http://downloads.alteredeclipse.org/${P}.tar.bz2"
-HOMEPAGE="http://software.alteredeclipse.org/"
-
-DEPEND="=x11-libs/gtk+-2*
- media-sound/audacious"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" PREFIX="/usr" install || die "make install failed"
- dodoc README AUTHORS
-}