summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-03 03:56:08 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-03 03:56:08 +0000
commitedbaca8f97a0179383a4dea09762ed7cc8eaf60f (patch)
treec1ee6cc6c1ef0f684317574a312167e8b2414673 /net-misc
parentkeyword and useflag dependency updates. (diff)
downloadgentoo-2-edbaca8f97a0179383a4dea09762ed7cc8eaf60f.tar.gz
gentoo-2-edbaca8f97a0179383a4dea09762ed7cc8eaf60f.tar.bz2
gentoo-2-edbaca8f97a0179383a4dea09762ed7cc8eaf60f.zip
$DEBUGBUILD -> use debug
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild b/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild
index 937b79b5a72c..1cdf54534fce 100644
--- a/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild
+++ b/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild
@@ -1,22 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild,v 1.1 2003/02/26 22:28:06 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild,v 1.2 2003/08/03 03:56:08 vapier Exp $
inherit kde-base
need-kde 3
-IUSE=""
-DESCRIPTION="KSambaPlugin is a KDE 3 plugin for configuring a SAMBA server."
+DESCRIPTION="KDE 3 plugin for configuring a SAMBA server"
+HOMEPAGE="http://ksambakdeplugin.sourceforge.net/"
SRC_URI="mirror://sourceforge/ksambakdeplugin/${P}.tar.bz2"
-HOMEPAGE="http://ksambakdeplugin.sourceforge.net"
+
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
+IUSE="debug"
newdepend ">=kde-base/kdebase-3"
-
-RDEPEND="$RDEPEND >=net-fs/samba-2.2.7"
-
-myconf="$myconf --enable-sso"
-[ -n "$DEBUG" ] && myconf="$myconf --enable-debugging --enable-profiling" || myconf="$myconf --disable-debugging --disable-profiling"
-
+RDEPEND="${RDEPEND} >=net-fs/samba-2.2.7"
+myconf="$myconf --enable-sso `use_enable debug debugging` `use_enable debug profiling`"