[arch-commits] Commit in pdns-recursor/repos (8 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Thu Oct 31 11:20:57 UTC 2013
Date: Thursday, October 31, 2013 @ 12:20:57
Author: arodseth
Revision: 100036
archrelease: copy trunk to community-x86_64, community-i686
Added:
pdns-recursor/repos/community-i686/PKGBUILD
(from rev 100035, pdns-recursor/trunk/PKGBUILD)
pdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 100035, pdns-recursor/trunk/pdns-recursor.service)
pdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 100035, pdns-recursor/trunk/PKGBUILD)
pdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 100035, 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 | 80 +++++++++++++++++++++++++++++++
/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, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-31 11:20:48 UTC (rev 100035)
+++ community-i686/PKGBUILD 2013-10-31 11:20:57 UTC (rev 100036)
@@ -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.2
-pkgrel=1
-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=('ffe3158ee5b3f62e927198fd44e839a01d3241a41a4e61afdca6709113c276bd'
- '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make -j1 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:
Copied: pdns-recursor/repos/community-i686/PKGBUILD (from rev 100035, pdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-31 11:20:57 UTC (rev 100036)
@@ -0,0 +1,40 @@
+# $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.3
+pkgrel=1
+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=('192c0b47a1cfcdccaa88d70fd33766a4c381f4223f966416f15e169df5d58eaa'
+ '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ make -j1 LUA=1 \
+ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
+ LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+}
+
+package() {
+ cd "$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-10-31 11:20:48 UTC (rev 100035)
+++ community-i686/pdns-recursor.service 2013-10-31 11:20:57 UTC (rev 100036)
@@ -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 100035, pdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-i686/pdns-recursor.service (rev 0)
+++ community-i686/pdns-recursor.service 2013-10-31 11:20:57 UTC (rev 100036)
@@ -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-10-31 11:20:48 UTC (rev 100035)
+++ community-x86_64/PKGBUILD 2013-10-31 11:20:57 UTC (rev 100036)
@@ -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.2
-pkgrel=1
-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=('ffe3158ee5b3f62e927198fd44e839a01d3241a41a4e61afdca6709113c276bd'
- '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make -j1 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:
Copied: pdns-recursor/repos/community-x86_64/PKGBUILD (from rev 100035, pdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-31 11:20:57 UTC (rev 100036)
@@ -0,0 +1,40 @@
+# $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.3
+pkgrel=1
+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=('192c0b47a1cfcdccaa88d70fd33766a4c381f4223f966416f15e169df5d58eaa'
+ '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ make -j1 LUA=1 \
+ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
+ LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+}
+
+package() {
+ cd "$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-10-31 11:20:48 UTC (rev 100035)
+++ community-x86_64/pdns-recursor.service 2013-10-31 11:20:57 UTC (rev 100036)
@@ -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 100035, pdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-x86_64/pdns-recursor.service (rev 0)
+++ community-x86_64/pdns-recursor.service 2013-10-31 11:20:57 UTC (rev 100036)
@@ -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