[arch-commits] Commit in powerdns-recursor/repos (8 files)
Alexander Rødseth
arodseth at archlinux.org
Thu Nov 27 14:36:42 UTC 2014
Date: Thursday, November 27, 2014 @ 15:36:42
Author: arodseth
Revision: 123214
archrelease: copy trunk to community-x86_64, community-i686
Added:
powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 123213, powerdns-recursor/trunk/PKGBUILD)
powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 123213, powerdns-recursor/trunk/pdns-recursor.service)
powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 123213, powerdns-recursor/trunk/PKGBUILD)
powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 123213, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
powerdns-recursor/repos/community-i686/PKGBUILD
powerdns-recursor/repos/community-i686/pdns-recursor.service
powerdns-recursor/repos/community-x86_64/PKGBUILD
powerdns-recursor/repos/community-x86_64/pdns-recursor.service
----------------------------------------+
/PKGBUILD | 82 +++++++++++++++++++++++++++++++
/pdns-recursor.service | 20 +++++++
community-i686/PKGBUILD | 41 ---------------
community-i686/pdns-recursor.service | 10 ---
community-x86_64/PKGBUILD | 41 ---------------
community-x86_64/pdns-recursor.service | 10 ---
6 files changed, 102 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-11-27 14:33:41 UTC (rev 123213)
+++ community-i686/PKGBUILD 2014-11-27 14:36:42 UTC (rev 123214)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Jan Steffens <heftig at archlinux.org>
-
-pkgname=powerdns-recursor
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
- 'pdns-recursor.service')
-sha256sums=('e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396'
- 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
- make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
- LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
- LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
-}
-
-package() {
- cd "pdns-recursor-$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: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 123213, powerdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 14:36:42 UTC (rev 123214)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=powerdns-recursor
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
+ 'pdns-recursor.service')
+sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
+ 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+ make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
+ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+ LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+ cd "pdns-recursor-$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 2014-11-27 14:33:41 UTC (rev 123213)
+++ community-i686/pdns-recursor.service 2014-11-27 14:36:42 UTC (rev 123214)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS resolving DNS server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_recursor --daemon
-
-[Install]
-WantedBy=multi-user.target
Copied: powerdns-recursor/repos/community-i686/pdns-recursor.service (from rev 123213, powerdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-i686/pdns-recursor.service (rev 0)
+++ community-i686/pdns-recursor.service 2014-11-27 14:36:42 UTC (rev 123214)
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS resolving DNS server
+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 2014-11-27 14:33:41 UTC (rev 123213)
+++ community-x86_64/PKGBUILD 2014-11-27 14:36:42 UTC (rev 123214)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Jan Steffens <heftig at archlinux.org>
-
-pkgname=powerdns-recursor
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
- 'pdns-recursor.service')
-sha256sums=('e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396'
- 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
- make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
- LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
- LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
-}
-
-package() {
- cd "pdns-recursor-$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: powerdns-recursor/repos/community-x86_64/PKGBUILD (from rev 123213, powerdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-11-27 14:36:42 UTC (rev 123214)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=powerdns-recursor
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
+ 'pdns-recursor.service')
+sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
+ 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+ make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
+ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+ LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+ cd "pdns-recursor-$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 2014-11-27 14:33:41 UTC (rev 123213)
+++ community-x86_64/pdns-recursor.service 2014-11-27 14:36:42 UTC (rev 123214)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS resolving DNS server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_recursor --daemon
-
-[Install]
-WantedBy=multi-user.target
Copied: powerdns-recursor/repos/community-x86_64/pdns-recursor.service (from rev 123213, powerdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-x86_64/pdns-recursor.service (rev 0)
+++ community-x86_64/pdns-recursor.service 2014-11-27 14:36:42 UTC (rev 123214)
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS resolving DNS server
+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