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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Apr 15 05:49:04 UTC 2014


    Date: Tuesday, April 15, 2014 @ 07:49:04
  Author: bpiotrowski
Revision: 210569

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

Added:
  haveged/repos/extra-i686/PKGBUILD
    (from rev 210568, haveged/trunk/PKGBUILD)
  haveged/repos/extra-i686/service
    (from rev 210568, haveged/trunk/service)
  haveged/repos/extra-x86_64/PKGBUILD
    (from rev 210568, haveged/trunk/PKGBUILD)
  haveged/repos/extra-x86_64/service
    (from rev 210568, 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              |   22 ++++++++++++++++++
 extra-i686/PKGBUILD   |   32 ---------------------------
 extra-i686/service    |   11 ---------
 extra-x86_64/PKGBUILD |   32 ---------------------------
 extra-x86_64/service  |   11 ---------
 6 files changed, 78 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-04-15 05:48:54 UTC (rev 210568)
+++ extra-i686/PKGBUILD	2014-04-15 05:49:04 UTC (rev 210569)
@@ -1,32 +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.8
-_pkgver=${pkgver/.c/c}
-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=('e0034fd8a645b7499157a31a3e3b224d'
-         '777c7ac7fa145c03fca3ba9dcd4501de')
-
-build() {
-  cd $pkgname-$_pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/service \
-    "$pkgdir"/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/extra-i686/PKGBUILD (from rev 210568, haveged/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-04-15 05:49:04 UTC (rev 210569)
@@ -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=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
+}

Deleted: extra-i686/service
===================================================================
--- extra-i686/service	2014-04-15 05:48:54 UTC (rev 210568)
+++ extra-i686/service	2014-04-15 05:49:04 UTC (rev 210569)
@@ -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 210568, haveged/trunk/service)
===================================================================
--- extra-i686/service	                        (rev 0)
+++ extra-i686/service	2014-04-15 05:49:04 UTC (rev 210569)
@@ -0,0 +1,11 @@
+[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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-04-15 05:48:54 UTC (rev 210568)
+++ extra-x86_64/PKGBUILD	2014-04-15 05:49:04 UTC (rev 210569)
@@ -1,32 +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.8
-_pkgver=${pkgver/.c/c}
-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=('e0034fd8a645b7499157a31a3e3b224d'
-         '777c7ac7fa145c03fca3ba9dcd4501de')
-
-build() {
-  cd $pkgname-$_pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/service \
-    "$pkgdir"/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/extra-x86_64/PKGBUILD (from rev 210568, haveged/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-04-15 05:49:04 UTC (rev 210569)
@@ -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=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
+}

Deleted: extra-x86_64/service
===================================================================
--- extra-x86_64/service	2014-04-15 05:48:54 UTC (rev 210568)
+++ extra-x86_64/service	2014-04-15 05:49:04 UTC (rev 210569)
@@ -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 210568, haveged/trunk/service)
===================================================================
--- extra-x86_64/service	                        (rev 0)
+++ extra-x86_64/service	2014-04-15 05:49:04 UTC (rev 210569)
@@ -0,0 +1,11 @@
+[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




More information about the arch-commits mailing list