[arch-commits] Commit in procstatd/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Aug 11 10:36:08 UTC 2014


    Date: Monday, August 11, 2014 @ 12:36:08
  Author: spupykin
Revision: 117146

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

Added:
  procstatd/repos/community-i686/PKGBUILD
    (from rev 117145, procstatd/trunk/PKGBUILD)
  procstatd/repos/community-x86_64/PKGBUILD
    (from rev 117145, procstatd/trunk/PKGBUILD)
Deleted:
  procstatd/repos/community-i686/PKGBUILD
  procstatd/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 56 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-11 10:35:51 UTC (rev 117145)
+++ community-i686/PKGBUILD	2014-08-11 10:36:08 UTC (rev 117146)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Jason Chu <jason at archlinux.org>
-
-pkgname=procstatd
-pkgver=1.4.2
-pkgrel=8
-pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
-arch=('i686 x86_64')
-license=('GPL')
-source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-url="http://www.phy.duke.edu/brahma/"
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-
-build() {
-  cd $srcdir/$pkgname
-  # Get rid of the funky make install forever bug
-  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make INSTDIR=$pkgdir/usr install
-  mkdir ${pkgdir}/usr/share
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-}

Copied: procstatd/repos/community-i686/PKGBUILD (from rev 117145, procstatd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-11 10:36:08 UTC (rev 117146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Jason Chu <jason at archlinux.org>
+
+pkgname=procstatd
+pkgver=1.4.2
+pkgrel=9
+pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.phy.duke.edu/brahma/"
+source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
+md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
+
+build() {
+  cd $srcdir/$pkgname
+  # Get rid of the funky make install forever bug
+  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make INSTDIR=$pkgdir/usr install
+  mkdir ${pkgdir}/usr/share
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-11 10:35:51 UTC (rev 117145)
+++ community-x86_64/PKGBUILD	2014-08-11 10:36:08 UTC (rev 117146)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Jason Chu <jason at archlinux.org>
-
-pkgname=procstatd
-pkgver=1.4.2
-pkgrel=8
-pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
-arch=('i686 x86_64')
-license=('GPL')
-source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-url="http://www.phy.duke.edu/brahma/"
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-
-build() {
-  cd $srcdir/$pkgname
-  # Get rid of the funky make install forever bug
-  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make INSTDIR=$pkgdir/usr install
-  mkdir ${pkgdir}/usr/share
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-}

Copied: procstatd/repos/community-x86_64/PKGBUILD (from rev 117145, procstatd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-11 10:36:08 UTC (rev 117146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Jason Chu <jason at archlinux.org>
+
+pkgname=procstatd
+pkgver=1.4.2
+pkgrel=9
+pkgdesc="A daemon that can be run either from userspace or inetd that can be queried via a simple API to parse various files in /proc"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.phy.duke.edu/brahma/"
+source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
+md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
+
+build() {
+  cd $srcdir/$pkgname
+  # Get rid of the funky make install forever bug
+  sed -i 's/make install/echo/;s/cd watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make INSTDIR=$pkgdir/usr install
+  mkdir ${pkgdir}/usr/share
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
+}




More information about the arch-commits mailing list