[arch-commits] Commit in glances/repos (3 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat May 17 23:11:30 UTC 2014


    Date: Sunday, May 18, 2014 @ 01:11:30
  Author: seblu
Revision: 111393

db-move: moved glances from [community-testing] to [community] (any)

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 111392, glances/repos/community-testing-any/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD
  glances/repos/community-testing-any/

------------------------+
 /PKGBUILD              |   24 ++++++++++++++++++++++++
 community-any/PKGBUILD |   30 ------------------------------
 2 files changed, 24 insertions(+), 30 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2014-05-17 21:38:15 UTC (rev 111392)
+++ community-any/PKGBUILD	2014-05-17 23:11:30 UTC (rev 111393)
@@ -1,30 +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=1.7.6
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python2' 'python2-psutil' 'python2-setuptools')
-optdepends=('python2-jinja: HTML export'
-            'python2-sensors: temperature sensors support'
-            'hddtemp: HDD temperature monitoring support')
-source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('7d026bd6f0289e88a9acd3be813eb5288a2af2216bab7086a58bf560dc781279')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 111392, glances/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-05-17 23:11:30 UTC (rev 111393)
@@ -0,0 +1,24 @@
+# $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=1.7.7
+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'
+            'hddtemp: HDD temperature monitoring support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('13c783333d4223040120f32665195694413f52a240cebfff48c154ca769efeff')
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list