summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2003-01-02 02:28:30 +0000
committerBart Verwilst <verwilst@gentoo.org>2003-01-02 02:28:30 +0000
commit084f811b0e48155aff2ff8ad009ad3dbccef8261 (patch)
tree589bfaef913e6d700640668b20b5cf8c62831ee4 /net-misc/ksambaplugin
parentFixing bugs, I hope. The new behavior is NOT to remove the catalog if it still (diff)
downloadgentoo-2-084f811b0e48155aff2ff8ad009ad3dbccef8261.tar.gz
gentoo-2-084f811b0e48155aff2ff8ad009ad3dbccef8261.tar.bz2
gentoo-2-084f811b0e48155aff2ff8ad009ad3dbccef8261.zip
initial ebuild
Diffstat (limited to 'net-misc/ksambaplugin')
-rw-r--r--net-misc/ksambaplugin/ChangeLog7
-rw-r--r--net-misc/ksambaplugin/files/digest-ksambaplugin-0.4b1
-rw-r--r--net-misc/ksambaplugin/ksambaplugin-0.4b.ebuild21
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"
+
+