summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-25 23:43:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-25 23:43:16 +0000
commit75e17dc119a78bfb33bda0fa8d47a482556b10f1 (patch)
tree1e35041f50e1efc6333b67441413ae1700db657d /net-fs/samba-tng/samba-tng-0.3.2.ebuild
parentStable on alpha. (diff)
downloadgentoo-2-75e17dc119a78bfb33bda0fa8d47a482556b10f1.tar.gz
gentoo-2-75e17dc119a78bfb33bda0fa8d47a482556b10f1.tar.bz2
gentoo-2-75e17dc119a78bfb33bda0fa8d47a482556b10f1.zip
dead
Diffstat (limited to 'net-fs/samba-tng/samba-tng-0.3.2.ebuild')
-rw-r--r--net-fs/samba-tng/samba-tng-0.3.2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-fs/samba-tng/samba-tng-0.3.2.ebuild b/net-fs/samba-tng/samba-tng-0.3.2.ebuild
deleted file mode 100644
index 1b75645ed65d..000000000000
--- a/net-fs/samba-tng/samba-tng-0.3.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-tng/samba-tng-0.3.2.ebuild,v 1.2 2004/06/24 22:43:58 agriffis Exp $
-
-DESCRIPTION="The Next Generation of Samba"
-HOMEPAGE="http://www.samba-tng.org/"
-SRC_URI="http://download.samba-tng.org/tng/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="afs kerberos pam ldap cups tcpd"
-
-DEPEND="afs? ( net-fs/openafs )
- kerberos? ( virtual/krb5 )
- pam? ( >=sys-libs/pam-0.72 )
- ldap? ( net-nds/openldap )
- cups? ( net-print/cups )
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-RDEPEND="${DEPEND}
- !net-fs/samba"
-
-src_compile() {
- cd source
- #local ldapconf=""
- #use ldap && ldapconf="--with-passdb=ldap"
- # couldnt get these to compile for me
- # --with-smbwrapper \
- # `use_with kerberos krb5` \
- # ${ldapconf} \
- # `use_with afs` \
- econf \
- --with-automount \
- --with-smbmount \
- `use_with pam` \
- --with-passdb=smbpass \
- `use_with cups` \
- `use_with tcpd tcpwrappers` \
- || die
- emake || die
-}
-
-src_install() {
- dodoc NEWS README ROADMAP
- docinto examples
- dodoc examples/*
- cd source
- make install DESTDIR=${D} || die
-}