[arch-commits] Commit in hwloc/repos (4 files)

2017-10-06 Thread Antonio Rojas
Date: Friday, October 6, 2017 @ 22:51:40
  Author: arojas
Revision: 307069

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 307068, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 307068, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 307068, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-06 22:51:40 UTC (rev 307069)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.8
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5d6164400a49e2c77a7e1e98dd0247a1f7e6d4cf')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 307068, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-06 22:51:40 UTC (rev 307069)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.8
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5d6164400a49e2c77a7e1e98dd0247a1f7e6d4cf')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2017-04-27 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 13:45:53
  Author: anatolik
Revision: 294911

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 294910, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 294910, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 294910, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-27 13:45:53 UTC (rev 294911)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.7
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7b78850b8504a93972a3f114a0e75f9b115607d9')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 294910, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-27 13:45:53 UTC (rev 294911)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.7
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7b78850b8504a93972a3f114a0e75f9b115607d9')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2017-02-27 Thread Anatol Pomozov
Date: Monday, February 27, 2017 @ 17:59:43
  Author: anatolik
Revision: 289646

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 289645, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 289645, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 289645, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-27 17:59:43 UTC (rev 289646)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.6
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7508710be4f9920b46936f6b975cab379298ebdd')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 289645, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-27 17:59:43 UTC (rev 289646)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.6
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7508710be4f9920b46936f6b975cab379298ebdd')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2016-11-21 Thread Anatol Pomozov
Date: Monday, November 21, 2016 @ 18:02:42
  Author: anatolik
Revision: 281776

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 281775, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 281775, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 281775, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-21 18:02:42 UTC (rev 281776)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.5
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bfca110cc6a731eaaf02d9155e8ab126b694f118')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 281775, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-21 18:02:42 UTC (rev 281776)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.5
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bfca110cc6a731eaaf02d9155e8ab126b694f118')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2016-08-29 Thread Anatol Pomozov
Date: Monday, August 29, 2016 @ 16:34:34
  Author: anatolik
Revision: 274822

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 274821, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 274821, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 274821, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-29 16:34:34 UTC (rev 274822)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.4
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5ecfeea7a825da1e22dd3d418746b33fad44f1b0')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 274821, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-29 16:34:34 UTC (rev 274822)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.4
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5ecfeea7a825da1e22dd3d418746b33fad44f1b0')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2016-05-08 Thread Anatol Pomozov
Date: Sunday, May 8, 2016 @ 18:41:37
  Author: anatolik
Revision: 267213

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 267212, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 267212, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 267212, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-08 16:41:37 UTC (rev 267213)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.3
+pkgrel=2
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('66e71c50dbbd483c0c1cdac4dbced6ce19fcbcb3')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 267212, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-08 16:41:37 UTC (rev 267213)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.3
+pkgrel=2
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('66e71c50dbbd483c0c1cdac4dbced6ce19fcbcb3')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2015-12-17 Thread Anatol Pomozov
Date: Thursday, December 17, 2015 @ 22:23:42
  Author: anatolik
Revision: 256732

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 256731, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 256731, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 256731, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-17 21:23:42 UTC (rev 256732)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 256731, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-17 21:23:42 UTC (rev 256732)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2015-12-17 Thread Anatol Pomozov
Date: Thursday, December 17, 2015 @ 22:53:53
  Author: anatolik
Revision: 256734

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

Added:
  hwloc/repos/testing-i686/PKGBUILD
