[arch-commits] Commit in chrony/repos (12 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Apr 27 19:12:10 UTC 2015
Date: Monday, April 27, 2015 @ 21:12:10
Author: spupykin
Revision: 132346
archrelease: copy trunk to community-i686, community-x86_64
Added:
chrony/repos/community-i686/PKGBUILD
(from rev 132345, chrony/trunk/PKGBUILD)
chrony/repos/community-i686/chrony.install
(from rev 132345, chrony/trunk/chrony.install)
chrony/repos/community-i686/service
(from rev 132345, chrony/trunk/service)
chrony/repos/community-x86_64/PKGBUILD
(from rev 132345, chrony/trunk/PKGBUILD)
chrony/repos/community-x86_64/chrony.install
(from rev 132345, chrony/trunk/chrony.install)
chrony/repos/community-x86_64/service
(from rev 132345, 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 | 106 ++++++++++++++++++++++++++++++++++++++
/chrony.install | 64 ++++++++++++++++++++++
/service | 24 ++++++++
community-i686/PKGBUILD | 57 --------------------
community-i686/chrony.install | 32 -----------
community-i686/service | 12 ----
community-x86_64/PKGBUILD | 57 --------------------
community-x86_64/chrony.install | 32 -----------
community-x86_64/service | 12 ----
9 files changed, 194 insertions(+), 202 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-i686/PKGBUILD 2015-04-27 19:12:10 UTC (rev 132346)
@@ -1,57 +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=1.31.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')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
- service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
- 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
- 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348'
- 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|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.example" "$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"
-
- chown 183:183 "$pkgdir/var/lib/chrony"
-}
Copied: chrony/repos/community-i686/PKGBUILD (from rev 132345, chrony/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-27 19:12:10 UTC (rev 132346)
@@ -0,0 +1,53 @@
+# $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.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')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+ service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+ 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|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.example1" "$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"
+
+ chown 183:183 "$pkgdir/var/lib/chrony"
+}
Deleted: community-i686/chrony.install
===================================================================
--- community-i686/chrony.install 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-i686/chrony.install 2015-04-27 19:12:10 UTC (rev 132346)
@@ -1,32 +0,0 @@
-infodir=usr/share/info
-filelist=(chrony.info)
-
-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
-
- [[ -x usr/bin/install-info ]] || return 0
- for file in "${filelist[@]}"; do
- install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
- done
-}
-
-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
-
- [[ -x usr/bin/install-info ]] || return 0
- for file in "${filelist[@]}"; do
- install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
- done
-}
-
-pre_remove() {
- [[ -x usr/bin/install-info ]] || return 0
- for file in "${filelist[@]}"; do
- install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
- done
-}
Copied: chrony/repos/community-i686/chrony.install (from rev 132345, chrony/trunk/chrony.install)
===================================================================
--- community-i686/chrony.install (rev 0)
+++ community-i686/chrony.install 2015-04-27 19:12:10 UTC (rev 132346)
@@ -0,0 +1,32 @@
+infodir=usr/share/info
+filelist=(chrony.info)
+
+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
+
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
+
+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
+
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
+
+pre_remove() {
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
Deleted: community-i686/service
===================================================================
--- community-i686/service 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-i686/service 2015-04-27 19:12:10 UTC (rev 132346)
@@ -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 132345, chrony/trunk/service)
===================================================================
--- community-i686/service (rev 0)
+++ community-i686/service 2015-04-27 19:12:10 UTC (rev 132346)
@@ -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 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-x86_64/PKGBUILD 2015-04-27 19:12:10 UTC (rev 132346)
@@ -1,57 +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=1.31.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')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
- service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
- 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
- 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348'
- 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|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.example" "$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"
-
- chown 183:183 "$pkgdir/var/lib/chrony"
-}
Copied: chrony/repos/community-x86_64/PKGBUILD (from rev 132345, chrony/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-27 19:12:10 UTC (rev 132346)
@@ -0,0 +1,53 @@
+# $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.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')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+ service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+ 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|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.example1" "$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"
+
+ chown 183:183 "$pkgdir/var/lib/chrony"
+}
Deleted: community-x86_64/chrony.install
===================================================================
--- community-x86_64/chrony.install 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-x86_64/chrony.install 2015-04-27 19:12:10 UTC (rev 132346)
@@ -1,32 +0,0 @@
-infodir=usr/share/info
-filelist=(chrony.info)
-
-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
-
- [[ -x usr/bin/install-info ]] || return 0
- for file in "${filelist[@]}"; do
- install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
- done
-}
-
-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
-
- [[ -x usr/bin/install-info ]] || return 0
- for file in "${filelist[@]}"; do
- install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
- done
-}
-
-pre_remove() {
- [[ -x usr/bin/install-info ]] || return 0
- for file in "${filelist[@]}"; do
- install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
- done
-}
Copied: chrony/repos/community-x86_64/chrony.install (from rev 132345, chrony/trunk/chrony.install)
===================================================================
--- community-x86_64/chrony.install (rev 0)
+++ community-x86_64/chrony.install 2015-04-27 19:12:10 UTC (rev 132346)
@@ -0,0 +1,32 @@
+infodir=usr/share/info
+filelist=(chrony.info)
+
+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
+
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
+
+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
+
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
+
+pre_remove() {
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service 2015-04-27 19:11:55 UTC (rev 132345)
+++ community-x86_64/service 2015-04-27 19:12:10 UTC (rev 132346)
@@ -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 132345, chrony/trunk/service)
===================================================================
--- community-x86_64/service (rev 0)
+++ community-x86_64/service 2015-04-27 19:12:10 UTC (rev 132346)
@@ -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