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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jan 14 21:35:43 UTC 2015


    Date: Wednesday, January 14, 2015 @ 22:35:43
  Author: bpiotrowski
Revision: 229004

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

Added:
  haveged/repos/extra-i686/PKGBUILD
    (from rev 229003, haveged/trunk/PKGBUILD)
  haveged/repos/extra-i686/service
    (from rev 229003, haveged/trunk/service)
  haveged/repos/extra-x86_64/PKGBUILD
    (from rev 229003, haveged/trunk/PKGBUILD)
  haveged/repos/extra-x86_64/service
    (from rev 229003, haveged/trunk/service)
Deleted:
  haveged/repos/extra-i686/PKGBUILD
  haveged/repos/extra-i686/service
  haveged/repos/extra-x86_64/PKGBUILD
  haveged/repos/extra-x86_64/service

-----------------------+
 /PKGBUILD             |   56 ++++++++++++++++++++++++++++++++++++++++++++++++
 /service              |   20 +++++++++++++++++
 extra-i686/PKGBUILD   |   28 ------------------------
 extra-i686/service    |   11 ---------
 extra-x86_64/PKGBUILD |   28 ------------------------
 extra-x86_64/service  |   11 ---------
 6 files changed, 76 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-i686/PKGBUILD	2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: kfgz <kfgz at interia dot pl>
-# Contributor: pootzko <pootzko at gmail dot com>
-
-pkgname=haveged
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
-        service)
-md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
-         '777c7ac7fa145c03fca3ba9dcd4501de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/extra-i686/PKGBUILD (from rev 229003, haveged/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-01-14 21:35:43 UTC (rev 229004)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=2
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+source=($url/$pkgname-$pkgver.tar.gz
+        service)
+md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
+         '5b1afbd842300ff8dba0dfccef76514b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Deleted: extra-i686/service
===================================================================
--- extra-i686/service	2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-i686/service	2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: haveged/repos/extra-i686/service (from rev 229003, haveged/trunk/service)
===================================================================
--- extra-i686/service	                        (rev 0)
+++ extra-i686/service	2015-01-14 21:35:43 UTC (rev 229004)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-x86_64/PKGBUILD	2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: kfgz <kfgz at interia dot pl>
-# Contributor: pootzko <pootzko at gmail dot com>
-
-pkgname=haveged
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
-        service)
-md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
-         '777c7ac7fa145c03fca3ba9dcd4501de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/extra-x86_64/PKGBUILD (from rev 229003, haveged/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-14 21:35:43 UTC (rev 229004)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=2
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+source=($url/$pkgname-$pkgver.tar.gz
+        service)
+md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
+         '5b1afbd842300ff8dba0dfccef76514b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm644 service "$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Deleted: extra-x86_64/service
===================================================================
--- extra-x86_64/service	2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-x86_64/service	2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: haveged/repos/extra-x86_64/service (from rev 229003, haveged/trunk/service)
===================================================================
--- extra-x86_64/service	                        (rev 0)
+++ extra-x86_64/service	2015-01-14 21:35:43 UTC (rev 229004)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list