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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jun 18 08:41:07 UTC 2013


    Date: Tuesday, June 18, 2013 @ 10:41:07
  Author: bpiotrowski
Revision: 92888

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 /service                  |   22 ++++++++++++++
 community-i686/PKGBUILD   |   33 ---------------------
 community-i686/service    |   11 -------
 community-x86_64/PKGBUILD |   33 ---------------------
 community-x86_64/service  |   11 -------
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-18 08:40:52 UTC (rev 92887)
+++ community-i686/PKGBUILD	2013-06-18 08:41:07 UTC (rev 92888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: kfgz <kfgz at interia dot pl>
-# Contributor: pootzko <pootzko at gmail dot com>
-
-pkgname=haveged
-pkgver=1.7.a
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=($url/$pkgname-$_pkgver.tar.gz
-        service)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-            'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
-
-build() {
-  cd $pkgname-$_pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -rf $pkgdir/etc/init.d
-  install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/community-i686/PKGBUILD (from rev 92887, haveged/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-18 08:41:07 UTC (rev 92888)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.7.c
+_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')
+options=('!libtool')
+source=($url/$pkgname-$_pkgver.tar.gz
+        service)
+sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee699994e645531bf121'
+            'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
+
+build() {
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "$pkgdir"/etc/init.d
+  install -D -m644 "$srcdir"/service \
+    "$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Deleted: community-i686/service
===================================================================
--- community-i686/service	2013-06-18 08:40:52 UTC (rev 92887)
+++ community-i686/service	2013-06-18 08:41:07 UTC (rev 92888)
@@ -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/community-i686/service (from rev 92887, haveged/trunk/service)
===================================================================
--- community-i686/service	                        (rev 0)
+++ community-i686/service	2013-06-18 08:41:07 UTC (rev 92888)
@@ -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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-18 08:40:52 UTC (rev 92887)
+++ community-x86_64/PKGBUILD	2013-06-18 08:41:07 UTC (rev 92888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: kfgz <kfgz at interia dot pl>
-# Contributor: pootzko <pootzko at gmail dot com>
-
-pkgname=haveged
-pkgver=1.7.a
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=($url/$pkgname-$_pkgver.tar.gz
-        service)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-            'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
-
-build() {
-  cd $pkgname-$_pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -rf $pkgdir/etc/init.d
-  install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/community-x86_64/PKGBUILD (from rev 92887, haveged/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-18 08:41:07 UTC (rev 92888)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.7.c
+_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')
+options=('!libtool')
+source=($url/$pkgname-$_pkgver.tar.gz
+        service)
+sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee699994e645531bf121'
+            'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
+
+build() {
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "$pkgdir"/etc/init.d
+  install -D -m644 "$srcdir"/service \
+    "$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2013-06-18 08:40:52 UTC (rev 92887)
+++ community-x86_64/service	2013-06-18 08:41:07 UTC (rev 92888)
@@ -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/community-x86_64/service (from rev 92887, haveged/trunk/service)
===================================================================
--- community-x86_64/service	                        (rev 0)
+++ community-x86_64/service	2013-06-18 08:41:07 UTC (rev 92888)
@@ -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