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

2017-09-10 Thread Daniel Micay
Date: Sunday, September 10, 2017 @ 20:39:16
  Author: thestinger
Revision: 256819

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 256818, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 256818, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 256818, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 256818, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 256818, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 256818, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   80 +++
 /pdnsd.install |   50 
 /service   |   20 +
 community-i686/PKGBUILD|   37 --
 community-i686/pdnsd.install   |   25 
 community-i686/service |   10 
 community-x86_64/PKGBUILD  |   37 --
 community-x86_64/pdnsd.install |   25 
 community-x86_64/service   |   10 
 9 files changed, 150 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 20:38:30 UTC (rev 256818)
+++ community-i686/PKGBUILD 2017-09-10 20:39:16 UTC (rev 256819)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=11
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '750dc2c8274a0de95670758c7c34fd21')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-
-  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
-
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 256818, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 20:39:16 UTC (rev 256819)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=12
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(i686 x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+
http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz.asc
+   service)
+sha512sums=('4fde296642306aa986ddb7cad0b5991bcd397656d93ef4962706276848c7fa62c664a40198e807d029637f116e8000c237d98b91cbbfec5c08b134d8bb3adf81'
+'SKIP'
+
'ae278f8899f90ded9eaf814af620207b8a255149a12a1debe00cf9b60339153c6f81cb5c51b84af944f4d89f2f332481cf281a47dd4651e31e77302b21cb5e77')
+validpgpkeys=(21EC7442EE80FB0594E317612C4C1357A484EE22)
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
+  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2017-09-10 20:38:30 UTC (rev 256818)
+++ community-i686/pdnsd.install

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

2016-05-20 Thread Sergej Pupykin
Date: Friday, May 20, 2016 @ 13:46:16
  Author: spupykin
Revision: 175861

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 175860, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 175860, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 175860, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 175860, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 175860, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 175860, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   74 +++
 /pdnsd.install |   50 ++
 /service   |   20 ++
 community-i686/PKGBUILD|   37 ---
 community-i686/pdnsd.install   |   21 ---
 community-i686/service |   10 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/pdnsd.install |   21 ---
 community-x86_64/service   |   10 -
 9 files changed, 144 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 11:45:55 UTC (rev 175860)
