summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-05-06 19:55:07 +0000
committerDonny Davies <woodchip@gentoo.org>2002-05-06 19:55:07 +0000
commitc4b41f168945c99e271138341a775c9bb9f438f3 (patch)
treef0d1dac53c187e25d7321735c6f17cbcf163daa8 /net-fs
parentadded use.desc for gnome-libs USE var (diff)
downloadgentoo-2-c4b41f168945c99e271138341a775c9bb9f438f3.tar.gz
gentoo-2-c4b41f168945c99e271138341a775c9bb9f438f3.tar.bz2
gentoo-2-c4b41f168945c99e271138341a775c9bb9f438f3.zip
deprecated; winbind is in samba since 2.2.2
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba-winbind/ChangeLog13
-rw-r--r--net-fs/samba-winbind/samba-winbind-20010329-r6.ebuild74
-rw-r--r--net-fs/samba-winbind/samba-winbind-20010329.ebuild74
3 files changed, 0 insertions, 161 deletions
diff --git a/net-fs/samba-winbind/ChangeLog b/net-fs/samba-winbind/ChangeLog
deleted file mode 100644
index 6b5160a6e617..000000000000
--- a/net-fs/samba-winbind/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for net-fs/samba-winbind
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-winbind/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $
-
-*samba-winbind-20010329-r6 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/net-fs/samba-winbind/samba-winbind-20010329-r6.ebuild b/net-fs/samba-winbind/samba-winbind-20010329-r6.ebuild
deleted file mode 100644
index 37f3bbcb2325..000000000000
--- a/net-fs/samba-winbind/samba-winbind-20010329-r6.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-winbind/samba-winbind-20010329-r6.ebuild,v 1.1 2001/10/19 17:17:46 woodchip Exp $
-
-A=samba-tng-cvs-${PV}.tbz2
-S=${WORKDIR}/tng
-DESCRIPTION="Enhanced NT User management for unix"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${A}"
-HOMEPAGE="http://www.samba-tng.org"
-
-DEPEND="virtual/glibc
- pam? ( >=sys-libs/pam-0.72 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/source
- patch -p0 < ${FILESDIR}/${P}-Makefile.in-gentoo.diff
-}
-
-src_compile() {
-
- local myconf
- if [ "`use pam`" ]
- then
- myconf="--without-pam"
- echo "disabled cuz broken"
-# myconf="--with-pam"
- else
- myconf="--without-pam"
- fi
-
- cd ${S}/source
- # We want static versions of winbind and pam_winbind
- try ./configure --prefix=/usr --host=${CHOST} --enable-static=yes --enable-shared=no \
- --sysconfdir=/etc/smb --localstatedir=/var/log --libdir=/etc/smb --sbindir=/usr/sbin \
- --without-automount \
- --with-privatedir=/etc/smb/private --with-lockdir=/var/lock $myconf
- try make
- try make nsswitch nsswitch/pam_winbind.so
-
-}
-
-src_install () {
- cd ${S}/source
- dodir /usr
- dodir /etc/smb
- dodir /usr/share/swat
- dodir /usr/share/doc/${P}/html/book
- dodir /var/log
- dodir /var/lock
- try make install prefix=${D}/usr BASEDIR=${D}/usr LIBDIR=${D}/etc/smb VARDIR=${D}/var/log \
- PRIVATEDIR=${D}/etc/smb/private SWATDIR=${D}/usr/share/swat \
- LOCKDIR=${D}/var/lock SBINDIR=${D}/usr/sbin MANDIR=${D}/usr/share/man
- cd ${S}/source
- dosbin bin/winbindd
- dobin bin/wbinfo
- exeinto /lib
- newexe nsswitch/libnss_winbind.so libnss_winbind.so.2
- exeinto /lib/security
- doexe nsswitch/pam_winbind.so
-
- cd ${S}
- dodoc COPYING README WHATSNEW.txt
-
- cd docs/manpages
- doman samedit.8 wbinfo.1 winbindd.8
-
- cd ../htmldocs
- docinto html
- dodoc *.html
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/samba-winbind.rc6 samba-winbind
-}
diff --git a/net-fs/samba-winbind/samba-winbind-20010329.ebuild b/net-fs/samba-winbind/samba-winbind-20010329.ebuild
deleted file mode 100644
index 99f33aeac983..000000000000
--- a/net-fs/samba-winbind/samba-winbind-20010329.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-winbind/samba-winbind-20010329.ebuild,v 1.5 2001/10/19 17:17:46 woodchip Exp $
-
-A=samba-tng-cvs-${PV}.tbz2
-S=${WORKDIR}/tng
-DESCRIPTION="Enhanced NT User management for unix"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${A}"
-HOMEPAGE="http://www.samba-tng.org"
-
-DEPEND="virtual/glibc
- pam? ( >=sys-libs/pam-0.72 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/source
- patch -p0 < ${FILESDIR}/${P}-Makefile.in-gentoo.diff
-}
-
-src_compile() {
-
- local myconf
- if [ "`use pam`" ]
- then
- myconf="--without-pam"
- echo "disabled cuz broken"
-# myconf="--with-pam"
- else
- myconf="--without-pam"
- fi
-
- cd ${S}/source
- # We want static versions of winbind and pam_winbind
- try ./configure --prefix=/usr --host=${CHOST} --enable-static=yes --enable-shared=no \
- --sysconfdir=/etc/smb --localstatedir=/var/log --libdir=/etc/smb --sbindir=/usr/sbin \
- --without-automount \
- --with-privatedir=/etc/smb/private --with-lockdir=/var/lock $myconf
- try make
- try make nsswitch nsswitch/pam_winbind.so
-
-}
-
-src_install () {
- cd ${S}/source
- dodir /usr
- dodir /etc/smb
- dodir /usr/share/swat
- dodir /usr/share/doc/${P}/html/book
- dodir /var/log
- dodir /var/lock
- try make install prefix=${D}/usr BASEDIR=${D}/usr LIBDIR=${D}/etc/smb VARDIR=${D}/var/log \
- PRIVATEDIR=${D}/etc/smb/private SWATDIR=${D}/usr/share/swat \
- LOCKDIR=${D}/var/lock SBINDIR=${D}/usr/sbin MANDIR=${D}/usr/share/man
- cd ${S}/source
- dosbin bin/winbindd
- dobin bin/wbinfo
- exeinto /lib
- newexe nsswitch/libnss_winbind.so libnss_winbind.so.2
- exeinto /lib/security
- doexe nsswitch/pam_winbind.so
-
- cd ${S}
- dodoc COPYING README WHATSNEW.txt
-
- cd docs/manpages
- doman samedit.8 wbinfo.1 winbindd.8
-
- cd ../htmldocs
- docinto html
- dodoc *.html
-
- exeinto /etc/rc.d/init.d ; newexe ${FILESDIR}/samba-winbind.rc5 samba-winbind
-}