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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Aug 13 13:12:47 UTC 2021


    Date: Friday, August 13, 2021 @ 13:12:47
  Author: spupykin
Revision: 997987

archrelease: copy trunk to community-x86_64

Added:
  gdnsd/repos/community-x86_64/PKGBUILD
    (from rev 997986, gdnsd/trunk/PKGBUILD)
  gdnsd/repos/community-x86_64/gdnsd.sysusers
    (from rev 997986, 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-08-13 13:12:36 UTC (rev 997986)
+++ PKGBUILD	2021-08-13 13:12:47 UTC (rev 997987)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-
-pkgname=gdnsd
-pkgver=3.7.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)
-sha512sums=('1f6f2fad2fdbdb0b86e90c0e4facffa5a8da80fe463969df5c0cad615c54fc3969984ab2b5e13c028a9a415161b1d69645570203ded9d07611d23b5c2e7d6307'
-            '8f39c0bed725d298314675b97610d37fc4dee31600c7f096deb38c63dba96e1b0c12239855154ea2c34f0ac3e8f5b7f1a86d9652210859982ab2339949b66e05')
-
-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 997986, gdnsd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-13 13:12:47 UTC (rev 997987)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+
+pkgname=gdnsd
+pkgver=3.7.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)
+sha512sums=('1f6f2fad2fdbdb0b86e90c0e4facffa5a8da80fe463969df5c0cad615c54fc3969984ab2b5e13c028a9a415161b1d69645570203ded9d07611d23b5c2e7d6307'
+            '8f39c0bed725d298314675b97610d37fc4dee31600c7f096deb38c63dba96e1b0c12239855154ea2c34f0ac3e8f5b7f1a86d9652210859982ab2339949b66e05')
+
+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-08-13 13:12:36 UTC (rev 997986)
+++ gdnsd.sysusers	2021-08-13 13:12:47 UTC (rev 997987)
@@ -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 997986, gdnsd/trunk/gdnsd.sysusers)
===================================================================
--- gdnsd.sysusers	                        (rev 0)
+++ gdnsd.sysusers	2021-08-13 13:12:47 UTC (rev 997987)
@@ -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