+++ community-i686/PKGBUILD 2016-05-20 11:46:16 UTC (rev 175861)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=10
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '750dc2c8274a0de95670758c7c34fd21')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-
-  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
-
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 175860, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 11:46:16 UTC (rev 175861)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=11
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(i686 x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '750dc2c8274a0de95670758c7c34fd21')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
+  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2016-05-20 11:45:55 UTC (rev 175860)
+++ community-i686/pdnsd.install2016-05-20 11:46:16 UTC (rev 175861)
@@ -1,21 +0,0 @@
-post_install() {
-  getent group pdnsd &>/dev/null || groupadd -r -g 184 pdnsd >/dev/null
-  getent passwd pdnsd &>/dev/null || useradd -r -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd >/dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo 

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

2016-05-17 Thread Sergej Pupykin
Date: Tuesday, May 17, 2016 @ 16:48:52
  Author: spupykin
Revision: 175540

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 175539, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 175539, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 175539, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 175539, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 175539, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 175539, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   74 +++
 /pdnsd.install |   42 ++
 /service   |   20 ++
 community-i686/PKGBUILD|   36 --
 community-i686/pdnsd.install   |   21 ---
 community-i686/service |   10 -
 community-x86_64/PKGBUILD  |   36 --
 community-x86_64/pdnsd.install |   21 ---
 community-x86_64/service   |   10 -
 9 files changed, 136 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 14:48:34 UTC (rev 175539)
+++ community-i686/PKGBUILD 2016-05-17 14:48:52 UTC (rev 175540)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=9
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-backup=(etc/pdnsd.conf)
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '750dc2c8274a0de95670758c7c34fd21')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-  # Rename the configuration file, so users get pacnew files.
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/etc/pdnsd.conf"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 175539, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 14:48:52 UTC (rev 175540)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=10
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(i686 x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '750dc2c8274a0de95670758c7c34fd21')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
+  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2016-05-17 14:48:34 UTC (rev 175539)
+++ community-i686/pdnsd.install2016-05-17 14:48:52 UTC (rev 175540)
@@ -1,21 +0,0 @@
-post_install() {
-  getent group pdnsd &>/dev/null || groupadd -r -g 184 pdnsd >/dev/null
-  getent passwd pdnsd &>/dev/null || useradd -r -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd >/dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo 

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

2016-01-13 Thread Sergej Pupykin
Date: Wednesday, January 13, 2016 @ 18:57:37
  Author: spupykin
Revision: 156316

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 156315, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 156315, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 156315, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 156315, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 156315, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 156315, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   72 +++
 /pdnsd.install |   42 ++
 /service   |   20 ++
 community-i686/PKGBUILD|   36 ---
 community-i686/pdnsd.install   |   21 ---
 community-i686/service |9 
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/pdnsd.install |   21 ---
 community-x86_64/service   |9 
 9 files changed, 134 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 17:57:17 UTC (rev 156315)
+++ community-i686/PKGBUILD 2016-01-13 17:57:37 UTC (rev 156316)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=8
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-backup=(etc/pdnsd.conf)
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '4f86bdbd8495b53341070d5720491996')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-  # Rename the configuration file, so users get pacnew files.
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/etc/pdnsd.conf"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 156315, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 17:57:37 UTC (rev 156316)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=9
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(i686 x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+backup=(etc/pdnsd.conf)
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '750dc2c8274a0de95670758c7c34fd21')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+  # Rename the configuration file, so users get pacnew files.
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/etc/pdnsd.conf"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
+  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2016-01-13 17:57:17 UTC (rev 156315)
+++ community-i686/pdnsd.install2016-01-13 17:57:37 UTC (rev 156316)
@@ -1,21 +0,0 @@
-post_install() {
-  getent group pdnsd &>/dev/null || groupadd -r -g 184 pdnsd >/dev/null
-  getent passwd pdnsd &>/dev/null || useradd -r -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd >/dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:19:03
  Author: spupykin
Revision: 127514

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 127513, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 127513, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 127513, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 127513, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 127513, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 127513, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   72 +++
 /pdnsd.install |   42 ++
 /service   |   18 +
 community-i686/PKGBUILD|   39 -
 community-i686/pdnsd.install   |   27 --
 community-i686/service |9 
 community-x86_64/PKGBUILD  |   39 -
 community-x86_64/pdnsd.install |   27 --
 community-x86_64/service   |9 
 9 files changed, 132 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:18:48 UTC (rev 127513)
+++ community-i686/PKGBUILD 2015-02-10 17:19:03 UTC (rev 127514)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Henrik Nymann Jensen h...@henriknj.dk
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=7
-pkgdesc=Proxy DNS server with permanent caching
-arch=(i686 x86_64)
-url=http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-backup=(etc/pdnsd.conf)
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '4f86bdbd8495b53341070d5720491996')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
-
-  # Rename the configuration file, so users get pacnew files.
-  mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
-
-  sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
-
-  chown -R 184:184 $pkgdir/var/cache/pdnsd
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 127513, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 17:19:03 UTC (rev 127514)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Henrik Nymann Jensen h...@henriknj.dk
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=8
+pkgdesc=Proxy DNS server with permanent caching
+arch=(i686 x86_64)
+url=http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+backup=(etc/pdnsd.conf)
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '4f86bdbd8495b53341070d5720491996')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
+  # Rename the configuration file, so users get pacnew files.
+  mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
+  sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
+  chown -R 184:184 $pkgdir/var/cache/pdnsd
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2015-02-10 17:18:48 UTC (rev 127513)
+++ community-i686/pdnsd.install2015-02-10 17:19:03 UTC (rev 127514)
@@ -1,27 +0,0 @@
-post_install() {
-  getent group pdnsd /dev/null || groupadd -g 184 pdnsd /dev/null
-  getent passwd pdnsd /dev/null || useradd -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd /dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo Stopping pdnsd service in order to 

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

2014-03-29 Thread Daniel Micay
Date: Saturday, March 29, 2014 @ 13:01:04
  Author: thestinger
Revision: 108591

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 108590, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 108590, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 108590, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 108590, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 108590, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 108590, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   78 +++
 /pdnsd.install |   54 +++
 /service   |   18 +
 community-i686/PKGBUILD|   39 ---
 community-i686/pdnsd.install   |   27 -
 community-i686/service |9 
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/pdnsd.install |   27 -
 community-x86_64/service   |9 
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-29 11:59:51 UTC (rev 108590)
+++ community-i686/PKGBUILD 2014-03-29 12:01:04 UTC (rev 108591)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Henrik Nymann Jensen h...@henriknj.dk
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=6
-pkgdesc=Proxy DNS server with permanent caching
-arch=(i686 x86_64)
-url=http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-backup=(etc/pdnsd.conf)
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '4f86bdbd8495b53341070d5720491996')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
-
-  # Rename the configuration file, so users get pacnew files.
-  mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
-
-  sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
-
-  chown 184:184 $pkgdir/var/cache/pdnsd
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 108590, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-29 12:01:04 UTC (rev 108591)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Henrik Nymann Jensen h...@henriknj.dk
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=7
+pkgdesc=Proxy DNS server with permanent caching
+arch=(i686 x86_64)
+url=http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+backup=(etc/pdnsd.conf)
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '4f86bdbd8495b53341070d5720491996')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
+
+  # Rename the configuration file, so users get pacnew files.
+  mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
+
+  sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
+
+  chown -R 184:184 $pkgdir/var/cache/pdnsd
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2014-03-29 11:59:51 UTC (rev 108590)
+++ community-i686/pdnsd.install2014-03-29 12:01:04 UTC (rev 108591)
@@ -1,27 +0,0 @@
-post_install() {
-  getent group pdnsd /dev/null || groupadd -g 184 pdnsd /dev/null
-  getent passwd pdnsd /dev/null || useradd -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd /dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo Stopping pdnsd service in order to