[arch-commits] Commit in iotop/repos/community-any (4 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat May 18 17:33:52 UTC 2013


    Date: Saturday, May 18, 2013 @ 19:33:51
  Author: jlichtblau
Revision: 91071

archrelease: copy trunk to community-any

Added:
  iotop/repos/community-any/PKGBUILD
    (from rev 91070, iotop/trunk/PKGBUILD)
  iotop/repos/community-any/iotop-python3.patch
    (from rev 91070, iotop/trunk/iotop-python3.patch)
  iotop/repos/community-any/iotop.changelog
    (from rev 91070, iotop/trunk/iotop.changelog)
Deleted:
  iotop/repos/community-any/PKGBUILD

---------------------+
 PKGBUILD            |   46 +++++++++++++++++++++++++++-------------------
 iotop-python3.patch |   11 +++++++++++
 iotop.changelog     |   29 +++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-18 17:33:40 UTC (rev 91070)
+++ PKGBUILD	2013-05-18 17:33:51 UTC (rev 91071)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=iotop
-pkgver=0.5
-pkgrel=1
-pkgdesc='View I/O usage of processes'
-arch=('any')
-url='http://guichaz.free.fr/iotop/'
-license=('GPL')
-depends=('python2')
-source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: iotop/repos/community-any/PKGBUILD (from rev 91070, iotop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-18 17:33:51 UTC (rev 91071)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=iotop
+pkgver=0.5
+pkgrel=2
+pkgdesc='View I/O usage of processes'
+arch=('any')
+url='http://guichaz.free.fr/iotop/'
+license=('GPL')
+depends=('python')
+changelog=$pkgname.changelog
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2
+        iotop-python3.patch)
+sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9'
+            '40627017734632a40e6fa24543af0036696164509219ed7d44b3ad6e1d2c9af9')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+#FS#33906 fix
+  chmod 644 ${pkgdir}/usr/share/man/man8/iotop.8
+  cd ${pkgdir}/usr/bin
+  patch -Np0 -i ${srcdir}/iotop-python3.patch
+}

Copied: iotop/repos/community-any/iotop-python3.patch (from rev 91070, iotop/trunk/iotop-python3.patch)
===================================================================
--- iotop-python3.patch	                        (rev 0)
+++ iotop-python3.patch	2013-05-18 17:33:51 UTC (rev 91071)
@@ -0,0 +1,11 @@
+--- iotop	2013-02-03 19:50:02.000000000 +0100
++++ iotop	2013-05-18 19:10:29.227411090 +0200
+@@ -10,4 +10,4 @@
+-except ImportError, e:
+-    print e
+-    print 'To run an uninstalled copy of iotop,'
+-    print 'launch iotop.py in the top directory'
++except ImportError as e:
++    print(e)
++    print('To run an uninstalled copy of iotop,')
++    print('launch iotop.py in the top directory')

Copied: iotop/repos/community-any/iotop.changelog (from rev 91070, iotop/trunk/iotop.changelog)
===================================================================
--- iotop.changelog	                        (rev 0)
+++ iotop.changelog	2013-05-18 17:33:51 UTC (rev 91071)
@@ -0,0 +1,29 @@
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.5-2 FS#33906 fix
+
+2013-02-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.5-1
+
+2011-10-31 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.4.4
+
+2011-03-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* iotop 0.4.3
+
+2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.4.2
+
+2010-06-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.4.1
+
+2010-01-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release v0.4
+
+2009-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release v0.3.1
+
+2009-05-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release v0.3
+
+2008-08-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Moved to [community] repo




More information about the arch-commits mailing list