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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:45
  Author: spupykin
Revision: 468119

archrelease: copy trunk to community-x86_64

Added:
  gdnsd/repos/community-x86_64/PKGBUILD
(from rev 468118, gdnsd/trunk/PKGBUILD)
  gdnsd/repos/community-x86_64/gdnsd.sysusers
(from rev 468118, 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
===
--- PKGBUILD2019-05-20 19:14:34 UTC (rev 468118)
+++ PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daichi Shinozaki 
-
-pkgname=gdnsd
-pkgver=3.0.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="http://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=('d733929703b963b77964669c5ce6d2d6'
- '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 468118, 
gdnsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Daichi Shinozaki 
+
+pkgname=gdnsd
+pkgver=3.0.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="http://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=('d733929703b963b77964669c5ce6d2d6'
+ '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  2019-05-20 19:14:34 UTC (rev 468118)
+++ gdnsd.sysusers  2019-05-20 19:14:45 UTC (rev 468119)
@@ -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 468118, 
gdnsd/trunk/gdnsd.sysusers)
===
--- gdnsd.sysusers  (rev 0)
+++ gdnsd.sysusers  2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 08:48:29
  Author: felixonmars
Revision: 353461

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 08:48:09 UTC (rev 353460)
+++ PKGBUILD2018-07-06 08:48:29 UTC (rev 353461)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daichi Shinozaki 
-
-pkgname=gdnsd
-pkgver=2.4.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="http://gdnsd.org/;
-license=('GPL3')
-depends=('libev')
-makedepends=('ragel')
-checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
-   gdnsd.sysusers)
-md5sums=('57ff995eafb30e7d23a4e491c782031d'
- '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 353460, 
gdnsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 08:48:29 UTC (rev 353461)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daichi Shinozaki 
+
+pkgname=gdnsd
+pkgver=2.4.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="http://gdnsd.org/;
+license=('GPL3')
+depends=('libev' 'libmaxminddb')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+gdnsd.sysusers)
+md5sums=('57ff995eafb30e7d23a4e491c782031d'
+ '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  2018-07-06 08:48:09 UTC (rev 353460)
+++ gdnsd.sysusers  2018-07-06 08:48:29 UTC (rev 353461)
@@ -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 353460, 
gdnsd/trunk/gdnsd.sysusers)
===
--- gdnsd.sysusers  (rev 0)
+++ gdnsd.sysusers  2018-07-06 08:48:29 UTC (rev 353461)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file