[arch-commits] Commit in sysstat/repos (12 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Nov 4 12:13:37 UTC 2013
Date: Monday, November 4, 2013 @ 13:13:37
Author: spupykin
Revision: 100454
archrelease: copy trunk to community-i686, community-x86_64
Added:
sysstat/repos/community-i686/PKGBUILD
(from rev 100453, sysstat/trunk/PKGBUILD)
sysstat/repos/community-i686/lib64-fix.patch
(from rev 100453, sysstat/trunk/lib64-fix.patch)
sysstat/repos/community-i686/sysstat.service
(from rev 100453, sysstat/trunk/sysstat.service)
sysstat/repos/community-x86_64/PKGBUILD
(from rev 100453, sysstat/trunk/PKGBUILD)
sysstat/repos/community-x86_64/lib64-fix.patch
(from rev 100453, sysstat/trunk/lib64-fix.patch)
sysstat/repos/community-x86_64/sysstat.service
(from rev 100453, sysstat/trunk/sysstat.service)
Deleted:
sysstat/repos/community-i686/PKGBUILD
sysstat/repos/community-i686/lib64-fix.patch
sysstat/repos/community-i686/sysstat.service
sysstat/repos/community-x86_64/PKGBUILD
sysstat/repos/community-x86_64/lib64-fix.patch
sysstat/repos/community-x86_64/sysstat.service
----------------------------------+
/PKGBUILD | 98 +++++++++++++++++++++++++++++++++++++
/lib64-fix.patch | 34 ++++++++++++
/sysstat.service | 22 ++++++++
community-i686/PKGBUILD | 49 ------------------
community-i686/lib64-fix.patch | 17 ------
community-i686/sysstat.service | 11 ----
community-x86_64/PKGBUILD | 49 ------------------
community-x86_64/lib64-fix.patch | 17 ------
community-x86_64/sysstat.service | 11 ----
9 files changed, 154 insertions(+), 154 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-11-04 12:13:20 UTC (rev 100453)
+++ community-i686/PKGBUILD 2013-11-04 12:13:37 UTC (rev 100454)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Martin Devera <devik at cdi.cz>
-
-pkgname=sysstat
-pkgver=10.1.7
-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')
-optdepends=('tk: to use isag'
- 'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
- 'etc/conf.d/sysstat.ioconf')
-source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
- sysstat.service
- lib64-fix.patch)
-md5sums=('112c8cc92114c961709d09f6afa537bd'
- '12ba479c606620193e8b7c6e982d5088'
- '7ffa6bf990609d85367070f71b40a34b')
-
-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 \
- --disable-man-group
- make -j1
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
- install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
- chown -R root:root $pkgdir
- install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
- mv $pkgdir/usr/bin/nfsiostat $pkgdir/usr/bin/$pkgname-nfsiostat
-}
Copied: sysstat/repos/community-i686/PKGBUILD (from rev 100453, sysstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-04 12:13:37 UTC (rev 100454)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Martin Devera <devik at cdi.cz>
+
+pkgname=sysstat
+pkgver=10.2.0
+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')
+optdepends=('tk: to use isag'
+ 'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+ 'etc/conf.d/sysstat.ioconf')
+source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
+ sysstat.service
+ lib64-fix.patch)
+md5sums=('7a6e3df08590385113a27a76ce64a6ff'
+ '12ba479c606620193e8b7c6e982d5088'
+ '7ffa6bf990609d85367070f71b40a34b')
+
+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 \
+ --disable-man-group
+ make -j1
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
+ install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
+ chown -R root:root $pkgdir
+ install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+ mv $pkgdir/usr/bin/nfsiostat $pkgdir/usr/bin/$pkgname-nfsiostat
+}
Deleted: community-i686/lib64-fix.patch
===================================================================
--- community-i686/lib64-fix.patch 2013-11-04 12:13:20 UTC (rev 100453)
+++ community-i686/lib64-fix.patch 2013-11-04 12:13:37 UTC (rev 100454)
@@ -1,17 +0,0 @@
-diff -wbBur sysstat-10.1.6.q/configure.in sysstat-10.1.6/configure.in
---- sysstat-10.1.6.q/configure.in 2013-04-21 18:20:32.000000000 +0400
-+++ sysstat-10.1.6/configure.in 2013-06-17 14:45:41.733915298 +0400
-@@ -207,13 +207,6 @@
- fi
-
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; then
-- # 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
-
- AC_MSG_CHECKING(sadc directory)
- AC_ARG_VAR([sa_lib_dir],[sadc directory])
Copied: sysstat/repos/community-i686/lib64-fix.patch (from rev 100453, sysstat/trunk/lib64-fix.patch)
===================================================================
--- community-i686/lib64-fix.patch (rev 0)
+++ community-i686/lib64-fix.patch 2013-11-04 12:13:37 UTC (rev 100454)
@@ -0,0 +1,17 @@
+diff -wbBur sysstat-10.1.6.q/configure.in sysstat-10.1.6/configure.in
+--- sysstat-10.1.6.q/configure.in 2013-04-21 18:20:32.000000000 +0400
++++ sysstat-10.1.6/configure.in 2013-06-17 14:45:41.733915298 +0400
+@@ -207,13 +207,6 @@
+ fi
+
+ SADC_DIR=$AuxPrefix/lib
+-if test -d $AuxPrefix/lib64; then
+- # 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
+
+ AC_MSG_CHECKING(sadc directory)
+ AC_ARG_VAR([sa_lib_dir],[sadc directory])
Deleted: community-i686/sysstat.service
===================================================================
--- community-i686/sysstat.service 2013-11-04 12:13:20 UTC (rev 100453)
+++ community-i686/sysstat.service 2013-11-04 12:13:37 UTC (rev 100454)
@@ -1,11 +0,0 @@
-[Unit]
-Description= Resets System Activity Logs
-After=syslog.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/lib/sa/sa1 --boot
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
Copied: sysstat/repos/community-i686/sysstat.service (from rev 100453, sysstat/trunk/sysstat.service)
===================================================================
--- community-i686/sysstat.service (rev 0)
+++ community-i686/sysstat.service 2013-11-04 12:13:37 UTC (rev 100454)
@@ -0,0 +1,11 @@
+[Unit]
+Description= Resets System Activity Logs
+After=syslog.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/lib/sa/sa1 --boot
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-11-04 12:13:20 UTC (rev 100453)
+++ community-x86_64/PKGBUILD 2013-11-04 12:13:37 UTC (rev 100454)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Martin Devera <devik at cdi.cz>
-
-pkgname=sysstat
-pkgver=10.1.7
-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')
-optdepends=('tk: to use isag'
- 'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
- 'etc/conf.d/sysstat.ioconf')
-source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
- sysstat.service
- lib64-fix.patch)
-md5sums=('112c8cc92114c961709d09f6afa537bd'
- '12ba479c606620193e8b7c6e982d5088'
- '7ffa6bf990609d85367070f71b40a34b')
-
-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 \
- --disable-man-group
- make -j1
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
- install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
- chown -R root:root $pkgdir
- install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
- mv $pkgdir/usr/bin/nfsiostat $pkgdir/usr/bin/$pkgname-nfsiostat
-}
Copied: sysstat/repos/community-x86_64/PKGBUILD (from rev 100453, sysstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-04 12:13:37 UTC (rev 100454)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Martin Devera <devik at cdi.cz>
+
+pkgname=sysstat
+pkgver=10.2.0
+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')
+optdepends=('tk: to use isag'
+ 'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+ 'etc/conf.d/sysstat.ioconf')
+source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
+ sysstat.service
+ lib64-fix.patch)
+md5sums=('7a6e3df08590385113a27a76ce64a6ff'
+ '12ba479c606620193e8b7c6e982d5088'
+ '7ffa6bf990609d85367070f71b40a34b')
+
+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 \
+ --disable-man-group
+ make -j1
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
+ install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
+ chown -R root:root $pkgdir
+ install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+ mv $pkgdir/usr/bin/nfsiostat $pkgdir/usr/bin/$pkgname-nfsiostat
+}
Deleted: community-x86_64/lib64-fix.patch
===================================================================
--- community-x86_64/lib64-fix.patch 2013-11-04 12:13:20 UTC (rev 100453)
+++ community-x86_64/lib64-fix.patch 2013-11-04 12:13:37 UTC (rev 100454)
@@ -1,17 +0,0 @@
-diff -wbBur sysstat-10.1.6.q/configure.in sysstat-10.1.6/configure.in
---- sysstat-10.1.6.q/configure.in 2013-04-21 18:20:32.000000000 +0400
-+++ sysstat-10.1.6/configure.in 2013-06-17 14:45:41.733915298 +0400
-@@ -207,13 +207,6 @@
- fi
-
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; then
-- # 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
-
- AC_MSG_CHECKING(sadc directory)
- AC_ARG_VAR([sa_lib_dir],[sadc directory])
Copied: sysstat/repos/community-x86_64/lib64-fix.patch (from rev 100453, sysstat/trunk/lib64-fix.patch)
===================================================================
--- community-x86_64/lib64-fix.patch (rev 0)
+++ community-x86_64/lib64-fix.patch 2013-11-04 12:13:37 UTC (rev 100454)
@@ -0,0 +1,17 @@
+diff -wbBur sysstat-10.1.6.q/configure.in sysstat-10.1.6/configure.in
+--- sysstat-10.1.6.q/configure.in 2013-04-21 18:20:32.000000000 +0400
++++ sysstat-10.1.6/configure.in 2013-06-17 14:45:41.733915298 +0400
+@@ -207,13 +207,6 @@
+ fi
+
+ SADC_DIR=$AuxPrefix/lib
+-if test -d $AuxPrefix/lib64; then
+- # 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
+
+ AC_MSG_CHECKING(sadc directory)
+ AC_ARG_VAR([sa_lib_dir],[sadc directory])
Deleted: community-x86_64/sysstat.service
===================================================================
--- community-x86_64/sysstat.service 2013-11-04 12:13:20 UTC (rev 100453)
+++ community-x86_64/sysstat.service 2013-11-04 12:13:37 UTC (rev 100454)
@@ -1,11 +0,0 @@
-[Unit]
-Description= Resets System Activity Logs
-After=syslog.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/lib/sa/sa1 --boot
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
Copied: sysstat/repos/community-x86_64/sysstat.service (from rev 100453, sysstat/trunk/sysstat.service)
===================================================================
--- community-x86_64/sysstat.service (rev 0)
+++ community-x86_64/sysstat.service 2013-11-04 12:13:37 UTC (rev 100454)
@@ -0,0 +1,11 @@
+[Unit]
+Description= Resets System Activity Logs
+After=syslog.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/lib/sa/sa1 --boot
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list