Date: Saturday, November 2, 2013 @ 00:58:27
  Author: bisson
Revision: 100222

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

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   |   46 --------------------------------------------
 community-i686/install    |   12 -----------
 community-i686/service    |   12 -----------
 community-x86_64/PKGBUILD |   46 --------------------------------------------
 community-x86_64/install  |   12 -----------
 community-x86_64/service  |   12 -----------
 6 files changed, 140 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-11-01 23:58:25 UTC (rev 100221)
+++ community-i686/PKGBUILD     2013-11-01 23:58:27 UTC (rev 100222)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Kaiting Chen <[email protected]>
-# Contributor: Roberto Alsina <[email protected]>
-
-pkgname=nsd
-pkgver=4.0.0
-pkgrel=2
-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";
-        'tmpfiles.d'
-        'service')
-sha1sums=('b3ebd669be8e830f62062d12be55242ca41da369'
-          '7ad2b8da961a893095eede8963cf8026b13186a1'
-          '491bf9c6e63644f7d6c81d3b16138f0d87706aa0')
-
-install=install
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/ \
-               --sbindir=/usr/bin \
-               --datarootdir=/usr/share \
-               --with-pidfile=/run/nsd/nsd.pid \
-               --enable-ratelimit
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd
-       install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-       rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
-       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-11-01 23:58:25 UTC (rev 100221)
+++ community-i686/install      2013-11-01 23:58:27 UTC (rev 100222)
@@ -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 /dev/null -s 
/bin/false -c nsd nsd >/dev/null
-       chown nsd:nsd /var/db/nsd
-       chmod 700 /var/db/nsd
-}
-
-post_remove() {
-       getent passwd nsd &>/dev/null && userdel nsd >/dev/null
-       getent group nsd &>/dev/null && groupdel nsd >/dev/null
-       true
-}

Deleted: community-i686/service
===================================================================
--- community-i686/service      2013-11-01 23:58:25 UTC (rev 100221)
+++ community-i686/service      2013-11-01 23:58:27 UTC (rev 100222)
@@ -1,12 +0,0 @@
-[Unit]
-Description=NSD Name Server Daemon
-After=network.target
-
-[Service]
-PIDFile=/run/nsd/nsd.pid
-ExecStart=/usr/bin/nsd -c /etc/nsd/nsd.conf
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -TERM $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-11-01 23:58:25 UTC (rev 100221)
+++ community-x86_64/PKGBUILD   2013-11-01 23:58:27 UTC (rev 100222)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Kaiting Chen <[email protected]>
-# Contributor: Roberto Alsina <[email protected]>
-
-pkgname=nsd
-pkgver=4.0.0
-pkgrel=2
-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";
-        'tmpfiles.d'
-        'service')
-sha1sums=('b3ebd669be8e830f62062d12be55242ca41da369'
-          '7ad2b8da961a893095eede8963cf8026b13186a1'
-          '491bf9c6e63644f7d6c81d3b16138f0d87706aa0')
-
-install=install
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/ \
-               --sbindir=/usr/bin \
-               --datarootdir=/usr/share \
-               --with-pidfile=/run/nsd/nsd.pid \
-               --enable-ratelimit
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd
-       install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-       rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
-       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-x86_64/install
===================================================================
--- community-x86_64/install    2013-11-01 23:58:25 UTC (rev 100221)
+++ community-x86_64/install    2013-11-01 23:58:27 UTC (rev 100222)
@@ -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 /dev/null -s 
/bin/false -c nsd nsd >/dev/null
-       chown nsd:nsd /var/db/nsd
-       chmod 700 /var/db/nsd
-}
-
-post_remove() {
-       getent passwd nsd &>/dev/null && userdel nsd >/dev/null
-       getent group nsd &>/dev/null && groupdel nsd >/dev/null
-       true
-}

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service    2013-11-01 23:58:25 UTC (rev 100221)
+++ community-x86_64/service    2013-11-01 23:58:27 UTC (rev 100222)
@@ -1,12 +0,0 @@
-[Unit]
-Description=NSD Name Server Daemon
-After=network.target
-
-[Service]
-PIDFile=/run/nsd/nsd.pid
-ExecStart=/usr/bin/nsd -c /etc/nsd/nsd.conf
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -TERM $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Reply via email to