Date: Monday, February 29, 2016 @ 11:52:26 Author: spupykin Revision: 163774
archrelease: copy trunk to community-i686, community-x86_64 Added: sysstat/repos/community-i686/PKGBUILD (from rev 163773, sysstat/trunk/PKGBUILD) sysstat/repos/community-i686/lib64-fix.patch (from rev 163773, sysstat/trunk/lib64-fix.patch) sysstat/repos/community-x86_64/PKGBUILD (from rev 163773, sysstat/trunk/PKGBUILD) sysstat/repos/community-x86_64/lib64-fix.patch (from rev 163773, 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 2016-02-29 10:52:12 UTC (rev 163773) +++ community-i686/PKGBUILD 2016-02-29 10:52:26 UTC (rev 163774) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Martin Devera <de...@cdi.cz> - -pkgname=sysstat -pkgver=11.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') -makedepends=('systemd') -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 - lib64-fix.patch) -md5sums=('d45349dba1c28a4f272b1f11c32a1b83' - '5c7acc9a31b7724b8815daffae219de1') - -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 163773, sysstat/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-02-29 10:52:26 UTC (rev 163774) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Martin Devera <de...@cdi.cz> + +pkgname=sysstat +pkgver=11.2.1.1 +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=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz + lib64-fix.patch) +md5sums=('f7877c5c553330e71dd6f72465b25465' + '5c7acc9a31b7724b8815daffae219de1') + +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 2016-02-29 10:52:12 UTC (rev 163773) +++ community-i686/lib64-fix.patch 2016-02-29 10:52:26 UTC (rev 163774) @@ -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 163773, sysstat/trunk/lib64-fix.patch) =================================================================== --- community-i686/lib64-fix.patch (rev 0) +++ community-i686/lib64-fix.patch 2016-02-29 10:52:26 UTC (rev 163774) @@ -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 2016-02-29 10:52:12 UTC (rev 163773) +++ community-x86_64/PKGBUILD 2016-02-29 10:52:26 UTC (rev 163774) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Martin Devera <de...@cdi.cz> - -pkgname=sysstat -pkgver=11.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') -makedepends=('systemd') -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 - lib64-fix.patch) -md5sums=('d45349dba1c28a4f272b1f11c32a1b83' - '5c7acc9a31b7724b8815daffae219de1') - -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 163773, sysstat/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-02-29 10:52:26 UTC (rev 163774) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Martin Devera <de...@cdi.cz> + +pkgname=sysstat +pkgver=11.2.1.1 +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=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz + lib64-fix.patch) +md5sums=('f7877c5c553330e71dd6f72465b25465' + '5c7acc9a31b7724b8815daffae219de1') + +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 2016-02-29 10:52:12 UTC (rev 163773) +++ community-x86_64/lib64-fix.patch 2016-02-29 10:52:26 UTC (rev 163774) @@ -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 163773, sysstat/trunk/lib64-fix.patch) =================================================================== --- community-x86_64/lib64-fix.patch (rev 0) +++ community-x86_64/lib64-fix.patch 2016-02-29 10:52:26 UTC (rev 163774) @@ -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])