Date: Sunday, April 21, 2013 @ 12:49:31 Author: giovanni Revision: 183306
archrelease: copy trunk to extra-i686, extra-x86_64 Added: smartmontools/repos/extra-i686/PKGBUILD (from rev 183305, smartmontools/trunk/PKGBUILD) smartmontools/repos/extra-i686/smartd.conf (from rev 183305, smartmontools/trunk/smartd.conf) smartmontools/repos/extra-x86_64/PKGBUILD (from rev 183305, smartmontools/trunk/PKGBUILD) smartmontools/repos/extra-x86_64/smartd.conf (from rev 183305, smartmontools/trunk/smartd.conf) Deleted: smartmontools/repos/extra-i686/PKGBUILD smartmontools/repos/extra-i686/smartd.conf smartmontools/repos/extra-x86_64/PKGBUILD smartmontools/repos/extra-x86_64/smartd.conf --------------------------+ /PKGBUILD | 88 +++++++++++++++++++++++++++++++++++++++++++++ /smartd.conf | 2 + extra-i686/PKGBUILD | 43 --------------------- extra-i686/smartd.conf | 1 extra-x86_64/PKGBUILD | 43 --------------------- extra-x86_64/smartd.conf | 1 6 files changed, 90 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2013-04-21 10:49:24 UTC (rev 183305) +++ extra-i686/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora <giova...@archlinux.org> -# Contributor: Jeff Mickey <j...@archlinux.org> -# Contributor: Jani Talikka <jani.tali...@gmail.com> -# Contributor: Ralf Barth <archlinux....@haggy.org> - -pkgname=smartmontools -pkgver=6.1 -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') -backup=('etc/smartd.conf' - 'etc/conf.d/smartd') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'smartd.conf') -md5sums=('83a3a681f8183ed858392d550ae1cca6' - '28c1b80c41dac52d433961dcfb4f70e0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-drivedb \ - --with-libcap-ng=yes \ - --with-systemdsystemunitdir=/usr/lib/systemd/system - 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/extra-i686/PKGBUILD (from rev 183305, smartmontools/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Jeff Mickey <j...@archlinux.org> +# Contributor: Jani Talikka <jani.tali...@gmail.com> +# Contributor: Ralf Barth <archlinux....@haggy.org> + +pkgname=smartmontools +pkgver=6.1 +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=('heirloom-mailx: 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=('83a3a681f8183ed858392d550ae1cca6' + '28c1b80c41dac52d433961dcfb4f70e0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-drivedb \ + --with-libcap-ng=yes \ + --with-systemdsystemunitdir=/usr/lib/systemd/system + 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" +} Deleted: extra-i686/smartd.conf =================================================================== --- extra-i686/smartd.conf 2013-04-21 10:49:24 UTC (rev 183305) +++ extra-i686/smartd.conf 2013-04-21 10:49:31 UTC (rev 183306) @@ -1 +0,0 @@ -SMARTD_ARGS="" Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 183305, smartmontools/trunk/smartd.conf) =================================================================== --- extra-i686/smartd.conf (rev 0) +++ extra-i686/smartd.conf 2013-04-21 10:49:31 UTC (rev 183306) @@ -0,0 +1 @@ +SMARTD_ARGS="" Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2013-04-21 10:49:24 UTC (rev 183305) +++ extra-x86_64/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora <giova...@archlinux.org> -# Contributor: Jeff Mickey <j...@archlinux.org> -# Contributor: Jani Talikka <jani.tali...@gmail.com> -# Contributor: Ralf Barth <archlinux....@haggy.org> - -pkgname=smartmontools -pkgver=6.1 -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') -backup=('etc/smartd.conf' - 'etc/conf.d/smartd') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'smartd.conf') -md5sums=('83a3a681f8183ed858392d550ae1cca6' - '28c1b80c41dac52d433961dcfb4f70e0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-drivedb \ - --with-libcap-ng=yes \ - --with-systemdsystemunitdir=/usr/lib/systemd/system - 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/extra-x86_64/PKGBUILD (from rev 183305, smartmontools/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Jeff Mickey <j...@archlinux.org> +# Contributor: Jani Talikka <jani.tali...@gmail.com> +# Contributor: Ralf Barth <archlinux....@haggy.org> + +pkgname=smartmontools +pkgver=6.1 +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=('heirloom-mailx: 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=('83a3a681f8183ed858392d550ae1cca6' + '28c1b80c41dac52d433961dcfb4f70e0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-drivedb \ + --with-libcap-ng=yes \ + --with-systemdsystemunitdir=/usr/lib/systemd/system + 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" +} Deleted: extra-x86_64/smartd.conf =================================================================== --- extra-x86_64/smartd.conf 2013-04-21 10:49:24 UTC (rev 183305) +++ extra-x86_64/smartd.conf 2013-04-21 10:49:31 UTC (rev 183306) @@ -1 +0,0 @@ -SMARTD_ARGS="" Copied: smartmontools/repos/extra-x86_64/smartd.conf (from rev 183305, smartmontools/trunk/smartd.conf) =================================================================== --- extra-x86_64/smartd.conf (rev 0) +++ extra-x86_64/smartd.conf 2013-04-21 10:49:31 UTC (rev 183306) @@ -0,0 +1 @@ +SMARTD_ARGS=""