summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmmp/wmmp-0.9.1.ebuild')
-rw-r--r--x11-plugins/wmmp/wmmp-0.9.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-plugins/wmmp/wmmp-0.9.1.ebuild b/x11-plugins/wmmp/wmmp-0.9.1.ebuild
deleted file mode 100644
index 4af39a03e728..000000000000
--- a/x11-plugins/wmmp/wmmp-0.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.9.1.ebuild,v 1.6 2005/10/07 15:43:46 flameeyes Exp $
-
-IUSE=""
-
-MY_P=${P/wm/WM}
-DESCRIPTION="A Window Maker dock app client for Music Player Daemon(media-sound/mpd)"
-SRC_URI="http://mercury.chem.pitt.edu/~shank/${MY_P}.tar.gz"
-HOMEPAGE="http://www.musicpd.org"
-
-DEPEND="virtual/x11"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~alpha amd64"
-
-S=${WORKDIR}/${MY_P}
-
-src_install () {
- emake install DESTDIR=${D} || die
-
- dodoc AUTHORS README THANKS TODO
-}