summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-04-26 01:53:26 +0000
committerDon Seiler <rizzo@gentoo.org>2004-04-26 01:53:26 +0000
commit18f51575b2988408ea3d2d8be9c50494370dd46f (patch)
tree77d2814f07fa9ee80afaeb7d7e4ba2add8e793e4
parentVersion bump (diff)
downloadhistorical-18f51575b2988408ea3d2d8be9c50494370dd46f.tar.gz
historical-18f51575b2988408ea3d2d8be9c50494370dd46f.tar.bz2
historical-18f51575b2988408ea3d2d8be9c50494370dd46f.zip
Making proper use of debug
-rw-r--r--x11-plugins/gaim-xmms-remote/Manifest2
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest
index f2ea31399562..ede0205e2677 100644
--- a/x11-plugins/gaim-xmms-remote/Manifest
+++ b/x11-plugins/gaim-xmms-remote/Manifest
@@ -1,5 +1,5 @@
MD5 140f4bd2c70bef36aa842b83a7d17fc3 gaim-xmms-remote-1.1.ebuild 873
-MD5 b9747d8aa98e1de4467c53fde90f95d2 gaim-xmms-remote-1.0.ebuild 867
+MD5 b604c7342487c5e07464d0c0eaf2590a gaim-xmms-remote-1.0.ebuild 873
MD5 2a32ecae8cfe061c2d4707b4fbc18fd3 ChangeLog 611
MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574
MD5 d59f874a4e1790cff7ae95e5a559caf4 files/digest-gaim-xmms-remote-1.0 72
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild
index 5327533a0095..cb6631f2f812 100644
--- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild
+++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.0.ebuild,v 1.4 2004/04/23 12:48:00 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild,v 1.5 2004/04/26 01:53:26 rizzo Exp $
+
+use debug && inherit debug
DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you control XMMS from within gaim."
@@ -9,7 +11,7 @@ SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
+IUSE="debug"
DEPEND="<=net-im/gaim-0.76
media-sound/xmms"
@@ -19,7 +21,6 @@ S=${WORKDIR}/${P}
src_compile() {
local myconf
- myconf=`use_enable debug`
myconf="${myconf} --with-gaim=/usr/include/gaim"
econf ${myconf} || die
emake || die "emake failed"