[arch-commits] Commit in psmisc/repos (6 files)

Eric Bélanger eric at archlinux.org
Wed Jun 20 09:17:35 UTC 2012


    Date: Wednesday, June 20, 2012 @ 05:17:35
  Author: eric
Revision: 162109

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  psmisc/repos/testing-i686/
  psmisc/repos/testing-i686/PKGBUILD
    (from rev 162108, psmisc/trunk/PKGBUILD)
  psmisc/repos/testing-i686/psmisc22.18-usage.patch
    (from rev 162108, psmisc/trunk/psmisc22.18-usage.patch)
  psmisc/repos/testing-x86_64/
  psmisc/repos/testing-x86_64/PKGBUILD
    (from rev 162108, psmisc/trunk/PKGBUILD)
  psmisc/repos/testing-x86_64/psmisc22.18-usage.patch
    (from rev 162108, psmisc/trunk/psmisc22.18-usage.patch)

----------------------------------------+
 testing-i686/PKGBUILD                  |   27 +++++++++++++++++++++++++++
 testing-i686/psmisc22.18-usage.patch   |   11 +++++++++++
 testing-x86_64/PKGBUILD                |   27 +++++++++++++++++++++++++++
 testing-x86_64/psmisc22.18-usage.patch |   11 +++++++++++
 4 files changed, 76 insertions(+)

Copied: psmisc/repos/testing-i686/PKGBUILD (from rev 162108, psmisc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-06-20 09:17:35 UTC (rev 162109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=2
+pkgdesc="Miscellaneous procfs tools"
+arch=('i686' 'x86_64')
+url="http://psmisc.sourceforge.net/index.html"
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz psmisc22.18-usage.patch)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
+          '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/psmisc22.18-usage.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: psmisc/repos/testing-i686/psmisc22.18-usage.patch (from rev 162108, psmisc/trunk/psmisc22.18-usage.patch)
===================================================================
--- testing-i686/psmisc22.18-usage.patch	                        (rev 0)
+++ testing-i686/psmisc22.18-usage.patch	2012-06-20 09:17:35 UTC (rev 162109)
@@ -0,0 +1,11 @@
+diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
+--- psmisc-22.18-orig/src/killall.c	2012-06-20 05:07:16.563742846 -0400
++++ psmisc-22.18/src/killall.c	2012-06-20 05:08:38.250412923 -0400
+@@ -637,6 +637,7 @@
+     "                      (must precede other arguments)\n"));
+ #endif /*WITH_SELINUX*/
+   fputc('\n', stderr);
++  exit (1);
+ }
+ 
+ 

Copied: psmisc/repos/testing-x86_64/PKGBUILD (from rev 162108, psmisc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-06-20 09:17:35 UTC (rev 162109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=2
+pkgdesc="Miscellaneous procfs tools"
+arch=('i686' 'x86_64')
+url="http://psmisc.sourceforge.net/index.html"
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz psmisc22.18-usage.patch)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c'
+          '5cd326dd969b07c46d10c7d1172b91d65cbc6e10')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/psmisc22.18-usage.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: psmisc/repos/testing-x86_64/psmisc22.18-usage.patch (from rev 162108, psmisc/trunk/psmisc22.18-usage.patch)
===================================================================
--- testing-x86_64/psmisc22.18-usage.patch	                        (rev 0)
+++ testing-x86_64/psmisc22.18-usage.patch	2012-06-20 09:17:35 UTC (rev 162109)
@@ -0,0 +1,11 @@
+diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c
+--- psmisc-22.18-orig/src/killall.c	2012-06-20 05:07:16.563742846 -0400
++++ psmisc-22.18/src/killall.c	2012-06-20 05:08:38.250412923 -0400
+@@ -637,6 +637,7 @@
+     "                      (must precede other arguments)\n"));
+ #endif /*WITH_SELINUX*/
+   fputc('\n', stderr);
++  exit (1);
+ }
+ 
+ 




More information about the arch-commits mailing list