[arch-commits] Commit in nsd/repos (12 files)

2013-10-31 Thread Gaetan Bisson
Date: Thursday, October 31, 2013 @ 17:25:17
  Author: bisson
Revision: 100048

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

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 100047, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 100047, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 100047, nsd/trunk/service)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 100047, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 100047, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 100047, nsd/trunk/service)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service

---+
 /PKGBUILD |   82 
 /install  |   24 
 /service  |   24 
 community-i686/PKGBUILD   |   41 --
 community-i686/install|   12 --
 community-i686/service|   13 --
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/install  |   12 --
 community-x86_64/service  |   13 --
 9 files changed, 130 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-31 16:24:38 UTC (rev 100047)
+++ community-i686/PKGBUILD 2013-10-31 16:25:17 UTC (rev 100048)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=nsd
-pkgver=3.2.16
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-depends=('openssl')
-makedepends=('flex')
-arch=('i686' 'x86_64')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'service')
-sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
-  'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd.pid \
-   --enable-ratelimit
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
-   rm doc/differences.pdf
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
-   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 100047, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-31 16:25:17 UTC (rev 100048)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('b3ebd669be8e830f62062d12be55242ca41da369'
+  '9957762b810374c4eaa1461169f3c848b50466fe')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd.pid \
+   --enable-ratelimit
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
+   rm doc/differences.pdf
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/install
===
--- community-i686/install  2013-10-31 16:24:38 UTC (rev 100047)
+++ community-i686/install  2013-10-31 16:25:17 UTC (rev 100048)
@@ -1,12 +0,0 @@
-post_install() {
-   getent group nsd /dev/null || groupadd -r nsd /dev/null
-   getent passwd nsd /dev/null || useradd -r -g nsd -d 

[arch-commits] Commit in nsd/repos (12 files)

2013-02-04 Thread Gaetan Bisson
Date: Monday, February 4, 2013 @ 23:23:27
  Author: bisson
Revision: 83750

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

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 83749, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 83749, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 83749, nsd/trunk/service)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 83749, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 83749, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 83749, nsd/trunk/service)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service

---+
 community-i686/PKGBUILD   |   95 ++--
 community-i686/install|   24 +--
 community-i686/service|   26 ++--
 community-x86_64/PKGBUILD |   95 ++--
 community-x86_64/install  |   24 +--
 community-x86_64/service  |   26 ++--
 6 files changed, 146 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-04 22:21:18 UTC (rev 83749)
+++ community-i686/PKGBUILD 2013-02-04 22:23:27 UTC (rev 83750)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=nsd
-pkgver=3.2.14
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-depends=('openssl')
-makedepends=('flex')
-arch=('i686' 'x86_64')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'service')
-sha1sums=('78390145ec392b520d88c19fc99c544dd1426959'
-  '1cfa2d7254139be50f11753d4e07281ed2af36eb')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/ \
-   --exec-prefix=/usr \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd.pid \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/etc/rc.d
-   ln -s ../../usr/sbin/nsdc ${pkgdir}/etc/rc.d/nsd
-   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
-
-   rm doc/differences.pdf
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
-   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 83749, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-04 22:23:27 UTC (rev 83750)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=3.2.15
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+depends=('openssl')
+makedepends=('flex')
+arch=('i686' 'x86_64')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('e31a81ab7877422b34e1f163f9509cd93f395664'
+  '1cfa2d7254139be50f11753d4e07281ed2af36eb')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/ \
+   --exec-prefix=/usr \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd.pid \
+   --enable-ratelimit \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/etc/rc.d
+   ln -s ../../usr/sbin/nsdc ${pkgdir}/etc/rc.d/nsd
+   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
+
+   rm doc/differences.pdf
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/install
===
--- community-i686/install  2013-02-04 22:21:18 UTC (rev 83749)
+++ community-i686/install  2013-02-04 22:23:27 UTC (rev 83750)
@@ -1,12 +0,0 @@
-post_install() {
-   getent group nsd /dev/null || groupadd -r nsd /dev/null
-   getent