[arch-commits] Commit in samba/repos (22 files)

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 13:22:21
  Author: tpowa
Revision: 176093

archrelease: copy trunk to extra-i686, extra-x86_64

Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  174 
 extra-i686/nmbd.service   |   12 --
 extra-i686/samba  |   54 
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |7 -
 extra-i686/samba.install  |7 -
 extra-i686/samba.logrotate|9 --
 extra-i686/samba.pam  |3 
 extra-i686/smbd.service   |   12 --
 extra-i686/swat.xinetd|   10 --
 extra-i686/winbindd.service   |   12 --
 extra-x86_64/PKGBUILD |  174 
 extra-x86_64/nmbd.service |   12 --
 extra-x86_64/samba|   54 
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |7 -
 extra-x86_64/samba.install|7 -
 extra-x86_64/samba.logrotate  |9 --
 extra-x86_64/samba.pam|3 
 extra-x86_64/smbd.service |   12 --
 extra-x86_64/swat.xinetd  |   10 --
 extra-x86_64/winbindd.service |   12 --
 22 files changed, 604 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 12:21:53 UTC (rev 176092)
+++ extra-i686/PKGBUILD 2013-01-27 12:22:21 UTC (rev 176093)
@@ -1,174 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.11
-# We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
-# misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.11
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba.logrotate
-swat.xinetd
-samba.pam
-smbd.service
-smbd.socket
-smbd@.service
-nmbd.service
-swat.socket
-swat@.service
-winbindd.service
-samba.conf)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/usr/lib/security \
-  --with-dnsupdate \
-  --with-automount \
-  --with-quotas \
-  --with-ads \
-  --with-acl-support \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
-  --enable-external-libtdb
-  make
-}
-
-package_libwbclient () {
-pkgdesc=Samba winbind client library
-depends=('glibc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/lib  
-  for i in libwbclient*; do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc' 'libwbclient')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in libnetapi* libsmbclient*;do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-  install -m755 script/smbtar ${pkgdir}/usr/bin/
-  mkdir -p 

[arch-commits] Commit in samba/repos (22 files)

2012-04-28 Thread Tom Gundersen
Date: Saturday, April 28, 2012 @ 16:25:12
  Author: tomegun
Revision: 157490

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  samba/repos/staging-i686/
  samba/repos/staging-i686/PKGBUILD
(from rev 157488, samba/trunk/PKGBUILD)
  samba/repos/staging-i686/nmbd.service
(from rev 157488, samba/trunk/nmbd.service)
  samba/repos/staging-i686/samba
(from rev 157488, samba/trunk/samba)
  samba/repos/staging-i686/samba.conf.d
(from rev 157488, samba/trunk/samba.conf.d)
  samba/repos/staging-i686/samba.logrotate
(from rev 157488, samba/trunk/samba.logrotate)
  samba/repos/staging-i686/samba.pam
(from rev 157488, samba/trunk/samba.pam)
  samba/repos/staging-i686/smbd.conf
(from rev 157488, samba/trunk/smbd.conf)
  samba/repos/staging-i686/smbd.service
(from rev 157488, samba/trunk/smbd.service)
  samba/repos/staging-i686/swat.xinetd
(from rev 157488, samba/trunk/swat.xinetd)
  samba/repos/staging-i686/winbindd.service
(from rev 157488, samba/trunk/winbindd.service)
  samba/repos/staging-x86_64/
  samba/repos/staging-x86_64/PKGBUILD
(from rev 157489, samba/trunk/PKGBUILD)
  samba/repos/staging-x86_64/nmbd.service
(from rev 157489, samba/trunk/nmbd.service)
  samba/repos/staging-x86_64/samba
(from rev 157489, samba/trunk/samba)
  samba/repos/staging-x86_64/samba.conf.d
(from rev 157489, samba/trunk/samba.conf.d)
  samba/repos/staging-x86_64/samba.logrotate
(from rev 157489, samba/trunk/samba.logrotate)
  samba/repos/staging-x86_64/samba.pam
(from rev 157489, samba/trunk/samba.pam)
  samba/repos/staging-x86_64/smbd.conf
(from rev 157489, samba/trunk/smbd.conf)
  samba/repos/staging-x86_64/smbd.service
(from rev 157489, samba/trunk/smbd.service)
  samba/repos/staging-x86_64/swat.xinetd
(from rev 157489, samba/trunk/swat.xinetd)
  samba/repos/staging-x86_64/winbindd.service
(from rev 157489, samba/trunk/winbindd.service)

-+
 staging-i686/PKGBUILD   |  166 ++
 staging-i686/nmbd.service   |8 +
 staging-i686/samba  |   57 +
 staging-i686/samba.conf.d   |7 +
 staging-i686/samba.logrotate|9 ++
 staging-i686/samba.pam  |3 
 staging-i686/smbd.conf  |1 
 staging-i686/smbd.service   |9 ++
 staging-i686/swat.xinetd|   10 ++
 staging-i686/winbindd.service   |9 ++
 staging-x86_64/PKGBUILD |  166 ++
 staging-x86_64/nmbd.service |8 +
 staging-x86_64/samba|   57 +
 staging-x86_64/samba.conf.d |7 +
 staging-x86_64/samba.logrotate  |9 ++
 staging-x86_64/samba.pam|3 
 staging-x86_64/smbd.conf|1 
 staging-x86_64/smbd.service |9 ++
 staging-x86_64/swat.xinetd  |   10 ++
 staging-x86_64/winbindd.service |9 ++
 20 files changed, 558 insertions(+)

Copied: samba/repos/staging-i686/PKGBUILD (from rev 157488, 
samba/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-28 20:25:12 UTC (rev 157490)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=3.6.4
+# We use the 'A' to fake out pacman's version comparators.  Samba chooses
+# to append 'a','b',etc to their subsequent releases, which pamcan
+# misconstrues as alpha, beta, etc.  Bad samba!
+_realver=3.6.4
+pkgrel=3
+arch=(i686 x86_64)
+url=http://www.samba.org;
+license=('GPL3')
+makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+samba samba.logrotate
+swat.xinetd
+samba.pam
+samba.conf.d
+smbd.service
+nmbd.service
+winbindd.service
+smbd.conf)
+### UNINSTALL dmapi package before building!!!
+
+build() {
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib/ \
+  --localstatedir=/var \
+  --with-configdir=/etc/samba \
+  --with-lockdir=/var/cache/samba \
+  --with-piddir=/var/run/samba \
+  --with-fhs \
+  --with-pam \
+  --with-pam_smbpass \
+  --with-pammodulesdir=/usr/lib/security \
+  --with-dnsupdate \
+  --with-automount \
+  --with-quotas \
+  --with-ads \
+  --with-acl-support \
+  --with-libsmbclient \
+  --with-syslog \
+  --enable-external-libtalloc \
+  --disable-dnssd \
+  --disable-avahi \
+  

[arch-commits] Commit in samba/repos (22 files)

2012-04-25 Thread Tobias Powalowski
Date: Wednesday, April 25, 2012 @ 10:01:40
  Author: tpowa
Revision: 157197

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 157196, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 157196, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba
(from rev 157196, samba/trunk/samba)
  samba/repos/testing-i686/samba.conf.d
(from rev 157196, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.logrotate
(from rev 157196, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 157196, samba/trunk/samba.pam)
  samba/repos/testing-i686/smbd.conf
(from rev 157196, samba/trunk/smbd.conf)
  samba/repos/testing-i686/smbd.service
(from rev 157196, samba/trunk/smbd.service)
  samba/repos/testing-i686/swat.xinetd
(from rev 157196, samba/trunk/swat.xinetd)
  samba/repos/testing-i686/winbindd.service
(from rev 157196, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 157196, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 157196, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba
(from rev 157196, samba/trunk/samba)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 157196, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 157196, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 157196, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/smbd.conf
(from rev 157196, samba/trunk/smbd.conf)
  samba/repos/testing-x86_64/smbd.service
(from rev 157196, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 157196, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/winbindd.service
(from rev 157196, samba/trunk/winbindd.service)

-+
 testing-i686/PKGBUILD   |  166 ++
 testing-i686/nmbd.service   |8 +
 testing-i686/samba  |   57 +
 testing-i686/samba.conf.d   |7 +
 testing-i686/samba.logrotate|9 ++
 testing-i686/samba.pam  |3 
 testing-i686/smbd.conf  |1 
 testing-i686/smbd.service   |9 ++
 testing-i686/swat.xinetd|   10 ++
 testing-i686/winbindd.service   |9 ++
 testing-x86_64/PKGBUILD |  166 ++
 testing-x86_64/nmbd.service |8 +
 testing-x86_64/samba|   57 +
 testing-x86_64/samba.conf.d |7 +
 testing-x86_64/samba.logrotate  |9 ++
 testing-x86_64/samba.pam|3 
 testing-x86_64/smbd.conf|1 
 testing-x86_64/smbd.service |9 ++
 testing-x86_64/swat.xinetd  |   10 ++
 testing-x86_64/winbindd.service |9 ++
 20 files changed, 558 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 157196, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-25 14:01:40 UTC (rev 157197)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=3.6.4
+# We use the 'A' to fake out pacman's version comparators.  Samba chooses
+# to append 'a','b',etc to their subsequent releases, which pamcan
+# misconstrues as alpha, beta, etc.  Bad samba!
+_realver=3.6.4
+pkgrel=2
+arch=(i686 x86_64)
+url=http://www.samba.org;
+license=('GPL3')
+makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+samba samba.logrotate
+swat.xinetd
+samba.pam
+samba.conf.d
+smbd.service
+nmbd.service
+winbindd.service
+smbd.conf)
+### UNINSTALL dmapi package before building!!!
+
+build() {
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib/ \
+  --localstatedir=/var \
+  --with-configdir=/etc/samba \
+  --with-lockdir=/var/cache/samba \
+  --with-piddir=/var/run/samba \
+  --with-fhs \
+  --with-pam \
+  --with-pam_smbpass \
+  --with-pammodulesdir=/lib/security \
+  --with-dnsupdate \
+  --with-automount \
+  --with-quotas \
+  --with-ads \
+  --with-acl-support \
+  --with-libsmbclient \
+  --with-syslog \
+  --enable-external-libtalloc \
+  --disable-dnssd \
+  --disable-avahi \
+