[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2019-06-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 3, 2019 @ 14:12:29
  Author: svenstaro
Revision: 476725

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 476724, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 33 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-03 14:12:21 UTC (rev 476724)
+++ PKGBUILD2019-06-03 14:12:29 UTC (rev 476725)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.4
-pkgrel=3
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python' 'python-six')
-source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
-sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" docs
-
-  # Get rid of deprecation warning.
-  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
-  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 476724, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-03 14:12:29 UTC (rev 476725)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.4
+pkgrel=4
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python' 'python-six')
+source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz
+
https://github.com/efexgee/dstat/commit/220a785321b13b6df92a536080aca6ef1cb644ad.patch)
+sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5'
+
'7c5dc03aaa3d9a4f65b47170a99c2d61a4cb007bacae5729ff09bdd569bd7b6fc4048efaceb6a6392561bb2f4bf1a7fc0e31ab6f2624b6edb55071f1baaa9b99')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 -i "$srcdir"/220a785321b13b6df92a536080aca6ef1cb644ad.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" docs
+
+  # Get rid of deprecation warning.
+  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
+  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2019-05-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 27, 2019 @ 19:14:11
  Author: svenstaro
Revision: 471851

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 471850, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-27 19:14:05 UTC (rev 471850)
+++ PKGBUILD2019-05-27 19:14:11 UTC (rev 471851)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python')
-source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
-sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" docs
-
-  # Get rid of deprecation warning.
-  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
-  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 471850, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-27 19:14:11 UTC (rev 471851)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.4
+pkgrel=3
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python' 'python-six')
+source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
+sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" docs
+
+  # Get rid of deprecation warning.
+  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
+  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2019-05-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 27, 2019 @ 19:12:38
  Author: svenstaro
Revision: 471845

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 471844, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +-
 1 file changed, 25 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-27 19:12:32 UTC (rev 471844)
+++ PKGBUILD2019-05-27 19:12:38 UTC (rev 471845)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python')
-source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
-md5sums=('9d6a11d1f8cff1e4bf953958c824c798')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir docs
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 471844, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-27 19:12:38 UTC (rev 471845)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.4
+pkgrel=2
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python')
+source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
+sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" docs
+
+  # Get rid of deprecation warning.
+  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
+  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2019-05-23 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, May 24, 2019 @ 04:03:38
  Author: svenstaro
Revision: 469476

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 469475, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-24 04:03:32 UTC (rev 469475)
+++ PKGBUILD2019-05-24 04:03:38 UTC (rev 469476)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.3
-pkgrel=4
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python')
-source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
-md5sums=('be27c905e6737993306dbbcee735e8ad')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir docs
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 469475, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-24 04:03:38 UTC (rev 469476)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python')
+source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
+md5sums=('9d6a11d1f8cff1e4bf953958c824c798')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir docs
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2019-05-03 Thread Jelle van der Waa via arch-commits
Date: Friday, May 3, 2019 @ 14:28:10
  Author: jelle
Revision: 458701

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 458700, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-03 14:28:01 UTC (rev 458700)
+++ PKGBUILD2019-05-03 14:28:10 UTC (rev 458701)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.3
-pkgrel=3
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python2')
-source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
-md5sums=('be27c905e6737993306dbbcee735e8ad')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir docs
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 458700, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-03 14:28:10 UTC (rev 458701)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.3
+pkgrel=4
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python')
+source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
+md5sums=('be27c905e6737993306dbbcee735e8ad')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir docs
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2016-03-20 Thread Sven-Hendrik Haase
Date: Sunday, March 20, 2016 @ 14:22:00
  Author: svenstaro
Revision: 167710

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 167709, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 ++---
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-20 13:21:55 UTC (rev 167709)
+++ PKGBUILD2016-03-20 13:22:00 UTC (rev 167710)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python2')
-source=(https://github.com/dagwieers/dstat/archive/dstat-${pkgver}.tar.gz)
-md5sums=('a8f8243b60aeebb2f8ebfd97526b4f30')
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir docs
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 167709, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-20 13:22:00 UTC (rev 167710)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.3
+pkgrel=2
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python2')
+source=(https://github.com/dagwieers/dstat/archive/dstat-${pkgver}.tar.gz)
+md5sums=('a8f8243b60aeebb2f8ebfd97526b4f30')
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir docs
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2016-03-20 Thread Sven-Hendrik Haase
Date: Sunday, March 20, 2016 @ 12:54:34
  Author: svenstaro
Revision: 167705

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 167704, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   51 +++
 1 file changed, 23 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-20 11:54:08 UTC (rev 167704)
+++ PKGBUILD2016-03-20 11:54:34 UTC (rev 167705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Schnouki 
-# Contributor: devon 
-
-pkgname=dstat
-pkgver=0.7.2
-pkgrel=5
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python2')
-source=(http://dag.wieers.com/home-made/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8')
-sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat
-  make DESTDIR=$pkgdir install
-
-  cd docs
-  for f in *.html *.txt; do
-install -Dm644 $f $pkgdir/usr/share/doc/$pkgname/$f
-  done  
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 167704, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-20 11:54:34 UTC (rev 167705)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Schnouki 
+# Contributor: devon 
+
+pkgname=dstat
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python2')
+source=(https://github.com/dagwieers/dstat/archive/dstat-${pkgver}.tar.gz)
+md5sums=('a8f8243b60aeebb2f8ebfd97526b4f30')
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir docs
+}


[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 05:11:58
  Author: fyan
Revision: 114992

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
(from rev 114991, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 03:11:39 UTC (rev 114991)
+++ PKGBUILD2014-07-05 03:11:58 UTC (rev 114992)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Schnouki thomas.j...@gmail.com
-# Contributor: devon ad...@patched.biz
-
-pkgname=dstat
-pkgver=0.7.2
-pkgrel=4
-pkgdesc=A versatile resource statistics tool
-arch=('any')
-url=http://dag.wieers.com/home-made/dstat/;
-license=('GPL')
-depends=('python2')
-source=(http://dag.wieers.com/home-made/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8')
-sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat
-  make DESTDIR=$pkgdir install
-
-  cd docs
-  for f in *.html *.txt; do
-install -Dm644 $f $pkgdir/usr/share/doc/$pkgname/$f
-  done  
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 114991, 
dstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 03:11:58 UTC (rev 114992)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Schnouki thomas.j...@gmail.com
+# Contributor: devon ad...@patched.biz
+
+pkgname=dstat
+pkgver=0.7.2
+pkgrel=5
+pkgdesc=A versatile resource statistics tool
+arch=('any')
+url=http://dag.wieers.com/home-made/dstat/;
+license=('GPL')
+depends=('python2')
+source=(http://dag.wieers.com/home-made/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8')
+sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat
+  make DESTDIR=$pkgdir install
+
+  cd docs
+  for f in *.html *.txt; do
+install -Dm644 $f $pkgdir/usr/share/doc/$pkgname/$f
+  done  
+}