[arch-commits] Commit in haveged/repos (8 files)
Gaetan Bisson
bisson at nymeria.archlinux.org
Fri Oct 25 01:13:10 UTC 2013
Date: Friday, October 25, 2013 @ 03:13:09
Author: bisson
Revision: 99131
archrelease: copy trunk to community-i686, community-x86_64
Added:
haveged/repos/community-i686/PKGBUILD
(from rev 99130, haveged/trunk/PKGBUILD)
haveged/repos/community-i686/service
(from rev 99130, haveged/trunk/service)
haveged/repos/community-x86_64/PKGBUILD
(from rev 99130, haveged/trunk/PKGBUILD)
haveged/repos/community-x86_64/service
(from rev 99130, 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 | 34 ----------------------
community-i686/service | 11 -------
community-x86_64/PKGBUILD | 34 ----------------------
community-x86_64/service | 11 -------
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-25 01:12:33 UTC (rev 99130)
+++ community-i686/PKGBUILD 2013-10-25 01:13:09 UTC (rev 99131)
@@ -1,34 +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.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
-}
Copied: haveged/repos/community-i686/PKGBUILD (from rev 99130, haveged/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 01:13:09 UTC (rev 99131)
@@ -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=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=('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-10-25 01:12:33 UTC (rev 99130)
+++ community-i686/service 2013-10-25 01:13:09 UTC (rev 99131)
@@ -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 99130, haveged/trunk/service)
===================================================================
--- community-i686/service (rev 0)
+++ community-i686/service 2013-10-25 01:13:09 UTC (rev 99131)
@@ -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-10-25 01:12:33 UTC (rev 99130)
+++ community-x86_64/PKGBUILD 2013-10-25 01:13:09 UTC (rev 99131)
@@ -1,34 +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.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
-}
Copied: haveged/repos/community-x86_64/PKGBUILD (from rev 99130, haveged/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-25 01:13:09 UTC (rev 99131)
@@ -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=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=('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-10-25 01:12:33 UTC (rev 99130)
+++ community-x86_64/service 2013-10-25 01:13:09 UTC (rev 99131)
@@ -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 99130, haveged/trunk/service)
===================================================================
--- community-x86_64/service (rev 0)
+++ community-x86_64/service 2013-10-25 01:13:09 UTC (rev 99131)
@@ -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