[arch-commits] Commit in smartmontools/repos (extra-i686)

2011-06-13 Thread Giovanni Scafora
Date: Monday, June 13, 2011 @ 20:06:43
  Author: giovanni
Revision: 127375

archrelease: remove extra-i686

Deleted:
  smartmontools/repos/extra-i686/



[arch-commits] Commit in smartmontools/repos (extra-i686)

2011-06-13 Thread Giovanni Scafora
Date: Monday, June 13, 2011 @ 20:06:56
  Author: giovanni
Revision: 127376

archrelease: copy trunk to extra-i686

Added:
  smartmontools/repos/extra-i686/



[arch-commits] Commit in smartmontools/repos (extra-i686)

2010-10-19 Thread Giovanni Scafora
Date: Tuesday, October 19, 2010 @ 08:09:49
  Author: giovanni
Revision: 96223

archrelease: remove extra-i686

Deleted:
  smartmontools/repos/extra-i686/



[arch-commits] Commit in smartmontools/repos (extra-i686)

2010-10-19 Thread Giovanni Scafora
Date: Tuesday, October 19, 2010 @ 08:10:12
  Author: giovanni
Revision: 96224

archrelease: copy trunk to extra-i686

Added:
  smartmontools/repos/extra-i686/



[arch-commits] Commit in smartmontools/repos (extra-i686)

2010-10-19 Thread Giovanni Scafora
Date: Tuesday, October 19, 2010 @ 08:10:58
  Author: giovanni
Revision: 96226

archrelease: remove extra-i686

Deleted:
  smartmontools/repos/extra-i686/



[arch-commits] Commit in smartmontools/repos (extra-i686)

2010-10-19 Thread Giovanni Scafora
Date: Tuesday, October 19, 2010 @ 08:11:17
  Author: giovanni
Revision: 96227

archrelease: copy trunk to extra-i686

Added:
  smartmontools/repos/extra-i686/



[arch-commits] Commit in smartmontools/repos (extra-i686 extra-i686/PKGBUILD)

2010-01-28 Thread Giovanni Scafora
Date: Thursday, January 28, 2010 @ 17:23:19
  Author: giovanni
Revision: 65424

Merged revisions 65423 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/smartmontools/trunk


  r65423 | giovanni | 2010-01-28 23:22:37 +0100 (gio, 28 gen 2010) | 2 lines
  
  upgpkg: smartmontools 5.39.1-1
  upstream release


Modified:
  smartmontools/repos/extra-i686/   (properties)
  smartmontools/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)


Property changes on: smartmontools/repos/extra-i686
___
Modified: svnmerge-integrated
   - /smartmontools/trunk:1-64307
   + /smartmontools/trunk:1-65423

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 22:22:37 UTC (rev 65423)
+++ extra-i686/PKGBUILD 2010-01-28 22:23:19 UTC (rev 65424)
@@ -5,7 +5,7 @@
 # Contributor: Ralf Barth archlinux@haggy.org
 
 pkgname=smartmontools
-pkgver=5.39
+pkgver=5.39.1
 pkgrel=1
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
 url=http://smartmontools.sourceforge.net;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
 smartd.conf
 smartd.rc)
-md5sums=('63c1b5373a9ef91e9c9becb16e147571'
+md5sums=('f6f7380ae45587161c0adae8862110e9'
  '28c1b80c41dac52d433961dcfb4f70e0'
  'fb30e07f87f2c1d99532e018291ad3e8')
 
@@ -26,9 +26,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
-  --sysconfdir=/etc
+  --sysconfdir=/etc \
+  --enable-drivedb
   make || return 1
-  make DESTDIR=${pkgdir}/ install
+  make DESTDIR=${pkgdir}/ install || return 1
   rm -rf ${pkgdir}/etc/rc.d
   install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
   install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd



[arch-commits] Commit in smartmontools/repos (extra-i686 extra-i686/PKGBUILD)

2010-01-19 Thread Giovanni Scafora
Date: Tuesday, January 19, 2010 @ 14:28:08
  Author: giovanni
Revision: 64308

Merged revisions 64307 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/smartmontools/trunk


  r64307 | giovanni | 2010-01-19 20:27:30 +0100 (mar, 19 gen 2010) | 2 lines
  
  upgpkg: smartmontools 5.39-1
  upstream release


Modified:
  smartmontools/repos/extra-i686/   (properties)
  smartmontools/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)


Property changes on: smartmontools/repos/extra-i686
___
Modified: svnmerge-integrated
   - /smartmontools/trunk:1-56782
   + /smartmontools/trunk:1-64307

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-19 19:27:30 UTC (rev 64307)
+++ extra-i686/PKGBUILD 2010-01-19 19:28:08 UTC (rev 64308)
@@ -5,8 +5,8 @@
 # Contributor: Ralf Barth archlinux@haggy.org
 
 pkgname=smartmontools
-pkgver=5.38
-pkgrel=2
+pkgver=5.39
+pkgrel=1
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
 url=http://smartmontools.sourceforge.net;
 license=('GPL')
@@ -17,13 +17,14 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
 smartd.conf
 smartd.rc)
-md5sums=('a282846532ecbd6b4a28072373b3a70b'
+md5sums=('63c1b5373a9ef91e9c9becb16e147571'
  '28c1b80c41dac52d433961dcfb4f70e0'
  'fb30e07f87f2c1d99532e018291ad3e8')
 
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure --prefix=/usr \
   --sysconfdir=/etc
   make || return 1