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

Sergej Pupykin spupykin at archlinux.org
Mon Jul 24 07:19:11 UTC 2017


    Date: Monday, July 24, 2017 @ 07:19:11
  Author: spupykin
Revision: 246191

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

Added:
  sysstat/repos/community-i686/PKGBUILD
    (from rev 246190, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-i686/lib64-fix.patch
    (from rev 246190, sysstat/trunk/lib64-fix.patch)
  sysstat/repos/community-x86_64/PKGBUILD
    (from rev 246190, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/lib64-fix.patch
    (from rev 246190, sysstat/trunk/lib64-fix.patch)
Deleted:
  sysstat/repos/community-i686/PKGBUILD
  sysstat/repos/community-i686/lib64-fix.patch
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/lib64-fix.patch

----------------------------------+
 /PKGBUILD                        |   96 +++++++++++++++++++++++++++++++++++++
 /lib64-fix.patch                 |   50 +++++++++++++++++++
 community-i686/PKGBUILD          |   48 ------------------
 community-i686/lib64-fix.patch   |   25 ---------
 community-x86_64/PKGBUILD        |   48 ------------------
 community-x86_64/lib64-fix.patch |   25 ---------
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-24 07:18:50 UTC (rev 246190)
+++ community-i686/PKGBUILD	2017-07-24 07:19:11 UTC (rev 246191)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Martin Devera <devik at cdi.cz>
-
-pkgname=sysstat
-pkgver=11.4.3
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('i686' 'x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/"
-license=('GPL')
-depends=('lm_sensors')
-makedepends=('systemd')
-optdepends=('tk: to use isag'
-	    'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
-	'etc/conf.d/sysstat.ioconf')
-source=(https://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
-	lib64-fix.patch)
-sha256sums=('02e9cafa5557fbae435d33e592373655df929d817ae711d31142dd2f7d4dcee7'
-            'e81090f78fda0aed9e750bea5a3a0b7ef76b44ade558ed569827ffdb5cb62a89')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-	--enable-yesterday \
-	--mandir=/usr/share/man \
-	--enable-install-isag \
-	--enable-install-cron \
-	--enable-copy-only \
-	--disable-man-group
-  make -j1
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  make DESTDIR="$pkgdir" install
-  chown -R root:root "$pkgdir"
-  rm -rf "$pkgdir"/etc/rc*
-}

Copied: sysstat/repos/community-i686/PKGBUILD (from rev 246190, sysstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-24 07:19:11 UTC (rev 246191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Martin Devera <devik at cdi.cz>
+
+pkgname=sysstat
+pkgver=11.4.5
+pkgrel=1
+pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('i686' 'x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/"
+license=('GPL')
+depends=('lm_sensors')
+makedepends=('systemd')
+optdepends=('tk: to use isag'
+	    'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+	'etc/conf.d/sysstat.ioconf')
+source=(https://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
+	lib64-fix.patch)
+sha256sums=('785d754d64c746b21190773a846539ef2ee789bf908f05cd8245c234d15784ff'
+            'e81090f78fda0aed9e750bea5a3a0b7ef76b44ade558ed569827ffdb5cb62a89')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/lib64-fix.patch
+  autoreconf
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+	--enable-yesterday \
+	--mandir=/usr/share/man \
+	--enable-install-isag \
+	--enable-install-cron \
+	--enable-copy-only \
+	--disable-man-group
+  make -j1
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  make DESTDIR="$pkgdir" install
+  chown -R root:root "$pkgdir"
+  rm -rf "$pkgdir"/etc/rc*
+}

Deleted: community-i686/lib64-fix.patch
===================================================================
--- community-i686/lib64-fix.patch	2017-07-24 07:18:50 UTC (rev 246190)
+++ community-i686/lib64-fix.patch	2017-07-24 07:19:11 UTC (rev 246191)
@@ -1,25 +0,0 @@
-diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
---- sysstat-11.1.3.org/configure.in	2015-02-13 17:05:44.000000000 +0300
-+++ sysstat-11.1.3/configure.in	2015-02-16 13:25:26.201405593 +0300
-@@ -209,21 +209,6 @@
- fi
- 
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; then
--    # Verify that this OS is really 64 bit
--    BITS=$(getconf LONG_BIT 2>/dev/null)
--    if test $? = 0; then
--        if test $BITS = 64; then
--            SADC_DIR=$AuxPrefix/lib64
--        fi
--    else
--        # Fallback: look for lm (long mode) flag to know if CPU is 64 bit
--        grep " lm " /proc/cpuinfo >/dev/null 2>&1
--        if test $? = 0; then
--            SADC_DIR=$AuxPrefix/lib64
--        fi
--    fi
--fi
- 
- AC_MSG_CHECKING(sadc directory)
- AC_ARG_VAR([sa_lib_dir],[sadc directory])

Copied: sysstat/repos/community-i686/lib64-fix.patch (from rev 246190, sysstat/trunk/lib64-fix.patch)
===================================================================
--- community-i686/lib64-fix.patch	                        (rev 0)
+++ community-i686/lib64-fix.patch	2017-07-24 07:19:11 UTC (rev 246191)
@@ -0,0 +1,25 @@
+diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
+--- sysstat-11.1.3.org/configure.in	2015-02-13 17:05:44.000000000 +0300
++++ sysstat-11.1.3/configure.in	2015-02-16 13:25:26.201405593 +0300
+@@ -209,21 +209,6 @@
+ fi
+ 
+ SADC_DIR=$AuxPrefix/lib
+-if test -d $AuxPrefix/lib64; then
+-    # Verify that this OS is really 64 bit
+-    BITS=$(getconf LONG_BIT 2>/dev/null)
+-    if test $? = 0; then
+-        if test $BITS = 64; then
+-            SADC_DIR=$AuxPrefix/lib64
+-        fi
+-    else
+-        # Fallback: look for lm (long mode) flag to know if CPU is 64 bit
+-        grep " lm " /proc/cpuinfo >/dev/null 2>&1
+-        if test $? = 0; then
+-            SADC_DIR=$AuxPrefix/lib64
+-        fi
+-    fi
+-fi
+ 
+ AC_MSG_CHECKING(sadc directory)
+ AC_ARG_VAR([sa_lib_dir],[sadc directory])

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-24 07:18:50 UTC (rev 246190)
+++ community-x86_64/PKGBUILD	2017-07-24 07:19:11 UTC (rev 246191)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Martin Devera <devik at cdi.cz>
-
-pkgname=sysstat
-pkgver=11.4.3
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('i686' 'x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/"
-license=('GPL')
-depends=('lm_sensors')
-makedepends=('systemd')
-optdepends=('tk: to use isag'
-	    'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
-	'etc/conf.d/sysstat.ioconf')
-source=(https://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
-	lib64-fix.patch)
-sha256sums=('02e9cafa5557fbae435d33e592373655df929d817ae711d31142dd2f7d4dcee7'
-            'e81090f78fda0aed9e750bea5a3a0b7ef76b44ade558ed569827ffdb5cb62a89')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-	--enable-yesterday \
-	--mandir=/usr/share/man \
-	--enable-install-isag \
-	--enable-install-cron \
-	--enable-copy-only \
-	--disable-man-group
-  make -j1
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  make DESTDIR="$pkgdir" install
-  chown -R root:root "$pkgdir"
-  rm -rf "$pkgdir"/etc/rc*
-}

Copied: sysstat/repos/community-x86_64/PKGBUILD (from rev 246190, sysstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-24 07:19:11 UTC (rev 246191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Martin Devera <devik at cdi.cz>
+
+pkgname=sysstat
+pkgver=11.4.5
+pkgrel=1
+pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('i686' 'x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/"
+license=('GPL')
+depends=('lm_sensors')
+makedepends=('systemd')
+optdepends=('tk: to use isag'
+	    'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+	'etc/conf.d/sysstat.ioconf')
+source=(https://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
+	lib64-fix.patch)
+sha256sums=('785d754d64c746b21190773a846539ef2ee789bf908f05cd8245c234d15784ff'
+            'e81090f78fda0aed9e750bea5a3a0b7ef76b44ade558ed569827ffdb5cb62a89')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/lib64-fix.patch
+  autoreconf
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+	--enable-yesterday \
+	--mandir=/usr/share/man \
+	--enable-install-isag \
+	--enable-install-cron \
+	--enable-copy-only \
+	--disable-man-group
+  make -j1
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  make DESTDIR="$pkgdir" install
+  chown -R root:root "$pkgdir"
+  rm -rf "$pkgdir"/etc/rc*
+}

Deleted: community-x86_64/lib64-fix.patch
===================================================================
--- community-x86_64/lib64-fix.patch	2017-07-24 07:18:50 UTC (rev 246190)
+++ community-x86_64/lib64-fix.patch	2017-07-24 07:19:11 UTC (rev 246191)
@@ -1,25 +0,0 @@
-diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
---- sysstat-11.1.3.org/configure.in	2015-02-13 17:05:44.000000000 +0300
-+++ sysstat-11.1.3/configure.in	2015-02-16 13:25:26.201405593 +0300
-@@ -209,21 +209,6 @@
- fi
- 
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; then
--    # Verify that this OS is really 64 bit
--    BITS=$(getconf LONG_BIT 2>/dev/null)
--    if test $? = 0; then
--        if test $BITS = 64; then
--            SADC_DIR=$AuxPrefix/lib64
--        fi
--    else
--        # Fallback: look for lm (long mode) flag to know if CPU is 64 bit
--        grep " lm " /proc/cpuinfo >/dev/null 2>&1
--        if test $? = 0; then
--            SADC_DIR=$AuxPrefix/lib64
--        fi
--    fi
--fi
- 
- AC_MSG_CHECKING(sadc directory)
- AC_ARG_VAR([sa_lib_dir],[sadc directory])

Copied: sysstat/repos/community-x86_64/lib64-fix.patch (from rev 246190, sysstat/trunk/lib64-fix.patch)
===================================================================
--- community-x86_64/lib64-fix.patch	                        (rev 0)
+++ community-x86_64/lib64-fix.patch	2017-07-24 07:19:11 UTC (rev 246191)
@@ -0,0 +1,25 @@
+diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
+--- sysstat-11.1.3.org/configure.in	2015-02-13 17:05:44.000000000 +0300
++++ sysstat-11.1.3/configure.in	2015-02-16 13:25:26.201405593 +0300
+@@ -209,21 +209,6 @@
+ fi
+ 
+ SADC_DIR=$AuxPrefix/lib
+-if test -d $AuxPrefix/lib64; then
+-    # Verify that this OS is really 64 bit
+-    BITS=$(getconf LONG_BIT 2>/dev/null)
+-    if test $? = 0; then
+-        if test $BITS = 64; then
+-            SADC_DIR=$AuxPrefix/lib64
+-        fi
+-    else
+-        # Fallback: look for lm (long mode) flag to know if CPU is 64 bit
+-        grep " lm " /proc/cpuinfo >/dev/null 2>&1
+-        if test $? = 0; then
+-            SADC_DIR=$AuxPrefix/lib64
+-        fi
+-    fi
+-fi
+ 
+ AC_MSG_CHECKING(sadc directory)
+ AC_ARG_VAR([sa_lib_dir],[sadc directory])



More information about the arch-commits mailing list