[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Sun Jun 22 19:17:21 UTC 2014
Date: Sunday, June 22, 2014 @ 21:17:21
Author: seblu
Revision: 113434
archrelease: copy trunk to community-any
Added:
glances/repos/community-any/PKGBUILD
(from rev 113433, glances/trunk/PKGBUILD)
Deleted:
glances/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-22 19:17:08 UTC (rev 113433)
+++ PKGBUILD 2014-06-22 19:17:21 UTC (rev 113434)
@@ -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.0
-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-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=('4073889587195386df476f826256b81b')
-
-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 113433, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-06-22 19:17:21 UTC (rev 113434)
@@ -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.0.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=('313bc2a161fb6820f554bd3e850f3f8d')
+
+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