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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 12 06:27:41 UTC 2013


    Date: Sunday, May 12, 2013 @ 08:27:41
  Author: bpiotrowski
Revision: 90384

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

Added:
  haveged/repos/community-i686/PKGBUILD
    (from rev 90383, haveged/trunk/PKGBUILD)
  haveged/repos/community-i686/service
    (from rev 90383, haveged/trunk/service)
  haveged/repos/community-x86_64/PKGBUILD
    (from rev 90383, haveged/trunk/PKGBUILD)
  haveged/repos/community-x86_64/service
    (from rev 90383, 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

------------------------------------------+
 /PKGBUILD                                |   66 +++++++++++++++++++++++++++++
 /service                                 |   22 +++++++++
 community-i686/PKGBUILD                  |   32 --------------
 community-i686/haveged-1.7-build.patch   |   13 -----
 community-i686/service                   |   11 ----
 community-x86_64/PKGBUILD                |   32 --------------
 community-x86_64/haveged-1.7-build.patch |   13 -----
 community-x86_64/service                 |   11 ----
 8 files changed, 88 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-12 06:27:31 UTC (rev 90383)
+++ community-i686/PKGBUILD	2013-05-12 06:27:41 UTC (rev 90384)
@@ -1,32 +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=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 90383, haveged/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-12 06:27:41 UTC (rev 90384)
@@ -0,0 +1,33 @@
+# $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
+}

Deleted: community-i686/haveged-1.7-build.patch
===================================================================
--- community-i686/haveged-1.7-build.patch	2013-05-12 06:27:31 UTC (rev 90383)
+++ community-i686/haveged-1.7-build.patch	2013-05-12 06:27:41 UTC (rev 90384)
@@ -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

Deleted: community-i686/service
===================================================================
--- community-i686/service	2013-05-12 06:27:31 UTC (rev 90383)
+++ community-i686/service	2013-05-12 06:27:41 UTC (rev 90384)
@@ -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 90383, haveged/trunk/service)
===================================================================
--- community-i686/service	                        (rev 0)
+++ community-i686/service	2013-05-12 06:27:41 UTC (rev 90384)
@@ -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-05-12 06:27:31 UTC (rev 90383)
+++ community-x86_64/PKGBUILD	2013-05-12 06:27:41 UTC (rev 90384)
@@ -1,32 +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=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 90383, haveged/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-12 06:27:41 UTC (rev 90384)
@@ -0,0 +1,33 @@
+# $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
+}

Deleted: community-x86_64/haveged-1.7-build.patch
===================================================================
--- community-x86_64/haveged-1.7-build.patch	2013-05-12 06:27:31 UTC (rev 90383)
+++ community-x86_64/haveged-1.7-build.patch	2013-05-12 06:27:41 UTC (rev 90384)
@@ -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

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2013-05-12 06:27:31 UTC (rev 90383)
+++ community-x86_64/service	2013-05-12 06:27:41 UTC (rev 90384)
@@ -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 90383, haveged/trunk/service)
===================================================================
--- community-x86_64/service	                        (rev 0)
+++ community-x86_64/service	2013-05-12 06:27:41 UTC (rev 90384)
@@ -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