[arch-commits] Commit in chrony/repos (12 files)

Sergej Pupykin spupykin at archlinux.org
Tue Jan 17 09:03:15 UTC 2017


    Date: Tuesday, January 17, 2017 @ 09:03:14
  Author: spupykin
Revision: 207666

archrelease: copy trunk to community-i686, community-x86_64

Added:
  chrony/repos/community-i686/PKGBUILD
    (from rev 207665, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
    (from rev 207665, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
    (from rev 207665, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
    (from rev 207665, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
    (from rev 207665, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
    (from rev 207665, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

---------------------------------+
 /PKGBUILD                       |  120 ++++++++++++++++++++++++++++++++++++++
 /chrony.install                 |   24 +++++++
 /service                        |   24 +++++++
 community-i686/PKGBUILD         |   60 -------------------
 community-i686/chrony.install   |   12 ---
 community-i686/service          |   12 ---
 community-x86_64/PKGBUILD       |   60 -------------------
 community-x86_64/chrony.install |   12 ---
 community-x86_64/service        |   12 ---
 9 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-17 09:02:53 UTC (rev 207665)
+++ community-i686/PKGBUILD	2017-01-17 09:03:14 UTC (rev 207666)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Elisamuel Resto <ryuji at simplysam.us>
-
-pkgname=chrony
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/"
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
-backup=('etc/chrony.conf')
-source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-        service)
-install=${pkgname}.install
-sha256sums=('0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0'
-            'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
-    -e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
-    -e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
-    -e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
-    -e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
-    examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" "$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
-
-  install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
-
-  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
-
-  chown 183:183 "$pkgdir/var/lib/chrony"
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 207665, chrony/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-17 09:03:14 UTC (rev 207666)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Elisamuel Resto <ryuji at simplysam.us>
+
+pkgname=chrony
+pkgver=3.0
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/"
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap' 'libedit')
+backup=('etc/chrony.conf')
+source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+        service)
+install=${pkgname}.install
+sha256sums=('a0387b91a20f047856a56d6541a1cf920c91b53b32f74c123bcb70f1a5d2cd6d'
+            'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+    -e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
+    -e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
+    -e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
+    -e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
+    examples/chrony.conf.example*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-docs
+
+  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" "$pkgdir/etc/chrony.conf"
+
+  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
+
+  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
+
+  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/usr/sbin"
+
+  install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
+
+  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
+
+  chown 183:183 "$pkgdir/var/lib/chrony"
+}

Deleted: community-i686/chrony.install
===================================================================
--- community-i686/chrony.install	2017-01-17 09:02:53 UTC (rev 207665)
+++ community-i686/chrony.install	2017-01-17 09:03:14 UTC (rev 207666)
@@ -1,12 +0,0 @@
-post_install() {
-  getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
-  getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
-    getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
-    getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
-    chown -R 183:183 /var/lib/chrony
-  fi
-}

Copied: chrony/repos/community-i686/chrony.install (from rev 207665, chrony/trunk/chrony.install)
===================================================================
--- community-i686/chrony.install	                        (rev 0)
+++ community-i686/chrony.install	2017-01-17 09:03:14 UTC (rev 207666)
@@ -0,0 +1,12 @@
+post_install() {
+  getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
+  getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
+}
+
+post_upgrade() {
+  if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
+    getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
+    getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
+    chown -R 183:183 /var/lib/chrony
+  fi
+}

Deleted: community-i686/service
===================================================================
--- community-i686/service	2017-01-17 09:02:53 UTC (rev 207665)
+++ community-i686/service	2017-01-17 09:03:14 UTC (rev 207666)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Chrony Network Time Daemon
-After=network.target
-Conflicts=systemd-timesyncd.service
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/chronyd -u chrony
-PIDFile=/var/run/chronyd.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: chrony/repos/community-i686/service (from rev 207665, chrony/trunk/service)
===================================================================
--- community-i686/service	                        (rev 0)
+++ community-i686/service	2017-01-17 09:03:14 UTC (rev 207666)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Chrony Network Time Daemon
+After=network.target
+Conflicts=systemd-timesyncd.service
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/chronyd -u chrony
+PIDFile=/var/run/chronyd.pid
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-17 09:02:53 UTC (rev 207665)
+++ community-x86_64/PKGBUILD	2017-01-17 09:03:14 UTC (rev 207666)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Elisamuel Resto <ryuji at simplysam.us>
-
-pkgname=chrony
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/"
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
-backup=('etc/chrony.conf')
-source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-        service)
-install=${pkgname}.install
-sha256sums=('0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0'
-            'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
-    -e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
-    -e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
-    -e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
-    -e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
-    examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" "$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
-
-  install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
-
-  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
-
-  chown 183:183 "$pkgdir/var/lib/chrony"
-}

Copied: chrony/repos/community-x86_64/PKGBUILD (from rev 207665, chrony/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-17 09:03:14 UTC (rev 207666)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Elisamuel Resto <ryuji at simplysam.us>
+
+pkgname=chrony
+pkgver=3.0
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/"
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap' 'libedit')
+backup=('etc/chrony.conf')
+source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+        service)
+install=${pkgname}.install
+sha256sums=('a0387b91a20f047856a56d6541a1cf920c91b53b32f74c123bcb70f1a5d2cd6d'
+            'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+    -e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
+    -e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
+    -e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
+    -e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
+    examples/chrony.conf.example*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-docs
+
+  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" "$pkgdir/etc/chrony.conf"
+
+  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
+
+  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
+
+  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/usr/sbin"
+
+  install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
+
+  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
+
+  chown 183:183 "$pkgdir/var/lib/chrony"
+}

Deleted: community-x86_64/chrony.install
===================================================================
--- community-x86_64/chrony.install	2017-01-17 09:02:53 UTC (rev 207665)
+++ community-x86_64/chrony.install	2017-01-17 09:03:14 UTC (rev 207666)
@@ -1,12 +0,0 @@
-post_install() {
-  getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
-  getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
-    getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
-    getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
-    chown -R 183:183 /var/lib/chrony
-  fi
-}

Copied: chrony/repos/community-x86_64/chrony.install (from rev 207665, chrony/trunk/chrony.install)
===================================================================
--- community-x86_64/chrony.install	                        (rev 0)
+++ community-x86_64/chrony.install	2017-01-17 09:03:14 UTC (rev 207666)
@@ -0,0 +1,12 @@
+post_install() {
+  getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
+  getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
+}
+
+post_upgrade() {
+  if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
+    getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
+    getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
+    chown -R 183:183 /var/lib/chrony
+  fi
+}

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2017-01-17 09:02:53 UTC (rev 207665)
+++ community-x86_64/service	2017-01-17 09:03:14 UTC (rev 207666)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Chrony Network Time Daemon
-After=network.target
-Conflicts=systemd-timesyncd.service
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/chronyd -u chrony
-PIDFile=/var/run/chronyd.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: chrony/repos/community-x86_64/service (from rev 207665, chrony/trunk/service)
===================================================================
--- community-x86_64/service	                        (rev 0)
+++ community-x86_64/service	2017-01-17 09:03:14 UTC (rev 207666)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Chrony Network Time Daemon
+After=network.target
+Conflicts=systemd-timesyncd.service
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/chronyd -u chrony
+PIDFile=/var/run/chronyd.pid
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list