[arch-commits] Commit in xrestop/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 16:43:47 UTC 2014


    Date: Tuesday, July 1, 2014 @ 18:43:44
  Author: spupykin
Revision: 114486

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

Added:
  xrestop/repos/community-i686/ChangeLog
    (from rev 114485, xrestop/trunk/ChangeLog)
  xrestop/repos/community-i686/PKGBUILD
    (from rev 114485, xrestop/trunk/PKGBUILD)
  xrestop/repos/community-x86_64/ChangeLog
    (from rev 114485, xrestop/trunk/ChangeLog)
  xrestop/repos/community-x86_64/PKGBUILD
    (from rev 114485, xrestop/trunk/PKGBUILD)
Deleted:
  xrestop/repos/community-i686/ChangeLog
  xrestop/repos/community-i686/PKGBUILD
  xrestop/repos/community-x86_64/ChangeLog
  xrestop/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    8 ++++++
 /PKGBUILD                  |   50 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    4 ---
 community-i686/PKGBUILD    |   25 ---------------------
 community-x86_64/ChangeLog |    4 ---
 community-x86_64/PKGBUILD  |   25 ---------------------
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-07-01 16:43:31 UTC (rev 114485)
+++ community-i686/ChangeLog	2014-07-01 16:43:44 UTC (rev 114486)
@@ -1,4 +0,0 @@
-
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: xrestop/repos/community-i686/ChangeLog (from rev 114485, xrestop/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-07-01 16:43:44 UTC (rev 114486)
@@ -0,0 +1,4 @@
+
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 16:43:31 UTC (rev 114485)
+++ community-i686/PKGBUILD	2014-07-01 16:43:44 UTC (rev 114486)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=xrestop
-pkgver=0.4
-pkgrel=4
-pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
-arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/xrestop"
-license=('GPL')
-depends=('libxres' 'ncurses')
-source=(ftp://ftp.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
-md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
-
-build() {
-  cd "$srcdir/xrestop-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/xrestop-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: xrestop/repos/community-i686/PKGBUILD (from rev 114485, xrestop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 16:43:44 UTC (rev 114486)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=xrestop
+pkgver=0.4
+pkgrel=5
+pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/xrestop"
+license=('GPL')
+depends=('libxres' 'ncurses')
+source=(ftp://ftp.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
+
+build() {
+  cd "$srcdir/xrestop-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/xrestop-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-07-01 16:43:31 UTC (rev 114485)
+++ community-x86_64/ChangeLog	2014-07-01 16:43:44 UTC (rev 114486)
@@ -1,4 +0,0 @@
-
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: xrestop/repos/community-x86_64/ChangeLog (from rev 114485, xrestop/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-07-01 16:43:44 UTC (rev 114486)
@@ -0,0 +1,4 @@
+
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 16:43:31 UTC (rev 114485)
+++ community-x86_64/PKGBUILD	2014-07-01 16:43:44 UTC (rev 114486)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=xrestop
-pkgver=0.4
-pkgrel=4
-pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
-arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/xrestop"
-license=('GPL')
-depends=('libxres' 'ncurses')
-source=(ftp://ftp.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
-md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
-
-build() {
-  cd "$srcdir/xrestop-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/xrestop-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: xrestop/repos/community-x86_64/PKGBUILD (from rev 114485, xrestop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 16:43:44 UTC (rev 114486)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=xrestop
+pkgver=0.4
+pkgrel=5
+pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/xrestop"
+license=('GPL')
+depends=('libxres' 'ncurses')
+source=(ftp://ftp.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
+
+build() {
+  cd "$srcdir/xrestop-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/xrestop-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list