Final pass, wipe out previous unstable version, fix maintainership in metadata.xml
authorMichele Noberasco <s4t4n@gentoo.org>
Fri, 13 Apr 2007 14:39:56 +0000 (14:39 +0000)
committerMichele Noberasco <s4t4n@gentoo.org>
Fri, 13 Apr 2007 14:39:56 +0000 (14:39 +0000)
Package-Manager: portage-2.1.2.2

x11-plugins/wmauda/ChangeLog
x11-plugins/wmauda/files/digest-wmauda-0.2 [deleted file]
x11-plugins/wmauda/metadata.xml
x11-plugins/wmauda/wmauda-0.2.ebuild [deleted file]

index 67db4cf26b7c824a36d1763c2297f1092093ca8f..776727bcef3f4edde8fb6b8480978f57f193e29f 100644 (file)
@@ -1,11 +1,15 @@
 # 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:
diff --git a/x11-plugins/wmauda/files/digest-wmauda-0.2 b/x11-plugins/wmauda/files/digest-wmauda-0.2
deleted file mode 100644 (file)
index b9a51bd..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d97c4a3a74ede97949c2a5046a776d76 wmauda-0.2.tar.bz2 16759
-RMD160 81d90b4f04618bde1affb348553053ee0bda5af2 wmauda-0.2.tar.bz2 16759
-SHA256 6a7f9c02bf10680d54be21b9fc32aee7d6229b313599d1699ae17b8f67cc8782 wmauda-0.2.tar.bz2 16759
index 57c3c1b88a82222418905d23e46650601d3922da..ca551894a934a784adffdbbded90d8490ff63e6f 100644 (file)
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>desktop-dock</herd>
-  <maintainer>
-    <email>maintainer-needed@gentoo.org</email>
-  </maintainer>
 </pkgmetadata>
diff --git a/x11-plugins/wmauda/wmauda-0.2.ebuild b/x11-plugins/wmauda/wmauda-0.2.ebuild
deleted file mode 100644 (file)
index 19cb12f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-}