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

Sébastien Luttringer seblu at archlinux.org
Sun Oct 5 17:42:07 UTC 2014


    Date: Sunday, October 5, 2014 @ 19:42:07
  Author: seblu
Revision: 120174

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 120173, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-05 17:41:53 UTC (rev 120173)
+++ PKGBUILD	2014-10-05 17:42:07 UTC (rev 120174)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=glances
-pkgver=2.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-jinja: HTML export'
-            'python-bottle: web server support'
-            'hddtemp: HDD temperature monitoring support')
-source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
-md5sums=('6adebaf54015daa5a0e40aa44f4c3d96')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 120173, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-05 17:42:07 UTC (rev 120174)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+            'python-bottle: web server support'
+            'hddtemp: HDD temperature monitoring support')
+source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
+md5sums=('1c06a637d64fef94ecfe303188e6ab8a')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  # remove html doc
+  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list