[arch-commits] Commit in smartmontools/repos (6 files)

2017-11-05 Thread Christian Hesse
Date: Monday, November 6, 2017 @ 07:51:49
  Author: eworm
Revision: 308946

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

Added:
  smartmontools/repos/testing-i686/
  smartmontools/repos/testing-i686/PKGBUILD
(from rev 308945, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-i686/smartd.conf
(from rev 308945, smartmontools/trunk/smartd.conf)
  smartmontools/repos/testing-x86_64/
  smartmontools/repos/testing-x86_64/PKGBUILD
(from rev 308945, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-x86_64/smartd.conf
(from rev 308945, smartmontools/trunk/smartd.conf)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/smartd.conf   |1 
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/smartd.conf |1 
 4 files changed, 102 insertions(+)

Copied: smartmontools/repos/testing-i686/PKGBUILD (from rev 308945, 
smartmontools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-06 07:51:49 UTC (rev 308946)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.6
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+validpgpkeys=('887B8C6321104CA84A8EF91B18ECDA46CBF6BAC6') # Smartmontools 
Signing Key (through 2018) 
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'smartd.conf')
+sha256sums=('51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054'
+'SKIP'
+'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/testing-i686/smartd.conf (from rev 308945, 
smartmontools/trunk/smartd.conf)
===
--- testing-i686/smartd.conf(rev 0)
+++ testing-i686/smartd.conf2017-11-06 07:51:49 UTC (rev 308946)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Copied: smartmontools/repos/testing-x86_64/PKGBUILD (from rev 308945, 
smartmontools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-06 07:51:49 UTC (rev 308946)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.6
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+validpgpkeys=('887B8C6321104CA84A8EF91B18ECDA46CBF6BAC6') # Smartmontools 
Signing Key (through 2018) 
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'smartd.conf')
+sha256sums=('51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054'
+'SKIP'
+'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  

[arch-commits] Commit in smartmontools/repos (6 files)

2017-10-06 Thread Christian Hesse
Date: Friday, October 6, 2017 @ 19:20:31
  Author: eworm
Revision: 307062

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

Added:
  smartmontools/repos/testing-i686/
  smartmontools/repos/testing-i686/PKGBUILD
(from rev 307061, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-i686/smartd.conf
(from rev 307061, smartmontools/trunk/smartd.conf)
  smartmontools/repos/testing-x86_64/
  smartmontools/repos/testing-x86_64/PKGBUILD
(from rev 307061, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-x86_64/smartd.conf
(from rev 307061, smartmontools/trunk/smartd.conf)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/smartd.conf   |1 
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/smartd.conf |1 
 4 files changed, 102 insertions(+)

Copied: smartmontools/repos/testing-i686/PKGBUILD (from rev 307061, 
smartmontools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-06 19:20:31 UTC (rev 307062)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.5
+pkgrel=2
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+validpgpkeys=('F41F01FC078449584FFCCF57DF0F1A49C4A4903A') # Smartmontools 
Signing Key (through 2016) 
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'smartd.conf')
+sha256sums=('89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc'
+'SKIP'
+'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/testing-i686/smartd.conf (from rev 307061, 
smartmontools/trunk/smartd.conf)
===
--- testing-i686/smartd.conf(rev 0)
+++ testing-i686/smartd.conf2017-10-06 19:20:31 UTC (rev 307062)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Copied: smartmontools/repos/testing-x86_64/PKGBUILD (from rev 307061, 
smartmontools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-06 19:20:31 UTC (rev 307062)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.5
+pkgrel=2
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+validpgpkeys=('F41F01FC078449584FFCCF57DF0F1A49C4A4903A') # Smartmontools 
Signing Key (through 2016) 
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'smartd.conf')
+sha256sums=('89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc'
+'SKIP'
+'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  

[arch-commits] Commit in smartmontools/repos (6 files)

2016-05-18 Thread Antonio Rojas
Date: Wednesday, May 18, 2016 @ 09:06:13
  Author: arojas
Revision: 268278

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

Added:
  smartmontools/repos/testing-i686/
  smartmontools/repos/testing-i686/PKGBUILD
(from rev 268277, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-i686/smartd.conf
(from rev 268277, smartmontools/trunk/smartd.conf)
  smartmontools/repos/testing-x86_64/
  smartmontools/repos/testing-x86_64/PKGBUILD
(from rev 268277, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-x86_64/smartd.conf
(from rev 268277, smartmontools/trunk/smartd.conf)

+
 testing-i686/PKGBUILD  |   48 +++
 testing-i686/smartd.conf   |1 
 testing-x86_64/PKGBUILD|   48 +++
 testing-x86_64/smartd.conf |1 
 4 files changed, 98 insertions(+)

Copied: smartmontools/repos/testing-i686/PKGBUILD (from rev 268277, 
smartmontools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-18 07:06:13 UTC (rev 268278)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.5
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('093aeec3f8f39fa9a37593c4012d3156'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/testing-i686/smartd.conf (from rev 268277, 
smartmontools/trunk/smartd.conf)
===
--- testing-i686/smartd.conf(rev 0)
+++ testing-i686/smartd.conf2016-05-18 07:06:13 UTC (rev 268278)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Copied: smartmontools/repos/testing-x86_64/PKGBUILD (from rev 268277, 
smartmontools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-18 07:06:13 UTC (rev 268278)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.5
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('093aeec3f8f39fa9a37593c4012d3156'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf 

[arch-commits] Commit in smartmontools/repos (6 files)

2015-12-05 Thread Bartłomiej Piotrowski
Date: Saturday, December 5, 2015 @ 17:31:27
  Author: bpiotrowski
Revision: 252465

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

Added:
  smartmontools/repos/staging-i686/
  smartmontools/repos/staging-i686/PKGBUILD
(from rev 252464, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/staging-i686/smartd.conf
(from rev 252464, smartmontools/trunk/smartd.conf)
  smartmontools/repos/staging-x86_64/
  smartmontools/repos/staging-x86_64/PKGBUILD
(from rev 252464, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/staging-x86_64/smartd.conf
(from rev 252464, smartmontools/trunk/smartd.conf)

+
 staging-i686/PKGBUILD  |   48 +++
 staging-i686/smartd.conf   |1 
 staging-x86_64/PKGBUILD|   48 +++
 staging-x86_64/smartd.conf |1 
 4 files changed, 98 insertions(+)

Copied: smartmontools/repos/staging-i686/PKGBUILD (from rev 252464, 
smartmontools/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-05 16:31:27 UTC (rev 252465)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.4
+pkgrel=2
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('56812c8312fd123ed40ef65afde1049e'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/staging-i686/smartd.conf (from rev 252464, 
smartmontools/trunk/smartd.conf)
===
--- staging-i686/smartd.conf(rev 0)
+++ staging-i686/smartd.conf2015-12-05 16:31:27 UTC (rev 252465)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Copied: smartmontools/repos/staging-x86_64/PKGBUILD (from rev 252464, 
smartmontools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-05 16:31:27 UTC (rev 252465)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.4
+pkgrel=2
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'smartd.conf')
+md5sums=('56812c8312fd123ed40ef65afde1049e'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644