[arch-commits] Commit in pdns-recursor/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue May 14 12:04:08 UTC 2013


    Date: Tuesday, May 14, 2013 @ 14:04:07
  Author: arodseth
Revision: 90828

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

Added:
  pdns-recursor/repos/community-i686/PKGBUILD
    (from rev 90827, pdns-recursor/trunk/PKGBUILD)
  pdns-recursor/repos/community-i686/pdns-recursor.service
    (from rev 90827, pdns-recursor/trunk/pdns-recursor.service)
  pdns-recursor/repos/community-x86_64/PKGBUILD
    (from rev 90827, pdns-recursor/trunk/PKGBUILD)
  pdns-recursor/repos/community-x86_64/pdns-recursor.service
    (from rev 90827, pdns-recursor/trunk/pdns-recursor.service)
Deleted:
  pdns-recursor/repos/community-i686/PKGBUILD
  pdns-recursor/repos/community-i686/pdns-recursor.service
  pdns-recursor/repos/community-x86_64/PKGBUILD
  pdns-recursor/repos/community-x86_64/pdns-recursor.service

----------------------------------------+
 /PKGBUILD                              |   78 +++++++++++++++++++++++++++++++
 /pdns-recursor.service                 |   20 +++++++
 community-i686/PKGBUILD                |   40 ---------------
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD              |   40 ---------------
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 98 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-14 11:59:34 UTC (rev 90827)
+++ community-i686/PKGBUILD	2013-05-14 12:04:07 UTC (rev 90828)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Jan Steffens <heftig at archlinux.org>
-
-pkgname=pdns-recursor
-pkgver=3.5
-pkgrel=2
-pkgdesc='PowerDNS recursor'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua51')
-makedepends=('boost')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
-        'pdns-recursor.service')
-sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
-            '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make LUA=1 \
-    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
-    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)" \
-    SBINDIR=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
-  rm -r "$pkgdir/etc/init.d"
-  install -Dm644 "$srcdir/pdns-recursor.service" \
-    "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdns-recursor/repos/community-i686/PKGBUILD (from rev 90827, pdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-14 12:04:07 UTC (rev 90828)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=pdns-recursor
+pkgver=3.5
+pkgrel=2
+pkgdesc='PowerDNS recursor'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua51')
+makedepends=('boost')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
+        'pdns-recursor.service')
+sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
+            '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LUA=1 \
+    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
+    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
+  rm -r "$pkgdir/etc/init.d"
+  install -Dm644 "$srcdir/pdns-recursor.service" \
+    "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===================================================================
--- community-i686/pdns-recursor.service	2013-05-14 11:59:34 UTC (rev 90827)
+++ community-i686/pdns-recursor.service	2013-05-14 12:04:07 UTC (rev 90828)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS recursing nameserver
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_recursor --daemon
-
-[Install]
-WantedBy=multi-user.target

Copied: pdns-recursor/repos/community-i686/pdns-recursor.service (from rev 90827, pdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-i686/pdns-recursor.service	                        (rev 0)
+++ community-i686/pdns-recursor.service	2013-05-14 12:04:07 UTC (rev 90828)
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS recursing nameserver
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_recursor --daemon
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-14 11:59:34 UTC (rev 90827)
+++ community-x86_64/PKGBUILD	2013-05-14 12:04:07 UTC (rev 90828)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Jan Steffens <heftig at archlinux.org>
-
-pkgname=pdns-recursor
-pkgver=3.5
-pkgrel=2
-pkgdesc='PowerDNS recursor'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua51')
-makedepends=('boost')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
-        'pdns-recursor.service')
-sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
-            '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make LUA=1 \
-    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
-    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)" \
-    SBINDIR=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
-  rm -r "$pkgdir/etc/init.d"
-  install -Dm644 "$srcdir/pdns-recursor.service" \
-    "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdns-recursor/repos/community-x86_64/PKGBUILD (from rev 90827, pdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-14 12:04:07 UTC (rev 90828)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=pdns-recursor
+pkgver=3.5
+pkgrel=2
+pkgdesc='PowerDNS recursor'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua51')
+makedepends=('boost')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
+        'pdns-recursor.service')
+sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
+            '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LUA=1 \
+    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
+    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
+  rm -r "$pkgdir/etc/init.d"
+  install -Dm644 "$srcdir/pdns-recursor.service" \
+    "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/pdns-recursor.service
===================================================================
--- community-x86_64/pdns-recursor.service	2013-05-14 11:59:34 UTC (rev 90827)
+++ community-x86_64/pdns-recursor.service	2013-05-14 12:04:07 UTC (rev 90828)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS recursing nameserver
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_recursor --daemon
-
-[Install]
-WantedBy=multi-user.target

Copied: pdns-recursor/repos/community-x86_64/pdns-recursor.service (from rev 90827, pdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-x86_64/pdns-recursor.service	                        (rev 0)
+++ community-x86_64/pdns-recursor.service	2013-05-14 12:04:07 UTC (rev 90828)
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS recursing nameserver
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_recursor --daemon
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list