summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2007-04-13 14:39:56 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2007-04-13 14:39:56 +0000
commit825f83e858f6c5a547ebc505aa6eb2d0cd3541e3 (patch)
tree5f5f7e78d54bcd3d040e6dfbbf4d418345fc0920 /x11-plugins
parentStable for x86. Wiped out previuos revision. (diff)
downloadgentoo-2-825f83e858f6c5a547ebc505aa6eb2d0cd3541e3.tar.gz
gentoo-2-825f83e858f6c5a547ebc505aa6eb2d0cd3541e3.tar.bz2
gentoo-2-825f83e858f6c5a547ebc505aa6eb2d0cd3541e3.zip
Final pass, wipe out previous unstable version, fix maintainership in metadata.xml
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmauda/ChangeLog6
-rw-r--r--x11-plugins/wmauda/files/digest-wmauda-0.23
-rw-r--r--x11-plugins/wmauda/metadata.xml3
-rw-r--r--x11-plugins/wmauda/wmauda-0.2.ebuild25
4 files changed, 5 insertions, 32 deletions
diff --git a/x11-plugins/wmauda/ChangeLog b/x11-plugins/wmauda/ChangeLog
index 67db4cf26b7c..776727bcef3f 100644
--- a/x11-plugins/wmauda/ChangeLog
+++ b/x11-plugins/wmauda/ChangeLog
@@ -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
index b9a51bd7870e..000000000000
--- a/x11-plugins/wmauda/files/digest-wmauda-0.2
+++ /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
diff --git a/x11-plugins/wmauda/metadata.xml b/x11-plugins/wmauda/metadata.xml
index 57c3c1b88a82..ca551894a934 100644
--- a/x11-plugins/wmauda/metadata.xml
+++ b/x11-plugins/wmauda/metadata.xml
@@ -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
index 19cb12f1146e..000000000000
--- a/x11-plugins/wmauda/wmauda-0.2.ebuild
+++ /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
-}