summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmauda/wmauda-0.2.ebuild')
-rw-r--r--x11-plugins/wmauda/wmauda-0.2.ebuild25
1 files changed, 0 insertions, 25 deletions
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
-}