[arch-commits] Commit in gdnsd/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at archlinux.org
Sat Jan 23 00:28:58 UTC 2021


    Date: Saturday, January 23, 2021 @ 00:28:57
  Author: spupykin
Revision: 825459

archrelease: copy trunk to community-x86_64

Added:
  gdnsd/repos/community-x86_64/PKGBUILD
    (from rev 825458, gdnsd/trunk/PKGBUILD)
  gdnsd/repos/community-x86_64/gdnsd.sysusers
    (from rev 825458, gdnsd/trunk/gdnsd.sysusers)
Deleted:
  gdnsd/repos/community-x86_64/PKGBUILD
  gdnsd/repos/community-x86_64/gdnsd.sysusers

----------------+
 PKGBUILD       |   96 +++++++++++++++++++++++++++----------------------------
 gdnsd.sysusers |    4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 00:28:48 UTC (rev 825458)
+++ PKGBUILD	2021-01-23 00:28:57 UTC (rev 825459)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-
-pkgname=gdnsd
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="an Authoritative-only DNS server which does geographic balancing, redirection, weighting, and service-state-conscious failover at the DNS layer"
-arch=('x86_64')
-url="https://gdnsd.org/"
-license=('GPL3')
-depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
-makedepends=('ragel')
-checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww' 'perl-net-dns')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-        gdnsd.sysusers)
-md5sums=('0e8711f5b526384c2d8c02829046aaca'
-         '046488b1a1b36294a2a559aacbe71782')
-
-prepare() {
-    cd "$pkgname-$pkgver"
-    autoreconf -vif
-}
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure \
-       --prefix=/usr \
-      --sbindir=/usr/bin \
-      --localstatedir=/ \
-      --libexecdir=/usr/lib \
-      --sysconfdir=/etc \
-      --with-systemdsystemunitdir=/usr/lib/systemd/system
-      
-    make
-}
-
-check() {
-    cd "$pkgname-$pkgver"
-    make -k check
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir/" install
-    rm -rf "$pkgdir"/{lib,run}
-
-    install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
-}

Copied: gdnsd/repos/community-x86_64/PKGBUILD (from rev 825458, gdnsd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-23 00:28:57 UTC (rev 825459)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+
+pkgname=gdnsd
+pkgver=3.5.0
+pkgrel=2
+pkgdesc="an Authoritative-only DNS server which does geographic balancing, redirection, weighting, and service-state-conscious failover at the DNS layer"
+arch=('x86_64')
+url="https://gdnsd.org/"
+license=('GPL3')
+depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww' 'perl-net-dns')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+        gdnsd.sysusers)
+md5sums=('0e8711f5b526384c2d8c02829046aaca'
+         '046488b1a1b36294a2a559aacbe71782')
+
+prepare() {
+    cd "$pkgname-$pkgver"
+    autoreconf -vif
+}
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure \
+       --prefix=/usr \
+      --sbindir=/usr/bin \
+      --localstatedir=/ \
+      --libexecdir=/usr/lib \
+      --sysconfdir=/etc \
+      --with-systemdsystemunitdir=/usr/lib/systemd/system
+      
+    make
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    make -k check
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+    rm -rf "$pkgdir"/{lib,run}
+
+    install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
+}

Deleted: gdnsd.sysusers
===================================================================
--- gdnsd.sysusers	2021-01-23 00:28:48 UTC (rev 825458)
+++ gdnsd.sysusers	2021-01-23 00:28:57 UTC (rev 825459)
@@ -1,2 +0,0 @@
-u gdnsd - "gdnsd" /etc/gdnsd
-g gdnsd -
\ No newline at end of file

Copied: gdnsd/repos/community-x86_64/gdnsd.sysusers (from rev 825458, gdnsd/trunk/gdnsd.sysusers)
===================================================================
--- gdnsd.sysusers	                        (rev 0)
+++ gdnsd.sysusers	2021-01-23 00:28:57 UTC (rev 825459)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file



More information about the arch-commits mailing list