[arch-commits] Commit in gdnsd/repos/community-x86_64 (4 files)
Sergej Pupykin
spupykin at archlinux.org
Mon May 20 19:14:46 UTC 2019
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
===================================================================
--- PKGBUILD 2019-05-20 19:14:34 UTC (rev 468118)
+++ PKGBUILD 2019-05-20 19:14:45 UTC (rev 468119)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-
-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)
+++ PKGBUILD 2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+
+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
More information about the arch-commits
mailing list