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

Sébastien Luttringer seblu at archlinux.org
Sun Sep 10 16:39:55 UTC 2017


    Date: Sunday, September 10, 2017 @ 16:39:54
  Author: seblu
Revision: 256783

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   66 +++++++++++++++++++++++++++---------------------------
 glances.service |   16 ++++++-------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 16:39:30 UTC (rev 256782)
+++ PKGBUILD	2017-09-10 16:39:54 UTC (rev 256783)
@@ -1,33 +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.11
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-makedepends=('git')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('hddtemp: HDD temperature monitoring support'
-            'python-bottle: web server support'
-            'python-docker-py: for the Docker monitoring support'
-            'python-matplotlib: for graphical/chart support'
-            'python-netifaces: for the IP plugin'
-            'zeroconf: for the autodiscover mode')
-source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver"
-        'glances.service')
-md5sums=('SKIP'
-         '193fe4123456b0a9567d8d5952c4c606')
-
-package() {
-  cd glances
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 "$srcdir"/glances.service \
-    "$pkgdir"/usr/lib/systemd/system/glances.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 256782, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-10 16:39:54 UTC (rev 256783)
@@ -0,0 +1,33 @@
+# $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.11.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+makedepends=('git')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('hddtemp: HDD temperature monitoring support'
+            'python-bottle: web server support'
+            'python-docker-py: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'zeroconf: for the autodiscover mode')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver"
+        'glances.service')
+md5sums=('SKIP'
+         '193fe4123456b0a9567d8d5952c4c606')
+
+package() {
+  cd glances
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 "$srcdir"/glances.service \
+    "$pkgdir"/usr/lib/systemd/system/glances.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: glances.service
===================================================================
--- glances.service	2017-09-10 16:39:30 UTC (rev 256782)
+++ glances.service	2017-09-10 16:39:54 UTC (rev 256783)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Glances Server
-
-[Service]
-ExecStart=/usr/bin/glances -s
-
-[Install]
-WantedBy=multi-user.target

Copied: glances/repos/community-any/glances.service (from rev 256782, glances/trunk/glances.service)
===================================================================
--- glances.service	                        (rev 0)
+++ glances.service	2017-09-10 16:39:54 UTC (rev 256783)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Glances Server
+
+[Service]
+ExecStart=/usr/bin/glances -s
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list