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

2020-03-04 Thread Kyle Keen via arch-commits
Date: Thursday, March 5, 2020 @ 01:11:33
  Author: kkeen
Revision: 590682

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 590681, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

--+
 PKGBUILD |   53 ++---
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-05 01:11:19 UTC (rev 590681)
+++ PKGBUILD2020-03-05 01:11:33 UTC (rev 590682)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.12
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="https://github.com/pixelb/ps_mem;
-license=('GPL')
-depends=('python')
-#makedepends=('git')
-#source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04;)
-#md5sums=('SKIP')
-# author appears to be doing real releases now
-source=("$pkgname-$pkgver.tgz::https://github.com/pixelb/ps_mem/archive/v$pkgver.tar.gz;)
-md5sums=('44888ba627eccc338feff401c1785feb')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 590681, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-05 01:11:33 UTC (rev 590682)
@@ -0,0 +1,26 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.13
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="https://github.com/pixelb/ps_mem;
+license=('GPL')
+depends=('python')
+#makedepends=('git')
+#source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04;)
+#md5sums=('SKIP')
+# author appears to be doing real releases now
+source=("$pkgname-$pkgver.tgz::https://github.com/pixelb/ps_mem/archive/v$pkgver.tar.gz;)
+md5sums=('b8cbdee431ce282ffa346fd5d77e12e3')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2018-07-20 Thread Kyle Keen via arch-commits
Date: Friday, July 20, 2018 @ 12:35:02
  Author: kkeen
Revision: 362599

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 362598, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-20 12:34:41 UTC (rev 362598)
+++ PKGBUILD2018-07-20 12:35:02 UTC (rev 362599)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.11
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04;)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 362598, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-20 12:35:02 UTC (rev 362599)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.12
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="https://github.com/pixelb/ps_mem;
+license=('GPL')
+depends=('python')
+#makedepends=('git')
+#source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04;)
+#md5sums=('SKIP')
+# author appears to be doing real releases now
+source=("$pkgname-$pkgver.tgz::https://github.com/pixelb/ps_mem/archive/v$pkgver.tar.gz;)
+md5sums=('44888ba627eccc338feff401c1785feb')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2018-05-07 Thread Kyle Keen via arch-commits
Date: Tuesday, May 8, 2018 @ 01:53:49
  Author: kkeen
Revision: 319495

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 319494, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-08 01:53:26 UTC (rev 319494)
+++ PKGBUILD2018-05-08 01:53:49 UTC (rev 319495)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.9
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f0891def54f1edb7;)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 319494, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-08 01:53:49 UTC (rev 319495)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.11
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04;)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2017-07-19 Thread Kyle Keen
Date: Thursday, July 20, 2017 @ 03:11:16
  Author: kkeen
Revision: 245749

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 245748, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-20 03:10:53 UTC (rev 245748)
+++ PKGBUILD2017-07-20 03:11:16 UTC (rev 245749)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.8
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 245748, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-20 03:11:16 UTC (rev 245749)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.9
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f0891def54f1edb7;)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:44:00
  Author: arojas
Revision: 182569

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 182568, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 10:43:42 UTC (rev 182568)
+++ PKGBUILD2016-07-09 10:44:00 UTC (rev 182569)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.5
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 182568, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 10:44:00 UTC (rev 182569)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.8
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:20:59
  Author: flexiondotorg
Revision: 145115

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 145114, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 11:20:50 UTC (rev 145114)
+++ PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.3
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6;)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 145114, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.5
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2014-07-22 Thread Martin Wimpress
Date: Tuesday, July 22, 2014 @ 14:00:29
  Author: flexiondotorg
Revision: 116100

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 116099, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-22 12:00:21 UTC (rev 116099)
+++ PKGBUILD2014-07-22 12:00:29 UTC (rev 116100)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Kyle Keen keen...@gmail.com
-# Contributor: Ali Gündüz gndz@gmail.com
-
-pkgname=ps_mem
-pkgver=3.2
-pkgrel=3
-pkgdesc=List processes by memory usage
-arch=('any')
-url=http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=(${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=8c5aa73e7998c35cdd7aeebda3cd40110951f746;)
-md5sums=('SKIP')
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -D -m 755 ps_mem.py ${pkgdir}/usr/bin/${pkgname}
-  install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -D -m 644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 116099, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-22 12:00:29 UTC (rev 116100)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Kyle Keen keen...@gmail.com
+# Contributor: Ali Gündüz gndz@gmail.com
+
+pkgname=ps_mem
+pkgver=3.3
+pkgrel=1
+pkgdesc=List processes by memory usage
+arch=('any')
+url=http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=(${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6;)
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -D -m 755 ps_mem.py ${pkgdir}/usr/bin/${pkgname}
+  install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -D -m 644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+