[arch-commits] Commit in lm_sensors/repos (24 files)

2016-08-09 Thread Antonio Rojas
Date: Tuesday, August 9, 2016 @ 18:59:57
  Author: arojas
Revision: 273553

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lm_sensors/repos/extra-i686/PKGBUILD
(from rev 273552, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-i686/healthd
(from rev 273552, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-i686/healthd.conf
(from rev 273552, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-i686/healthd.service
(from rev 273552, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
(from rev 273552, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-i686/sensord.conf
(from rev 273552, lm_sensors/trunk/sensord.conf)
  lm_sensors/repos/extra-x86_64/PKGBUILD
(from rev 273552, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-x86_64/healthd
(from rev 273552, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-x86_64/healthd.conf
(from rev 273552, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-x86_64/healthd.service
(from rev 273552, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
(from rev 273552, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-x86_64/sensord.conf
(from rev 273552, lm_sensors/trunk/sensord.conf)
Deleted:
  lm_sensors/repos/extra-i686/PKGBUILD
  lm_sensors/repos/extra-i686/healthd
  lm_sensors/repos/extra-i686/healthd.conf
  lm_sensors/repos/extra-i686/healthd.service
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-i686/sensord.conf
  lm_sensors/repos/extra-x86_64/PKGBUILD
  lm_sensors/repos/extra-x86_64/healthd
  lm_sensors/repos/extra-x86_64/healthd.conf
  lm_sensors/repos/extra-x86_64/healthd.service
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-x86_64/sensord.conf

--+
 /PKGBUILD|  100 +++
 /healthd |  106 +
 /healthd.conf|   34 +
 /healthd.service |   18 
 /lm_sensors-fancontrol.patch |   58 +++
 /sensord.conf|   18 
 extra-i686/PKGBUILD  |   51 -
 extra-i686/healthd   |   53 --
 extra-i686/healthd.conf  |   17 
 extra-i686/healthd.service   |9 --
 extra-i686/lm_sensors-fancontrol.patch   |   29 ---
 extra-i686/sensord.conf  |9 --
 extra-x86_64/PKGBUILD|   51 -
 extra-x86_64/healthd |   53 --
 extra-x86_64/healthd.conf|   17 
 extra-x86_64/healthd.service |9 --
 extra-x86_64/lm_sensors-fancontrol.patch |   29 ---
 extra-x86_64/sensord.conf|9 --
 18 files changed, 334 insertions(+), 336 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-09 18:59:50 UTC (rev 273552)
+++ extra-i686/PKGBUILD 2016-08-09 18:59:57 UTC (rev 273553)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lm_sensors
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
-arch=('i686' 'x86_64')
-url="http://www.lm-sensors.org/;
-license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
-makedepends=('rrdtool')
-optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
-source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
-   healthd healthd.conf healthd.service sensord.conf
-lm_sensors-fancontrol.patch)
-sha1sums=('3e245b61a69756ea94f9c8a7c7614ec543970b8c'
-  'SKIP'
-  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
-  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
-  'd72ec328e9303acef86342483b6f8537de6117d9'
-  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
-  'b0bc977348610d6a008d75a43f65800251c4c9f7')
-validpgpkeys=('7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sensors}.service}
-  sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
-  patch -p0 -i "${srcdir}/lm_sensors-fancontrol.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
-PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DESTDIR="${pkgdir}" 
install
-
-  install -D -m755 "${srcdir}/healthd" "${pkgdir}/usr/bin/healthd"
-
-  install -D -m644 "${srcdir}/healthd.conf" 

[arch-commits] Commit in lm_sensors/repos (24 files)

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 06:03:17
  Author: eric
Revision: 242160

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lm_sensors/repos/extra-i686/PKGBUILD
(from rev 242159, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-i686/healthd
(from rev 242159, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-i686/healthd.conf
(from rev 242159, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-i686/healthd.service
(from rev 242159, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
(from rev 242159, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-i686/sensord.conf
(from rev 242159, lm_sensors/trunk/sensord.conf)
  lm_sensors/repos/extra-x86_64/PKGBUILD
(from rev 242159, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-x86_64/healthd
(from rev 242159, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-x86_64/healthd.conf
(from rev 242159, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-x86_64/healthd.service
(from rev 242159, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
(from rev 242159, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-x86_64/sensord.conf
(from rev 242159, lm_sensors/trunk/sensord.conf)
Deleted:
  lm_sensors/repos/extra-i686/PKGBUILD
  lm_sensors/repos/extra-i686/healthd
  lm_sensors/repos/extra-i686/healthd.conf
  lm_sensors/repos/extra-i686/healthd.service
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-i686/sensord.conf
  lm_sensors/repos/extra-x86_64/PKGBUILD
  lm_sensors/repos/extra-x86_64/healthd
  lm_sensors/repos/extra-x86_64/healthd.conf
  lm_sensors/repos/extra-x86_64/healthd.service
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-x86_64/sensord.conf

--+
 /PKGBUILD|  102 +++
 /healthd |  106 +
 /healthd.conf|   34 +
 /healthd.service |   18 
 /lm_sensors-fancontrol.patch |   58 +++
 /sensord.conf|   18 
 extra-i686/PKGBUILD  |   51 -
 extra-i686/healthd   |   53 --
 extra-i686/healthd.conf  |   17 
 extra-i686/healthd.service   |9 --
 extra-i686/lm_sensors-fancontrol.patch   |   29 ---
 extra-i686/sensord.conf  |9 --
 extra-x86_64/PKGBUILD|   51 -
 extra-x86_64/healthd |   53 --
 extra-x86_64/healthd.conf|   17 
 extra-x86_64/healthd.service |9 --
 extra-x86_64/lm_sensors-fancontrol.patch |   29 ---
 extra-x86_64/sensord.conf|9 --
 18 files changed, 336 insertions(+), 336 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-13 03:58:54 UTC (rev 242159)
+++ extra-i686/PKGBUILD 2015-07-13 04:03:17 UTC (rev 242160)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=lm_sensors
-pkgver=3.3.5
-pkgrel=1
-pkgdesc=Collection of user space tools for general SMBus access and hardware 
monitoring
-arch=('i686' 'x86_64')
-url=http://www.lm-sensors.org/;
-license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
-makedepends=('rrdtool')
-optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
-source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
-   healthd healthd.conf healthd.service sensord.conf
-lm_sensors-fancontrol.patch)
-sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
-  'SKIP'
-  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
-  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
-  'd72ec328e9303acef86342483b6f8537de6117d9'
-  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
-  'b0bc977348610d6a008d75a43f65800251c4c9f7')
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sensors}.service}
-  sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
-  patch -p0 -i ${srcdir}/lm_sensors-fancontrol.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
-PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DESTDIR=${pkgdir} 
install
-
-  install -D -m755 ${srcdir}/healthd ${pkgdir}/usr/bin/healthd
-
-  install -D -m644 ${srcdir}/healthd.conf ${pkgdir}/etc/healthd.conf
-  

[arch-commits] Commit in lm_sensors/repos (24 files)

2012-06-10 Thread Eric Bélanger
Date: Sunday, June 10, 2012 @ 22:28:41
  Author: eric
Revision: 161414

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  lm_sensors/repos/staging-i686/
  lm_sensors/repos/staging-i686/PKGBUILD
(from rev 161413, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/staging-i686/daemonarg.patch
(from rev 161413, lm_sensors/trunk/daemonarg.patch)
  lm_sensors/repos/staging-i686/fancontrol.rc
(from rev 161413, lm_sensors/trunk/fancontrol.rc)
  lm_sensors/repos/staging-i686/fancontrol.service
(from rev 161413, lm_sensors/trunk/fancontrol.service)
  lm_sensors/repos/staging-i686/healthd
(from rev 161413, lm_sensors/trunk/healthd)
  lm_sensors/repos/staging-i686/healthd.conf
(from rev 161413, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/staging-i686/healthd.rc
(from rev 161413, lm_sensors/trunk/healthd.rc)
  lm_sensors/repos/staging-i686/linux_3.0.patch
(from rev 161413, lm_sensors/trunk/linux_3.0.patch)
  lm_sensors/repos/staging-i686/sensord.conf
(from rev 161413, lm_sensors/trunk/sensord.conf)
  lm_sensors/repos/staging-i686/sensord.rc
(from rev 161413, lm_sensors/trunk/sensord.rc)
  lm_sensors/repos/staging-i686/sensors.rc
(from rev 161413, lm_sensors/trunk/sensors.rc)
  lm_sensors/repos/staging-x86_64/
  lm_sensors/repos/staging-x86_64/PKGBUILD
(from rev 161413, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/staging-x86_64/daemonarg.patch
(from rev 161413, lm_sensors/trunk/daemonarg.patch)
  lm_sensors/repos/staging-x86_64/fancontrol.rc
(from rev 161413, lm_sensors/trunk/fancontrol.rc)
  lm_sensors/repos/staging-x86_64/fancontrol.service
(from rev 161413, lm_sensors/trunk/fancontrol.service)
  lm_sensors/repos/staging-x86_64/healthd
(from rev 161413, lm_sensors/trunk/healthd)
  lm_sensors/repos/staging-x86_64/healthd.conf
(from rev 161413, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/staging-x86_64/healthd.rc
(from rev 161413, lm_sensors/trunk/healthd.rc)
  lm_sensors/repos/staging-x86_64/linux_3.0.patch
(from rev 161413, lm_sensors/trunk/linux_3.0.patch)
  lm_sensors/repos/staging-x86_64/sensord.conf
(from rev 161413, lm_sensors/trunk/sensord.conf)
  lm_sensors/repos/staging-x86_64/sensord.rc
(from rev 161413, lm_sensors/trunk/sensord.rc)
  lm_sensors/repos/staging-x86_64/sensors.rc
(from rev 161413, lm_sensors/trunk/sensors.rc)

---+
 staging-i686/PKGBUILD |   55 
 staging-i686/daemonarg.patch  |   50 +++
 staging-i686/fancontrol.rc|   35 ++
 staging-i686/fancontrol.service   |9 ++
 staging-i686/healthd  |   46 +
 staging-i686/healthd.conf |   17 +
 staging-i686/healthd.rc   |   52 +++
 staging-i686/linux_3.0.patch  |   11 +++
 staging-i686/sensord.conf |4 +
 staging-i686/sensord.rc   |   37 +++
 staging-i686/sensors.rc   |  119 
 staging-x86_64/PKGBUILD   |   55 
 staging-x86_64/daemonarg.patch|   50 +++
 staging-x86_64/fancontrol.rc  |   35 ++
 staging-x86_64/fancontrol.service |9 ++
 staging-x86_64/healthd|   46 +
 staging-x86_64/healthd.conf   |   17 +
 staging-x86_64/healthd.rc |   52 +++
 staging-x86_64/linux_3.0.patch|   11 +++
 staging-x86_64/sensord.conf   |4 +
 staging-x86_64/sensord.rc |   37 +++
 staging-x86_64/sensors.rc |  119 
 22 files changed, 870 insertions(+)

Copied: lm_sensors/repos/staging-i686/PKGBUILD (from rev 161413, 
lm_sensors/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-11 02:28:41 UTC (rev 161414)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=lm_sensors
+pkgver=3.3.2
+pkgrel=3
+pkgdesc=Collection of user space tools for general SMBus access and hardware 
monitoring
+arch=('i686' 'x86_64')
+url=http://www.lm-sensors.org/;
+license=('GPL' 'LGPL')
+depends=('perl' 'sysfsutils')
+makedepends=('rrdtool')
+optdepends=('rrdtool: for logging with sensord')
+backup=('etc/sensors3.conf' 'etc/conf.d/healthd' 'etc/conf.d/sensord')
+options=('!emptydirs')
+source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
 \
+   sensors.rc fancontrol.rc healthd healthd.conf healthd.rc sensord.conf \
+sensord.rc fancontrol.service daemonarg.patch linux_3.0.patch)
+sha1sums=('5d0f026ad763124e8c2ad733b6e1ad5e6473993d'
+  'a486d9fb6c5b0aff4520f6312106c67f5163f1cf'
+  'b2e664b9b87759991f02d0a1e8cac5e95098c0a5'
+  'a068ac0a3115a6191a487e11422506baa922b40a'
+  '78b5cd36c3cb8e98b972cdd8c4a12687d79a79a8'
+