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

Christian Rebischke shibumi at archlinux.org
Thu Jan 24 21:39:50 UTC 2019


    Date: Thursday, January 24, 2019 @ 21:39:49
  Author: shibumi
Revision: 427587

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 427586, glances/trunk/PKGBUILD)
  glances/repos/community-any/glances.service
    (from rev 427586, 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	2019-01-24 21:39:41 UTC (rev 427586)
+++ PKGBUILD	2019-01-24 21:39:49 UTC (rev 427587)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: 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=3.0.2
-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: for the Docker monitoring support'
-            'python-matplotlib: for graphical/chart support'
-            'python-netifaces: for the IP plugin'
-            'python-zeroconf: for the autodiscover mode')
-source=("https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
-        'glances.service')
-sha512sums=('f86aa285e803c38a852eca6782642c0a854fdb14ae938e22482288d39045d2e6b42040409f5ba323784d3bd9a32386b90964b074d5a65cd03d904bde0ec941d3'
-            '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-
-package() {
-  cd "glances-${pkgver}"
-  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 427586, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-24 21:39:49 UTC (rev 427587)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: 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=3.1.0
+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: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'python-zeroconf: for the autodiscover mode')
+source=("https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
+        'glances.service')
+sha512sums=('a888cafa5987ab7a88caa0248e0cb3d9f65466d71ee8f1ca63565c5a8a59282be77c14f29afb2302fba0e79294c39e96384791cd89d23aa7727bfd4f20e2814d'
+            '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
+
+package() {
+  cd "glances-${pkgver}"
+  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	2019-01-24 21:39:41 UTC (rev 427586)
+++ glances.service	2019-01-24 21:39:49 UTC (rev 427587)
@@ -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 427586, glances/trunk/glances.service)
===================================================================
--- glances.service	                        (rev 0)
+++ glances.service	2019-01-24 21:39:49 UTC (rev 427587)
@@ -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