summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gkrellmms/gkrellmms-2.1.13.ebuild')
-rw-r--r--x11-plugins/gkrellmms/gkrellmms-2.1.13.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.13.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.13.ebuild
deleted file mode 100644
index 190c7bb2240f..000000000000
--- a/x11-plugins/gkrellmms/gkrellmms-2.1.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.13.ebuild,v 1.6 2004/04/30 21:23:17 pvdabeel Exp $
-
-IUSE=""
-S=${WORKDIR}/${PN}
-DESCRIPTION="A sweet plugin to control XMMS from GKrellM2"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
-HOMEPAGE="http://gkrellm.luon.net/gkrellmms.phtml"
-
-DEPEND=">=app-admin/gkrellm-2*
- media-sound/xmms"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc ~alpha amd64"
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- exeinto /usr/lib/gkrellm2/plugins
- newexe gkrellmms.so gkrellmms2.so
- dodoc README Changelog FAQ Themes
-}