[arch-commits] Commit in hwloc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Apr 24 20:03:40 UTC 2019


    Date: Wednesday, April 24, 2019 @ 20:03:39
  Author: jelle
Revision: 352086

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-24 20:03:27 UTC (rev 352085)
+++ PKGBUILD	2019-04-24 20:03:39 UTC (rev 352086)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
-# Contributor: Hervé YVIQUEL <elldekaa at gmail.com>
-
-pkgname=hwloc
-pkgver=1.11.11
-pkgrel=1
-pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
-url='https://www.open-mpi.org/projects/hwloc/'
-arch=('x86_64')
-license=('BSD')
-depends=('numactl' 'libtool' 'libsystemd')
-makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
-optdepends=('cairo' 'libxml2' 'pciutils')
-options=('!docs')
-source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd')
-
-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 -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 352085, hwloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-24 20:03:39 UTC (rev 352086)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
+# Contributor: Hervé YVIQUEL <elldekaa at gmail.com>
+
+pkgname=hwloc
+pkgver=1.11.12
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
+url='https://www.open-mpi.org/projects/hwloc/'
+arch=('x86_64')
+license=('BSD')
+depends=('numactl' 'libtool' 'systemd-libs')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
+optdepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ddfb7b9b4571551165b0fd824a340e58814c8c2b4af64c818579d4bc695a417d')
+
+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 -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list