[arch-commits] Commit in openntpd/repos (20 files)

2015-01-08 Thread Jelle van der Waa
Date: Friday, January 9, 2015 @ 08:52:49
  Author: jelle
Revision: 125642

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

Added:
  openntpd/repos/community-i686/PKGBUILD
(from rev 125641, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-i686/linux-adjtimex.patch
(from rev 125641, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-i686/openntpd.install
(from rev 125641, openntpd/trunk/openntpd.install)
  openntpd/repos/community-i686/openntpd.service
(from rev 125641, openntpd/trunk/openntpd.service)
  openntpd/repos/community-i686/openntpd.tmpfiles
(from rev 125641, openntpd/trunk/openntpd.tmpfiles)
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 125641, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/linux-adjtimex.patch
(from rev 125641, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-x86_64/openntpd.install
(from rev 125641, openntpd/trunk/openntpd.install)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 125641, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/openntpd.tmpfiles
(from rev 125641, openntpd/trunk/openntpd.tmpfiles)
Deleted:
  openntpd/repos/community-i686/PKGBUILD
  openntpd/repos/community-i686/linux-adjtimex.patch
  openntpd/repos/community-i686/openntpd.install
  openntpd/repos/community-i686/openntpd.service
  openntpd/repos/community-i686/openntpd.tmpfiles
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/linux-adjtimex.patch
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service
  openntpd/repos/community-x86_64/openntpd.tmpfiles

---+
 /PKGBUILD |  110 ++
 /linux-adjtimex.patch |  336 
 /openntpd.install |   30 ++
 /openntpd.service |   20 +
 /openntpd.tmpfiles|2 
 community-i686/PKGBUILD   |   63 --
 community-i686/linux-adjtimex.patch   |  168 
 community-i686/openntpd.install   |   15 -
 community-i686/openntpd.service   |   10 
 community-i686/openntpd.tmpfiles  |1 
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/linux-adjtimex.patch |  168 
 community-x86_64/openntpd.install |   15 -
 community-x86_64/openntpd.service |   10 
 community-x86_64/openntpd.tmpfiles|1 
 15 files changed, 498 insertions(+), 514 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-09 06:23:12 UTC (rev 125641)
+++ community-i686/PKGBUILD 2015-01-09 07:52:49 UTC (rev 125642)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=3.9p1
-pkgrel=24
-pkgdesc='Free, easy to use implementation of the Network Time Protocol.'
-url='http://www.openntpd.org/'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-install=$pkgname.install
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz";
- 'linux-adjtimex.patch'
-'openntpd.tmpfiles'
-'openntpd.service')
-sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49'
-'3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2'
-'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
-'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
-
-prepare() {
-  patch -Np1 -d $pkgname-$pkgver < linux-adjtimex.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---with-privsep-path=/run/openntpd/ \
---with-adjtimex
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
-  sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf"
-
-  install -d -o 87 -g 87 "$pkgdir/var/lib/ntp"
-  install -Dm644 "$srcdir/openntpd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/openntpd.conf"
-  install -Dm644 "$srcdir/openntpd.service" 
"$pkgdir/usr/lib/systemd/system/openntpd.service"
-
-  # avoid conflict with filesystem>=2012.06
-  rm -r "$pkgdir/run"
-
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openntpd/repos/community-i686/PKGBUILD (from rev 125641, 
openntpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

[arch-commits] Commit in openntpd/repos (20 files)

2014-01-09 Thread Balló György
Date: Thursday, January 9, 2014 @ 17:10:15
  Author: bgyorgy
Revision: 103685

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

Added:
  openntpd/repos/community-i686/PKGBUILD
(from rev 103684, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-i686/linux-adjtimex.patch
(from rev 103684, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-i686/openntpd.install
(from rev 103684, openntpd/trunk/openntpd.install)
  openntpd/repos/community-i686/openntpd.service
(from rev 103684, openntpd/trunk/openntpd.service)
  openntpd/repos/community-i686/openntpd.tmpfiles
(from rev 103684, openntpd/trunk/openntpd.tmpfiles)
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 103684, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/linux-adjtimex.patch
(from rev 103684, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-x86_64/openntpd.install
(from rev 103684, openntpd/trunk/openntpd.install)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 103684, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/openntpd.tmpfiles
(from rev 103684, openntpd/trunk/openntpd.tmpfiles)
Deleted:
  openntpd/repos/community-i686/PKGBUILD
  openntpd/repos/community-i686/linux-adjtimex.patch
  openntpd/repos/community-i686/openntpd.install
  openntpd/repos/community-i686/openntpd.service
  openntpd/repos/community-i686/openntpd.tmpfiles
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/linux-adjtimex.patch
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service
  openntpd/repos/community-x86_64/openntpd.tmpfiles

---+
 /PKGBUILD |  126 
 /linux-adjtimex.patch |  336 
 /openntpd.install |   30 ++
 /openntpd.service |   20 +
 /openntpd.tmpfiles|2 
 community-i686/PKGBUILD   |   63 --
 community-i686/linux-adjtimex.patch   |  168 
 community-i686/openntpd.install   |   15 -
 community-i686/openntpd.service   |   10 
 community-i686/openntpd.tmpfiles  |1 
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/linux-adjtimex.patch |  168 
 community-x86_64/openntpd.install |   15 -
 community-x86_64/openntpd.service |   10 
 community-x86_64/openntpd.tmpfiles|1 
 15 files changed, 514 insertions(+), 514 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-09 16:10:04 UTC (rev 103684)
+++ community-i686/PKGBUILD 2014-01-09 16:10:15 UTC (rev 103685)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=3.9p1
-pkgrel=23
-pkgdesc='Free, easy to use implementation of the Network Time Protocol.'
-url='http://www.openntpd.org/'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-install=$pkgname.install
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz";
- 'linux-adjtimex.patch'
-'openntpd.tmpfiles'
-'openntpd.service')
-sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49'
-'3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2'
-'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
-'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
-
-prepare() {
-  patch -Np1 -d $pkgname-$pkgver < linux-adjtimex.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---with-privsep-path=/run/openntpd/ \
---with-adjtimex
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
-  sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf"
-
-  install -d -o 87 "pkgdir/var/lib/ntp"
-  install -Dm644 "$srcdir/openntpd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/openntpd.conf"
-  install -Dm644 "$srcdir/openntpd.service" 
"$pkgdir/usr/lib/systemd/system/openntpd.service"
-
-  # avoid conflict with filesystem>=2012.06
-  rm -r "$pkgdir/run"
-
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openntpd/repos/community-i686/PKGBUILD (from rev 103684, 
openntpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

[arch-commits] Commit in openntpd/repos (20 files)

2014-01-08 Thread Balló György
Date: Wednesday, January 8, 2014 @ 19:14:53
  Author: bgyorgy
Revision: 103646

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

Added:
  openntpd/repos/community-i686/PKGBUILD
(from rev 103645, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-i686/linux-adjtimex.patch
(from rev 103645, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-i686/openntpd.install
(from rev 103645, openntpd/trunk/openntpd.install)
  openntpd/repos/community-i686/openntpd.service
(from rev 103645, openntpd/trunk/openntpd.service)
  openntpd/repos/community-i686/openntpd.tmpfiles
(from rev 103645, openntpd/trunk/openntpd.tmpfiles)
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 103645, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/linux-adjtimex.patch
(from rev 103645, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-x86_64/openntpd.install
(from rev 103645, openntpd/trunk/openntpd.install)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 103645, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/openntpd.tmpfiles
(from rev 103645, openntpd/trunk/openntpd.tmpfiles)
Deleted:
  openntpd/repos/community-i686/PKGBUILD
  openntpd/repos/community-i686/linux-adjtimex.patch
  openntpd/repos/community-i686/openntpd.install
  openntpd/repos/community-i686/openntpd.service
  openntpd/repos/community-i686/openntpd.tmpfiles
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/linux-adjtimex.patch
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service
  openntpd/repos/community-x86_64/openntpd.tmpfiles

---+
 /PKGBUILD |  126 
 /linux-adjtimex.patch |  336 
 /openntpd.install |   30 ++
 /openntpd.service |   20 +
 /openntpd.tmpfiles|2 
 community-i686/PKGBUILD   |   62 -
 community-i686/linux-adjtimex.patch   |  168 
 community-i686/openntpd.install   |   15 -
 community-i686/openntpd.service   |   10 
 community-i686/openntpd.tmpfiles  |1 
 community-x86_64/PKGBUILD |   62 -
 community-x86_64/linux-adjtimex.patch |  168 
 community-x86_64/openntpd.install |   15 -
 community-x86_64/openntpd.service |   10 
 community-x86_64/openntpd.tmpfiles|1 
 15 files changed, 514 insertions(+), 512 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-08 18:14:42 UTC (rev 103645)
+++ community-i686/PKGBUILD 2014-01-08 18:14:53 UTC (rev 103646)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=3.9p1
-pkgrel=22
-pkgdesc='Free, easy to use implementation of the Network Time Protocol.'
-url='http://www.openntpd.org/'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-install=$pkgname.install
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz";
- 'linux-adjtimex.patch'
-'openntpd.tmpfiles'
-'openntpd.service')
-sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49'
-'3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2'
-'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
-'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
-
-prepare() {
-  patch -Np1 -d $pkgname-$pkgver < linux-adjtimex.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---with-privsep-path=/run/openntpd/ \
---with-adjtimex
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
-  sed -i 's/\*/0.0.0.0/' $pkgdir/etc/ntpd.conf
-
-  install -Dm644 "$srcdir/openntpd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/openntpd.conf"
-  install -Dm644 "$srcdir/openntpd.service" 
"$pkgdir/usr/lib/systemd/system/openntpd.service"
-
-  # avoid conflict with filesystem>=2012.06
-  rm -r "$pkgdir/run"
-
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openntpd/repos/community-i686/PKGBUILD (from rev 103645, 
openntpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ comm