summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-31 18:02:25 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-31 18:02:25 +0000
commitb49ab26ba773ce66b98d50f148b2f9ecf58184f9 (patch)
tree69c043c90e193458da008a97db9e4d1f4e07f38b /x11-plugins/wmauda
parentRemoved old version which only works with Audacious 1.3 (diff)
downloadgentoo-2-b49ab26ba773ce66b98d50f148b2f9ecf58184f9.tar.gz
gentoo-2-b49ab26ba773ce66b98d50f148b2f9ecf58184f9.tar.bz2
gentoo-2-b49ab26ba773ce66b98d50f148b2f9ecf58184f9.zip
Removed old version which only works with Audacious 1.3 - talk about stealing commit messages
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmauda')
-rw-r--r--x11-plugins/wmauda/ChangeLog5
-rw-r--r--x11-plugins/wmauda/wmauda-0.3.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/x11-plugins/wmauda/ChangeLog b/x11-plugins/wmauda/ChangeLog
index 89bc6edf9f46..bdeca2200496 100644
--- a/x11-plugins/wmauda/ChangeLog
+++ b/x11-plugins/wmauda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmauda
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.11 2008/01/15 17:58:26 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.12 2008/01/31 18:02:25 drac Exp $
+
+ 31 Jan 2008; Samuli Suominen <drac@gentoo.org> -wmauda-0.3.ebuild:
+ Removed old version which only works with Audacious 1.3
15 Jan 2008; Christian Faulhammer <opfer@gentoo.org> wmauda-0.7.ebuild:
stable x86, bug 198820
diff --git a/x11-plugins/wmauda/wmauda-0.3.ebuild b/x11-plugins/wmauda/wmauda-0.3.ebuild
deleted file mode 100644
index 2e422cd7e3d1..000000000000
--- a/x11-plugins/wmauda/wmauda-0.3.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.3.ebuild,v 1.5 2007/11/10 17:11:56 joker 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-1.4"
-
-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
-}