summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-11 02:57:20 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-11 02:57:20 +0000
commit2cf9ca6348fb5784783715294856e3d78ef287a6 (patch)
treeb0f5a963bb3b842d9f697943862f079a11938844 /x11-plugins/gaim-xmms-remote
parentfix DESCRIPTION (Manifest recommit) (diff)
downloadgentoo-2-2cf9ca6348fb5784783715294856e3d78ef287a6.tar.gz
gentoo-2-2cf9ca6348fb5784783715294856e3d78ef287a6.tar.bz2
gentoo-2-2cf9ca6348fb5784783715294856e3d78ef287a6.zip
touchups
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild
index 3e9151c7e4b6..1b5c3fd6dbba 100644
--- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild
+++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild
@@ -1,25 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild,v 1.1 2004/08/09 01:42:16 rizzo Exp $
-
-IUSE="debug"
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild,v 1.2 2004/08/11 02:57:20 vapier Exp $
use debug && inherit debug
-DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you control XMMS from within gaim."
-
+DESCRIPTION="control XMMS from within Gaim"
HOMEPAGE="http://guifications.sourceforge.net/Gaim-XMMS-Remote/"
SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE="debug"
DEPEND="~net-im/gaim-0.81
media-sound/xmms"
-#RDEPEND=""
-
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
+ dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}