diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:56:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:56:08 +0000 |
commit | 6f3a849826261ba76a7da02de5780551e7b4da4a (patch) | |
tree | 65af1b02140912a49a13f0ff913beb8960d31812 /net-misc | |
parent | keyword and useflag dependency updates. (diff) | |
download | historical-6f3a849826261ba76a7da02de5780551e7b4da4a.tar.gz historical-6f3a849826261ba76a7da02de5780551e7b4da4a.tar.bz2 historical-6f3a849826261ba76a7da02de5780551e7b4da4a.zip |
$DEBUGBUILD -> use debug
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild | 17 |
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`" |