(from rev 256733, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 256733, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/testing-i686/PKGBUILD
  hwloc/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   68 ++
 testing-i686/PKGBUILD   |   34 ---
 testing-x86_64/PKGBUILD |   34 ---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-12-17 21:53:13 UTC (rev 256733)
+++ testing-i686/PKGBUILD   2015-12-17 21:53:53 UTC (rev 256734)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 256733, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-17 21:53:53 UTC (rev 256734)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.2
+pkgrel=2
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-12-17 21:53:13 UTC (rev 256733)
+++ testing-x86_64/PKGBUILD 2015-12-17 21:53:53 UTC (rev 256734)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 256733, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-17 21:53:53 UTC (rev 256734)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.2
+pkgrel=2
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')

[arch-commits] Commit in hwloc/repos (4 files)

2015-10-15 Thread Anatol Pomozov
Date: Thursday, October 15, 2015 @ 20:48:05
  Author: anatolik
Revision: 249393

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 249392, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 249392, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 249392, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-15 18:48:05 UTC (rev 249393)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f08db5ccd59f443a725df3c386528b9f17f43a9e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 249392, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-15 18:48:05 UTC (rev 249393)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f08db5ccd59f443a725df3c386528b9f17f43a9e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2015-09-09 Thread Allan McRae
Date: Thursday, September 10, 2015 @ 05:16:42
  Author: allan
Revision: 245657

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

Added:
  hwloc/repos/staging-i686/
  hwloc/repos/staging-i686/PKGBUILD
(from rev 245656, hwloc/trunk/PKGBUILD)
  hwloc/repos/staging-x86_64/
  hwloc/repos/staging-x86_64/PKGBUILD
(from rev 245656, hwloc/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: hwloc/repos/staging-i686/PKGBUILD (from rev 245656, 
hwloc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-10 03:16:42 UTC (rev 245657)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.0
+pkgrel=2
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3ae29c9b0717fa43fe0573f7053e11d766aba73e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/staging-x86_64/PKGBUILD (from rev 245656, 
hwloc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-10 03:16:42 UTC (rev 245657)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.0
+pkgrel=2
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3ae29c9b0717fa43fe0573f7053e11d766aba73e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2015-08-20 Thread Anatol Pomozov
Date: Thursday, August 20, 2015 @ 17:31:32
  Author: anatolik
Revision: 25

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 24, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 24, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 24, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-20 15:31:32 UTC (rev 25)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.11.0
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3ae29c9b0717fa43fe0573f7053e11d766aba73e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 24, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-20 15:31:32 UTC (rev 25)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.11.0
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3ae29c9b0717fa43fe0573f7053e11d766aba73e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in hwloc/repos (4 files)

2015-02-04 Thread Anatol Pomozov
Date: Wednesday, February 4, 2015 @ 16:36:41
  Author: anatolik
Revision: 230748

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 230747, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 230747, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-04 15:35:58 UTC (rev 230747)
+++ extra-i686/PKGBUILD 2015-02-04 15:36:41 UTC (rev 230748)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.9
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('99646446502e0f9952170bf1082be63361d99b6d')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 230747, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-04 15:36:41 UTC (rev 230748)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.10/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('76291124e4638b2fbd4deb4cc3cd680e153077b5')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-04 15:35:58 UTC (rev 230747)
+++ extra-x86_64/PKGBUILD   2015-02-04 15:36:41 UTC (rev 230748)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.9
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('99646446502e0f9952170bf1082be63361d99b6d')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 230747, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-04 15:36:41 UTC (rev 230748)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.10/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2014-04-05 Thread Eric Bélanger
Date: Saturday, April 5, 2014 @ 20:40:31
  Author: eric
Revision: 209842

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 209841, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 209841, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-05 18:37:59 UTC (rev 209841)
+++ extra-i686/PKGBUILD 2014-04-05 18:40:31 UTC (rev 209842)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fe465bc02da7b4a96b362ea73bdc0b8e4cf80040')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 209841, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-05 18:40:31 UTC (rev 209842)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.9
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('99646446502e0f9952170bf1082be63361d99b6d')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-05 18:37:59 UTC (rev 209841)
+++ extra-x86_64/PKGBUILD   2014-04-05 18:40:31 UTC (rev 209842)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fe465bc02da7b4a96b362ea73bdc0b8e4cf80040')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 209841, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-05 18:40:31 UTC (rev 209842)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.9
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 08:41:23
  Author: eric
Revision: 208140

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 208139, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 208139, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:40:55 UTC (rev 208139)
+++ extra-i686/PKGBUILD 2014-03-18 07:41:23 UTC (rev 208140)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.8
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('548a0d111775bceca9f1388d1d03e86a209ed6a8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 208139, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-18 07:41:23 UTC (rev 208140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fe465bc02da7b4a96b362ea73bdc0b8e4cf80040')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-18 07:40:55 UTC (rev 208139)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:41:23 UTC (rev 208140)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.8
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('548a0d111775bceca9f1388d1d03e86a209ed6a8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 208139, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:41:23 UTC (rev 208140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2013-11-24 Thread Eric Bélanger
Date: Sunday, November 24, 2013 @ 23:34:03
  Author: eric
Revision: 200289

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 200288, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 200288, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-24 22:33:32 UTC (rev 200288)
+++ extra-i686/PKGBUILD 2013-11-24 22:34:03 UTC (rev 200289)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bcd7d71e038af6e1f06a233fdf1c00739033e128')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 200288, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-24 22:34:03 UTC (rev 200289)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.8
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('548a0d111775bceca9f1388d1d03e86a209ed6a8')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-24 22:33:32 UTC (rev 200288)
+++ extra-x86_64/PKGBUILD   2013-11-24 22:34:03 UTC (rev 200289)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bcd7d71e038af6e1f06a233fdf1c00739033e128')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 200288, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-24 22:34:03 UTC (rev 200289)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.8
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2013-10-28 Thread Eric Bélanger
Date: Tuesday, October 29, 2013 @ 03:18:00
  Author: eric
Revision: 197744

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 197743, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 197743, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   30 -
 extra-x86_64/PKGBUILD |   30 -
 3 files changed, 68 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-29 02:17:19 UTC (rev 197743)
+++ extra-i686/PKGBUILD 2013-10-29 02:18:00 UTC (rev 197744)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.7/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7bb4e6c68d1c24f881d3f7ddf0682b50622351c8')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 197743, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-29 02:18:00 UTC (rev 197744)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bcd7d71e038af6e1f06a233fdf1c00739033e128')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-29 02:17:19 UTC (rev 197743)
+++ extra-x86_64/PKGBUILD   2013-10-29 02:18:00 UTC (rev 197744)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.7/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7bb4e6c68d1c24f881d3f7ddf0682b50622351c8')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 197743, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-29 02:18:00 UTC (rev 197744)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2013-06-10 Thread Bartłomiej Piotrowski
Date: Monday, June 10, 2013 @ 08:43:40
  Author: bpiotrowski
Revision: 188118

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 188117, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 188117, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-10 06:43:29 UTC (rev 188117)
+++ extra-i686/PKGBUILD 2013-06-10 06:43:40 UTC (rev 188118)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.6.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 188117, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-10 06:43:40 UTC (rev 188118)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.7/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7bb4e6c68d1c24f881d3f7ddf0682b50622351c8')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-10 06:43:29 UTC (rev 188117)
+++ extra-x86_64/PKGBUILD   2013-06-10 06:43:40 UTC (rev 188118)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.6.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 188117, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-10 06:43:40 UTC (rev 188118)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.7/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 23:00:59
  Author: stephane
Revision: 180615

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 180614, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 180614, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 180614, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-24 22:00:59 UTC (rev 180615)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 180614, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-24 22:00:59 UTC (rev 180615)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in hwloc/repos (4 files)

2013-01-21 Thread stephane
Date: Monday, January 21, 2013 @ 18:03:37
  Author: stephane
Revision: 175783

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 175772, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 175782, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-21 17:03:24 UTC (rev 175782)
+++ extra-i686/PKGBUILD 2013-01-21 17:03:37 UTC (rev 175783)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.6
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 175772, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-21 17:03:37 UTC (rev 175783)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9d02234d6abd5332675957506e4d8144c515e986')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-21 17:03:24 UTC (rev 175782)
+++ extra-x86_64/PKGBUILD   2013-01-21 17:03:37 UTC (rev 175783)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.6
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 175782, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-21 17:03:37 UTC (rev 175783)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2012-12-11 Thread Stéphane Gaudreault
Date: Tuesday, December 11, 2012 @ 07:57:48
  Author: stephane
Revision: 173120

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 173119, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 173119, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 12:57:31 UTC (rev 173119)
+++ extra-i686/PKGBUILD 2012-12-11 12:57:48 UTC (rev 173120)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 173119, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 12:57:48 UTC (rev 173120)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 12:57:31 UTC (rev 173119)
+++ extra-x86_64/PKGBUILD   2012-12-11 12:57:48 UTC (rev 173120)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 173119, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-11 12:57:48 UTC (rev 173120)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2012-11-06 Thread Stéphane Gaudreault
Date: Tuesday, November 6, 2012 @ 09:16:10
  Author: stephane
Revision: 170363

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 170362, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 170362, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-06 14:15:59 UTC (rev 170362)
+++ extra-i686/PKGBUILD 2012-11-06 14:16:10 UTC (rev 170363)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.5
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b2e60bd40cfc6ca79dde68b19a83e8a4719d6b14')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 170362, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-06 14:16:10 UTC (rev 170363)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-06 14:15:59 UTC (rev 170362)
+++ extra-x86_64/PKGBUILD   2012-11-06 14:16:10 UTC (rev 170363)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.5
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b2e60bd40cfc6ca79dde68b19a83e8a4719d6b14')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 170362, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-06 14:16:10 UTC (rev 170363)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2012-09-25 Thread Stéphane Gaudreault
Date: Tuesday, September 25, 2012 @ 14:41:34
  Author: stephane
Revision: 167124

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 167123, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 167123, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 167123, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-25 18:41:34 UTC (rev 167124)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.5
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('b2e60bd40cfc6ca79dde68b19a83e8a4719d6b14')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 167123, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-25 18:41:34 UTC (rev 167124)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.5
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('b2e60bd40cfc6ca79dde68b19a83e8a4719d6b14')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in hwloc/repos (4 files)

2012-05-14 Thread Stéphane Gaudreault
Date: Monday, May 14, 2012 @ 21:03:17
  Author: stephane
Revision: 159010

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 159009, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 159009, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 159009, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-15 01:03:17 UTC (rev 159010)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 159009, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-15 01:03:17 UTC (rev 159010)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in hwloc/repos (4 files)

2012-03-05 Thread Stéphane Gaudreault
Date: Monday, March 5, 2012 @ 21:06:32
  Author: stephane
Revision: 152254

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 152253, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 152253, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-06 02:06:22 UTC (rev 152253)
+++ extra-i686/PKGBUILD 2012-03-06 02:06:32 UTC (rev 152254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.4
-pkgrel=2
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('04326ebbf5a084164d72269f05e37ae23996c023')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 152253, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-06 02:06:32 UTC (rev 152254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('911d2ba77fa968c3c72caf75a9e21637f3677acc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-06 02:06:22 UTC (rev 152253)
+++ extra-x86_64/PKGBUILD   2012-03-06 02:06:32 UTC (rev 152254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.4
-pkgrel=2
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('04326ebbf5a084164d72269f05e37ae23996c023')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 152253, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-06 02:06:32 UTC (rev 152254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in hwloc/repos (4 files)

2012-02-29 Thread Stéphane Gaudreault
Date: Wednesday, February 29, 2012 @ 18:23:35
  Author: stephane
Revision: 151699

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 151698, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 151698, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-29 23:23:26 UTC (rev 151698)
+++ extra-i686/PKGBUILD 2012-02-29 23:23:35 UTC (rev 151699)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.4
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('04326ebbf5a084164d72269f05e37ae23996c023')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 151698, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-29 23:23:35 UTC (rev 151699)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4
+pkgrel=2
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('04326ebbf5a084164d72269f05e37ae23996c023')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-29 23:23:26 UTC (rev 151698)
+++ extra-x86_64/PKGBUILD   2012-02-29 23:23:35 UTC (rev 151699)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.4
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('04326ebbf5a084164d72269f05e37ae23996c023')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 151698, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-29 23:23:35 UTC (rev 151699)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4
+pkgrel=2
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')

[arch-commits] Commit in hwloc/repos (4 files)

2012-01-27 Thread Stéphane Gaudreault
Date: Friday, January 27, 2012 @ 10:42:58
  Author: stephane
Revision: 147724

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 147723, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 147723, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-27 15:42:48 UTC (rev 147723)
+++ extra-i686/PKGBUILD 2012-01-27 15:42:58 UTC (rev 147724)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1051c937c3d2a4c98922903f313a1fa021bb35ba')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 147723, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-27 15:42:58 UTC (rev 147724)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML export')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('04326ebbf5a084164d72269f05e37ae23996c023')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-27 15:42:48 UTC (rev 147723)
+++ extra-x86_64/PKGBUILD   2012-01-27 15:42:58 UTC (rev 147724)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1051c937c3d2a4c98922903f313a1fa021bb35ba')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 147723, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-27 15:42:58 UTC (rev 147724)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML 

[arch-commits] Commit in hwloc/repos (4 files)

2011-12-28 Thread Stéphane Gaudreault
Date: Wednesday, December 28, 2011 @ 10:42:53
  Author: stephane
Revision: 145717

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 145716, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 145716, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-28 15:42:43 UTC (rev 145716)
+++ extra-i686/PKGBUILD 2011-12-28 15:42:53 UTC (rev 145717)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.3
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4d4de0f48f8b9a1eaf75d55bc93e0e624f6194eb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 145716, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-28 15:42:53 UTC (rev 145717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML export')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1051c937c3d2a4c98922903f313a1fa021bb35ba')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-28 15:42:43 UTC (rev 145716)
+++ extra-x86_64/PKGBUILD   2011-12-28 15:42:53 UTC (rev 145717)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.3
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4d4de0f48f8b9a1eaf75d55bc93e0e624f6194eb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 145716, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-28 15:42:53 UTC (rev 145717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: 

[arch-commits] Commit in hwloc/repos (4 files)

2011-11-22 Thread Stéphane Gaudreault
Date: Tuesday, November 22, 2011 @ 12:32:42
  Author: stephane
Revision: 143086

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 143085, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 143085, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-22 17:32:31 UTC (rev 143085)
+++ extra-i686/PKGBUILD 2011-11-22 17:32:42 UTC (rev 143086)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9805effb53a69199bcaf86efaf349fee684cb0a6')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 143085, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-22 17:32:42 UTC (rev 143086)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.3
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML export')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4d4de0f48f8b9a1eaf75d55bc93e0e624f6194eb')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-22 17:32:31 UTC (rev 143085)
+++ extra-x86_64/PKGBUILD   2011-11-22 17:32:42 UTC (rev 143086)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9805effb53a69199bcaf86efaf349fee684cb0a6')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 143085, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-22 17:32:42 UTC (rev 143086)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.3
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML export')

[arch-commits] Commit in hwloc/repos (4 files)

2011-10-05 Thread Stéphane Gaudreault
Date: Wednesday, October 5, 2011 @ 11:17:09
  Author: stephane
Revision: 139869

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 139868, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 139868, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-05 15:17:02 UTC (rev 139868)
+++ extra-i686/PKGBUILD 2011-10-05 15:17:09 UTC (rev 139869)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('43886dfa5bfbaa841976275e7bf643453d7b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 139868, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-05 15:17:09 UTC (rev 139869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML export')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9805effb53a69199bcaf86efaf349fee684cb0a6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-05 15:17:02 UTC (rev 139868)
+++ extra-x86_64/PKGBUILD   2011-10-05 15:17:09 UTC (rev 139869)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.2
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh')
-makedepends=('pkg-config')
-optdepends=('cairo: Graphical output' 'libxml2: XML export')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('43886dfa5bfbaa841976275e7bf643453d7b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 139868, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-05 15:17:09 UTC (rev 139869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh')
+makedepends=('pkg-config')
+optdepends=('cairo: Graphical output' 'libxml2: XML export')
+options=('!libtool' '!docs')