[arch-commits] Commit in bonnie++/repos/community-x86_64 (4 files)

Jelle van der Waa jelle at archlinux.org
Tue Jan 9 17:02:22 UTC 2018


    Date: Tuesday, January 9, 2018 @ 17:02:19
  Author: jelle
Revision: 280713

archrelease: copy trunk to community-x86_64

Added:
  bonnie++/repos/community-x86_64/PKGBUILD
    (from rev 280712, bonnie++/trunk/PKGBUILD)
  bonnie++/repos/community-x86_64/move_away_from_sbin.patch
    (from rev 280712, bonnie++/trunk/move_away_from_sbin.patch)
Deleted:
  bonnie++/repos/community-x86_64/PKGBUILD
  bonnie++/repos/community-x86_64/move_away_from_sbin.patch

---------------------------+
 PKGBUILD                  |   66 ++++++++++++++++++++++----------------------
 move_away_from_sbin.patch |   28 +++++++++---------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 17:01:49 UTC (rev 280712)
+++ PKGBUILD	2018-01-09 17:02:19 UTC (rev 280713)
@@ -1,33 +0,0 @@
-# Maintainer: jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=bonnie++
-pkgver=1.97
-pkgrel=2
-pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
-arch=('i686' 'x86_64')
-url="http://www.coker.com.au/bonnie++/"
-license=('GPL')
-depends=('perl')
-source=(http://www.coker.com.au/bonnie++/experimental/$pkgname-$pkgver.tgz)
-md5sums=('d6cf9703242998b2ddc2d875b028b3c6')
-build() {
-  cd $srcdir/${pkgname}-${pkgver}.1
-
-  ./configure --prefix=/usr 
-  sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}.1
-
-  # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
-  sed -i 's/sbin/bin/' Makefile
-  make prefix="${pkgdir}/usr" install
-
-  install -d $pkgdir/usr/share/doc/bonnie++
-  install -Dm644 $srcdir/$pkgname-$pkgver.1/readme.html $pkgdir/usr/share/doc/bonnie++/readme.html
-}
-

Copied: bonnie++/repos/community-x86_64/PKGBUILD (from rev 280712, bonnie++/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-09 17:02:19 UTC (rev 280713)
@@ -0,0 +1,33 @@
+# Maintainer: jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=bonnie++
+pkgver=1.97.3
+pkgrel=1
+pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
+arch=('x86_64')
+url="http://www.coker.com.au/bonnie++/"
+license=('GPL')
+depends=('perl')
+source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('e4be8977e8f7e6d4375a8d1dadda8d9e')
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr 
+  sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
+  sed -i 's/sbin/bin/' Makefile
+  make prefix="${pkgdir}/usr" install
+
+  install -d $pkgdir/usr/share/doc/bonnie++
+  install -Dm644 $srcdir/$pkgname-$pkgver/readme.html $pkgdir/usr/share/doc/bonnie++/readme.html
+}
+

Deleted: move_away_from_sbin.patch
===================================================================
--- move_away_from_sbin.patch	2018-01-09 17:01:49 UTC (rev 280712)
+++ move_away_from_sbin.patch	2018-01-09 17:02:19 UTC (rev 280713)
@@ -1,14 +0,0 @@
-diff -aur bonnie++-1.03e/Makefile bonnie++-1.03ef/Makefile
---- bonnie++-1.03e/Makefile	2013-05-13 08:40:45.122959831 +0000
-+++ bonnie++-1.03ef/Makefile	2013-05-13 08:43:20.365248937 +0000
-@@ -33,8 +33,8 @@
- 	$(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LFLAGS)
- 
- install-bin: $(EXES)
--	mkdir -p $(eprefix)/bin $(eprefix)/sbin
--	${INSTALL} -s $(EXES) $(eprefix)/sbin
-+	mkdir -p $(eprefix)/bin 
-+	${INSTALL} -s $(EXES) $(eprefix)/bin
- 	${INSTALL} $(SCRIPTS) $(eprefix)/bin
- 
- install: install-bin

Copied: bonnie++/repos/community-x86_64/move_away_from_sbin.patch (from rev 280712, bonnie++/trunk/move_away_from_sbin.patch)
===================================================================
--- move_away_from_sbin.patch	                        (rev 0)
+++ move_away_from_sbin.patch	2018-01-09 17:02:19 UTC (rev 280713)
@@ -0,0 +1,14 @@
+diff -aur bonnie++-1.03e/Makefile bonnie++-1.03ef/Makefile
+--- bonnie++-1.03e/Makefile	2013-05-13 08:40:45.122959831 +0000
++++ bonnie++-1.03ef/Makefile	2013-05-13 08:43:20.365248937 +0000
+@@ -33,8 +33,8 @@
+ 	$(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LFLAGS)
+ 
+ install-bin: $(EXES)
+-	mkdir -p $(eprefix)/bin $(eprefix)/sbin
+-	${INSTALL} -s $(EXES) $(eprefix)/sbin
++	mkdir -p $(eprefix)/bin 
++	${INSTALL} -s $(EXES) $(eprefix)/bin
+ 	${INSTALL} $(SCRIPTS) $(eprefix)/bin
+ 
+ install: install-bin



More information about the arch-commits mailing list