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

Sébastien Luttringer seblu at archlinux.org
Tue Oct 6 08:33:38 UTC 2015


    Date: Tuesday, October 6, 2015 @ 10:33:38
  Author: seblu
Revision: 143035

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-06 08:33:32 UTC (rev 143034)
+++ PKGBUILD	2015-10-06 08:33:38 UTC (rev 143035)
@@ -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.4.2
-pkgrel=3
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-            'hddtemp: HDD temperature monitoring support'
-            'python-matplotlib: for graphical/chart support')
-source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
-md5sums=('21d8ca9d780bb52101a365c33e65869d')
-
-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 143034, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-06 08:33:38 UTC (rev 143035)
@@ -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.5
+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-bottle: web server support'
+            'hddtemp: HDD temperature monitoring support'
+            'python-matplotlib: for graphical/chart support')
+source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
+md5sums=('70a7825a7b32048885f18ad3f8500294')
+
+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