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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Mar 14 14:36:13 UTC 2013


    Date: Thursday, March 14, 2013 @ 15:36:13
  Author: bpiotrowski
Revision: 86268

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

Added:
  haveged/repos/community-i686/PKGBUILD
    (from rev 86267, haveged/trunk/PKGBUILD)
  haveged/repos/community-i686/haveged-1.7-build.patch
    (from rev 86267, haveged/trunk/haveged-1.7-build.patch)
  haveged/repos/community-i686/service
    (from rev 86267, haveged/trunk/service)
  haveged/repos/community-x86_64/PKGBUILD
    (from rev 86267, haveged/trunk/PKGBUILD)
  haveged/repos/community-x86_64/haveged-1.7-build.patch
    (from rev 86267, haveged/trunk/haveged-1.7-build.patch)
  haveged/repos/community-x86_64/service
    (from rev 86267, haveged/trunk/service)
Deleted:
  haveged/repos/community-i686/PKGBUILD
  haveged/repos/community-i686/haveged-1.7-build.patch
  haveged/repos/community-i686/service
  haveged/repos/community-x86_64/PKGBUILD
  haveged/repos/community-x86_64/haveged-1.7-build.patch
  haveged/repos/community-x86_64/service

------------------------------------------+
 community-i686/PKGBUILD                  |   63 ++++++++++++++---------------
 community-i686/haveged-1.7-build.patch   |   26 +++++------
 community-i686/service                   |   22 +++++-----
 community-x86_64/PKGBUILD                |   63 ++++++++++++++---------------
 community-x86_64/haveged-1.7-build.patch |   26 +++++------
 community-x86_64/service                 |   22 +++++-----
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-14 14:35:55 UTC (rev 86267)
+++ community-i686/PKGBUILD	2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,31 +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.7a
-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)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-            '85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$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 86267, haveged/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,32 @@
+# $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=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)
+sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
+            '85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$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/haveged-1.7-build.patch
===================================================================
--- community-i686/haveged-1.7-build.patch	2013-03-14 14:35:55 UTC (rev 86267)
+++ community-i686/haveged-1.7-build.patch	2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,13 +0,0 @@
-Index: haveged-1.7/src/Makefile.am
-===================================================================
---- haveged-1.7.orig/src/Makefile.am
-+++ haveged-1.7/src/Makefile.am
-@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
- 
- haveged_SOURCES = haveged.c haveged.h
- 
--haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
-+haveged_LDADD = @HA_LDFLAGS@ libhavege.la
- ##libtool_end##
- 
- MAINTAINERCLEANFILES = Makefile.in

Copied: haveged/repos/community-i686/haveged-1.7-build.patch (from rev 86267, haveged/trunk/haveged-1.7-build.patch)
===================================================================
--- community-i686/haveged-1.7-build.patch	                        (rev 0)
+++ community-i686/haveged-1.7-build.patch	2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,13 @@
+Index: haveged-1.7/src/Makefile.am
+===================================================================
+--- haveged-1.7.orig/src/Makefile.am
++++ haveged-1.7/src/Makefile.am
+@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
+ 
+ haveged_SOURCES = haveged.c haveged.h
+ 
+-haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
++haveged_LDADD = @HA_LDFLAGS@ libhavege.la
+ ##libtool_end##
+ 
+ MAINTAINERCLEANFILES = Makefile.in

Deleted: community-i686/service
===================================================================
--- community-i686/service	2013-03-14 14:35:55 UTC (rev 86267)
+++ community-i686/service	2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: haveged/repos/community-i686/service (from rev 86267, haveged/trunk/service)
===================================================================
--- community-i686/service	                        (rev 0)
+++ community-i686/service	2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/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-03-14 14:35:55 UTC (rev 86267)
+++ community-x86_64/PKGBUILD	2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,31 +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.7a
-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)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-            '85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$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 86267, haveged/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,32 @@
+# $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=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)
+sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
+            '85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$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/haveged-1.7-build.patch
===================================================================
--- community-x86_64/haveged-1.7-build.patch	2013-03-14 14:35:55 UTC (rev 86267)
+++ community-x86_64/haveged-1.7-build.patch	2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,13 +0,0 @@
-Index: haveged-1.7/src/Makefile.am
-===================================================================
---- haveged-1.7.orig/src/Makefile.am
-+++ haveged-1.7/src/Makefile.am
-@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
- 
- haveged_SOURCES = haveged.c haveged.h
- 
--haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
-+haveged_LDADD = @HA_LDFLAGS@ libhavege.la
- ##libtool_end##
- 
- MAINTAINERCLEANFILES = Makefile.in

Copied: haveged/repos/community-x86_64/haveged-1.7-build.patch (from rev 86267, haveged/trunk/haveged-1.7-build.patch)
===================================================================
--- community-x86_64/haveged-1.7-build.patch	                        (rev 0)
+++ community-x86_64/haveged-1.7-build.patch	2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,13 @@
+Index: haveged-1.7/src/Makefile.am
+===================================================================
+--- haveged-1.7.orig/src/Makefile.am
++++ haveged-1.7/src/Makefile.am
+@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
+ 
+ haveged_SOURCES = haveged.c haveged.h
+ 
+-haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
++haveged_LDADD = @HA_LDFLAGS@ libhavege.la
+ ##libtool_end##
+ 
+ MAINTAINERCLEANFILES = Makefile.in

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2013-03-14 14:35:55 UTC (rev 86267)
+++ community-x86_64/service	2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: haveged/repos/community-x86_64/service (from rev 86267, haveged/trunk/service)
===================================================================
--- community-x86_64/service	                        (rev 0)
+++ community-x86_64/service	2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/haveged -w 1024 -v 1
+PIDFile=/var/run/haveged.pid
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list