diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2003-01-02 02:28:30 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2003-01-02 02:28:30 +0000 |
commit | 5c922a417201de5941a2f0c9abbfdf741d29692c (patch) | |
tree | 0d90744548e1fac36fcfcaa12c856ace75489de3 /net-misc/ksambaplugin | |
parent | Fixing bugs, I hope. The new behavior is NOT to remove the catalog if it still (diff) | |
download | historical-5c922a417201de5941a2f0c9abbfdf741d29692c.tar.gz historical-5c922a417201de5941a2f0c9abbfdf741d29692c.tar.bz2 historical-5c922a417201de5941a2f0c9abbfdf741d29692c.zip |
initial ebuild
Diffstat (limited to 'net-misc/ksambaplugin')
-rw-r--r-- | net-misc/ksambaplugin/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ksambaplugin/files/digest-ksambaplugin-0.4b | 1 | ||||
-rw-r--r-- | net-misc/ksambaplugin/ksambaplugin-0.4b.ebuild | 21 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/ksambaplugin/ChangeLog b/net-misc/ksambaplugin/ChangeLog new file mode 100644 index 000000000000..470c45dd2c69 --- /dev/null +++ b/net-misc/ksambaplugin/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for net-misc/guarddog +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ChangeLog,v 1.1 2003/01/02 02:28:30 verwilst Exp $ + +*guarddog-1.9.15 (4 May 2002) Bart Verwilst <verwilst@gentoo.org> + + Initial ebuild diff --git a/net-misc/ksambaplugin/files/digest-ksambaplugin-0.4b b/net-misc/ksambaplugin/files/digest-ksambaplugin-0.4b new file mode 100644 index 000000000000..84ecdb6afe1c --- /dev/null +++ b/net-misc/ksambaplugin/files/digest-ksambaplugin-0.4b @@ -0,0 +1 @@ +MD5 5cd00f0179b9916fc6422e61ae336605 ksambaplugin-0.4b.tar.bz2 535989 diff --git a/net-misc/ksambaplugin/ksambaplugin-0.4b.ebuild b/net-misc/ksambaplugin/ksambaplugin-0.4b.ebuild new file mode 100644 index 000000000000..d0b3a30bd4a0 --- /dev/null +++ b/net-misc/ksambaplugin/ksambaplugin-0.4b.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit kde-base +need-kde 3 + +IUSE="" +DESCRIPTION="KSambaPlugin is a KDE 3 plugin for configuring a SAMBA server." +SRC_URI="mirror://sourceforge/ksambakdeplugin/${P}.tar.bz2" +HOMEPAGE="http://ksambakdeplugin.sourceforge.net" +LICENSE="GPL-2" +KEYWORDS="x86" + +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" + + |