[arch-commits] Commit in dstat/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:49:44
  Author: felixonmars
Revision: 659434

upgpkg: dstat 0.7.4-5: reproducibility rebuild

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:49:41 UTC (rev 659433)
+++ PKGBUILD2020-07-07 16:49:44 UTC (rev 659434)
@@ -4,7 +4,7 @@
 
 pkgname=dstat
 pkgver=0.7.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/;


[arch-commits] Commit in dstat/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.4-4

Fix FS#62793

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-03 12:50:12 UTC (rev 476723)
+++ PKGBUILD2019-06-03 14:12:21 UTC (rev 476724)
@@ -4,15 +4,23 @@
 
 pkgname=dstat
 pkgver=0.7.4
-pkgrel=3
+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)
-sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
+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
 


[arch-commits] Commit in dstat/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.4-3

Add python-six dep

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 19:13:59 UTC (rev 471849)
+++ PKGBUILD2019-05-27 19:14:05 UTC (rev 471850)
@@ -4,12 +4,12 @@
 
 pkgname=dstat
 pkgver=0.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/;
 license=('GPL')
-depends=('python')
+depends=('python' 'python-six')
 source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
 
sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
 


[arch-commits] Commit in dstat/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.4-2

Get rid of deprecation warning

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 19:12:27 UTC (rev 471843)
+++ PKGBUILD2019-05-27 19:12:32 UTC (rev 471844)
@@ -4,7 +4,7 @@
 
 pkgname=dstat
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/;
@@ -11,11 +11,15 @@
 license=('GPL')
 depends=('python')
 source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
-md5sums=('9d6a11d1f8cff1e4bf953958c824c798')
+sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
 
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir docs
+  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/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.4-1

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 03:59:52 UTC (rev 469474)
+++ PKGBUILD2019-05-24 04:03:32 UTC (rev 469475)
@@ -3,15 +3,15 @@
 # Contributor: devon 
 
 pkgname=dstat
-pkgver=0.7.3
-pkgrel=4
+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/${pkgver}.tar.gz)
-md5sums=('be27c905e6737993306dbbcee735e8ad')
+source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
+md5sums=('9d6a11d1f8cff1e4bf953958c824c798')
 
 package() {
   cd $pkgname-$pkgver


[arch-commits] Commit in dstat/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.3-4

Switch to Python 3

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-03 14:24:12 UTC (rev 458699)
+++ PKGBUILD2019-05-03 14:28:01 UTC (rev 458700)
@@ -4,12 +4,12 @@
 
 pkgname=dstat
 pkgver=0.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/;
 license=('GPL')
-depends=('python2')
+depends=('python')
 source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
 md5sums=('be27c905e6737993306dbbcee735e8ad')
 


[arch-commits] Commit in dstat/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Saturday, November 10, 2018 @ 05:18:31
  Author: felixonmars
Revision: 405633

PIE/BUILDINFO rebuild

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 05:17:42 UTC (rev 405632)
+++ PKGBUILD2018-11-10 05:18:31 UTC (rev 405633)
@@ -4,7 +4,7 @@
 
 pkgname=dstat
 pkgver=0.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/;


[arch-commits] Commit in dstat/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 05:17:42
  Author: foutrelis
Revision: 405632

cd into the correct directory

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 05:16:28 UTC (rev 405631)
+++ PKGBUILD2018-11-10 05:17:42 UTC (rev 405632)
@@ -14,7 +14,7 @@
 md5sums=('be27c905e6737993306dbbcee735e8ad')
 
 package() {
-  cd $pkgname-$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   make DESTDIR=$pkgdir docs


[arch-commits] Commit in dstat/trunk (PKGBUILD)

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 19:15:48
  Author: svenstaro
Revision: 188600

Fix source

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 19:13:32 UTC (rev 188599)
+++ PKGBUILD2016-09-05 19:15:48 UTC (rev 188600)
@@ -11,8 +11,8 @@
 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')
+source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
+md5sums=('be27c905e6737993306dbbcee735e8ad')
 
 package() {
   cd $pkgname-$pkgname-$pkgver


[arch-commits] Commit in dstat/trunk (PKGBUILD)

2016-03-20 Thread Sven-Hendrik Haase
Date: Sunday, March 20, 2016 @ 14:21:55
  Author: svenstaro
Revision: 167709

upgpkg: dstat 0.7.3-2

Sed not needed anymore and results in bug

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-20 13:11:01 UTC (rev 167708)
+++ PKGBUILD2016-03-20 13:21:55 UTC (rev 167709)
@@ -5,7 +5,7 @@
 
 pkgname=dstat
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/;
@@ -17,7 +17,6 @@
 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/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.3-1

upstream release 0.7.3

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-20 11:45:03 UTC (rev 167703)
+++ PKGBUILD2016-03-20 11:54:08 UTC (rev 167704)
@@ -4,25 +4,20 @@
 # Contributor: devon 
 
 pkgname=dstat
-pkgver=0.7.2
-pkgrel=5
+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=(http://dag.wieers.com/home-made/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8')
-sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269')
+source=(https://github.com/dagwieers/dstat/archive/dstat-${pkgver}.tar.gz)
+md5sums=('a8f8243b60aeebb2f8ebfd97526b4f30')
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$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  
+  make DESTDIR=$pkgdir docs
 }


[arch-commits] Commit in dstat/trunk (PKGBUILD)

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

upgpkg: dstat 0.7.2-5

mtree rebuild

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 03:05:04 UTC (rev 114990)
+++ PKGBUILD2014-07-05 03:11:39 UTC (rev 114991)
@@ -5,7 +5,7 @@
 
 pkgname=dstat
 pkgver=0.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A versatile resource statistics tool
 arch=('any')
 url=http://dag.wieers.com/home-made/dstat/;



[arch-commits] Commit in dstat/trunk (PKGBUILD)

2013-02-18 Thread Sven-Hendrik Haase
Date: Tuesday, February 19, 2013 @ 04:48:26
  Author: svenstaro
Revision: 84443

Cleanup pkgdir

Modified:
  dstat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-19 03:23:17 UTC (rev 84442)
+++ PKGBUILD2013-02-19 03:48:26 UTC (rev 84443)
@@ -15,7 +15,7 @@
 md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8')
 sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269')
 
-build() {
+package() {
   cd $srcdir/$pkgname-$pkgver
 
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat