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

2014-01-31 Thread Daniel Micay
Date: Saturday, February 1, 2014 @ 00:52:20
  Author: thestinger
Revision: 105122

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-31 23:51:16 UTC (rev 105121)
+++ community-i686/PKGBUILD 2014-01-31 23:52:20 UTC (rev 105122)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.29
-pkgrel=2
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  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
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 105121, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-31 23:52:20 UTC (rev 105122)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.29.1
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  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
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2014-01-31 23:51:16 UTC (rev 105121)
+++ community-i686/service  2014-01-31 23:52:20 UTC (rev 105122)
@@ -1,11 +0,0 @@

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

2013-10-28 Thread Daniel Micay
Date: Tuesday, October 29, 2013 @ 01:06:24
  Author: thestinger
Revision: 99445

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-29 00:05:32 UTC (rev 99444)
+++ community-i686/PKGBUILD 2013-10-29 00:06:24 UTC (rev 99445)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.29
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ 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
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 99444, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-29 00:06:24 UTC (rev 99445)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.29
+pkgrel=2
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  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
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-10-29 00:05:32 UTC (rev 99444)
+++ community-i686/service  2013-10-29 00:06:24 UTC 

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

2013-08-08 Thread Daniel Micay
Date: Friday, August 9, 2013 @ 04:41:57
  Author: thestinger
Revision: 95307

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 02:41:20 UTC (rev 95306)
+++ community-i686/PKGBUILD 2013-08-09 02:41:57 UTC (rev 95307)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.28
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('7adc34e77c5b5ffdf274adad54de503a34386f6b483c45e1a723751763c04364'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ 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
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 95306, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 02:41:57 UTC (rev 95307)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.29
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ 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
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-08-09 02:41:20 UTC (rev 95306)
+++ 

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

2013-07-17 Thread Daniel Micay
Date: Thursday, July 18, 2013 @ 02:42:27
  Author: thestinger
Revision: 94253

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-18 00:41:44 UTC (rev 94252)
+++ community-i686/PKGBUILD 2013-07-18 00:42:27 UTC (rev 94253)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.27
-pkgrel=4
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip !emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ 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
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 94252, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-18 00:42:27 UTC (rev 94253)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.28
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('7adc34e77c5b5ffdf274adad54de503a34386f6b483c45e1a723751763c04364'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ 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
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-07-18 00:41:44 UTC (rev 94252)
+++ 

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

2013-06-03 Thread Daniel Micay
Date: Monday, June 3, 2013 @ 16:08:59
  Author: thestinger
Revision: 92287

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 14:08:12 UTC (rev 92286)
+++ community-i686/PKGBUILD 2013-06-03 14:08:59 UTC (rev 92287)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.27
-pkgrel=3
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ 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
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 92286, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 14:08:59 UTC (rev 92287)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=4
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip !emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ 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
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-06-03 14:08:12 UTC (rev 92286)
+++ community-i686/service  

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

2013-05-11 Thread Daniel Micay
Date: Sunday, May 12, 2013 @ 06:56:34
  Author: thestinger
Revision: 90367

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

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

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   45 
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   45 
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 04:56:00 UTC (rev 90366)
+++ community-i686/PKGBUILD 2013-05-12 04:56:34 UTC (rev 90367)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer:  Daniel Micay danielmi...@gmail.com
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.27
-pkgrel=2
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -ie '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
-$pkgdir/etc/chrony.conf
-
-  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 90366, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 04:56:34 UTC (rev 90367)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=3
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=('strip')
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ 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
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-05-12 04:56:00 UTC (rev 90366)
+++ community-i686/service  2013-05-12 04:56:34 UTC (rev 90367)
@@ -1,11 +0,0 @@
-[Unit]

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

2013-03-02 Thread Daniel Micay
Date: Saturday, March 2, 2013 @ 09:05:25
  Author: thestinger
Revision: 85509

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

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

---+
 community-i686/PKGBUILD   |   84 +++-
 community-i686/service|   22 +--
 community-x86_64/PKGBUILD |   84 +++-
 community-x86_64/service  |   22 +--
 4 files changed, 112 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-02 08:04:30 UTC (rev 85508)
+++ community-i686/PKGBUILD 2013-03-02 08:05:25 UTC (rev 85509)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.27
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver 
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 85508, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-02 08:05:25 UTC (rev 85509)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer:  Daniel Micay danielmi...@gmail.com
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=2
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=('strip')
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+'b4f68b335820b6a8429591750da294e5a9fafc1e8f6af8d865f6604516ecb306')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -ie '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
+$pkgdir/etc/chrony.conf
+
+  install -Dm644  $srcdir/service $pkgdir/usr/lib/systemd/system/chrony.service
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-03-02 08:04:30 UTC (rev 85508)
+++ community-i686/service  2013-03-02 08:05:25 UTC (rev 85509)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Chrony Network Time Daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/chronyd
-PIDFile=/var/run/chronyd.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: chrony/repos/community-i686/service (from rev 85508, 
chrony/trunk/service)
===
---