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

2020-12-22 Thread Felix Yan via arch-commits
Date: Tuesday, December 22, 2020 @ 22:32:30
  Author: felixonmars
Revision: 404863

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 404862, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 22:32:20 UTC (rev 404862)
+++ PKGBUILD2020-12-22 22:32:30 UTC (rev 404863)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=71
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
-makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('3c5e22aee1bd1411a4c838051a00e1c2f26e69b3bdf5ac9182e82c431f6df97551e8b5e8784cce9673f0c5cb9f47ccade4506f4d6c0774977a25a768196cccfd')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 404862, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 22:32:30 UTC (rev 404863)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=71.1
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
+makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('92fb06ca64455775ce0b89ba0846f70235e02fe3502e2a8a55a858f76f87cb90ae98f5bf01620e5884f667ea78ee2bee2cd9e7a85ffa8f8d9c456e9282ca9ebc')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-12-19 Thread Felix Yan via arch-commits
Date: Saturday, December 19, 2020 @ 22:51:22
  Author: felixonmars
Revision: 404643

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 404642, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 22:51:12 UTC (rev 404642)
+++ PKGBUILD2020-12-19 22:51:22 UTC (rev 404643)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=70.1
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
-makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('aa5a7fb357f5d3f0218d2e8ddcb20b5adcd17e651ff7a73841dc11e7bdefbf8335777154a73abdcfd890236a5321ca26c47e7ab54efe648c54711e437cf5c5cc')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 404642, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 22:51:22 UTC (rev 404643)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=71
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
+makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('3c5e22aee1bd1411a4c838051a00e1c2f26e69b3bdf5ac9182e82c431f6df97551e8b5e8784cce9673f0c5cb9f47ccade4506f4d6c0774977a25a768196cccfd')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 06:35:43
  Author: felixonmars
Revision: 397835

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 397834, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 06:35:31 UTC (rev 397834)
+++ PKGBUILD2020-10-10 06:35:43 UTC (rev 397835)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=70
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
-makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('3ad44efd56f0ef156716f4db5b6c18241e8c5cf52f3b3a3455012f3006d21dd3e2c63a83aa7f7ac8113d61fa8419b80d6182195dff5d176272af63a2d85cb487')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 397834, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 06:35:43 UTC (rev 397835)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=70.1
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
+makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('aa5a7fb357f5d3f0218d2e8ddcb20b5adcd17e651ff7a73841dc11e7bdefbf8335777154a73abdcfd890236a5321ca26c47e7ab54efe648c54711e437cf5c5cc')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-06 Thread Felix Yan via arch-commits
Date: Tuesday, October 6, 2020 @ 20:41:20
  Author: felixonmars
Revision: 397446

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 397445, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 20:41:02 UTC (rev 397445)
+++ PKGBUILD2020-10-06 20:41:20 UTC (rev 397446)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=69
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('8fa4448cc66a156280051402ecea86a1da0f17235763de2475b5a3da622f35f469c3aed6c3f54b7f3b1553b1c86fd11e1f55e83c8c2aa0ea6d01a3ca9e503a2d')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 397445, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-06 20:41:20 UTC (rev 397446)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=70
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs')
+makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('3ad44efd56f0ef156716f4db5b6c18241e8c5cf52f3b3a3455012f3006d21dd3e2c63a83aa7f7ac8113d61fa8419b80d6182195dff5d176272af63a2d85cb487')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-23 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 07:11:50
  Author: felixonmars
Revision: 392422

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 392421, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 07:11:34 UTC (rev 392421)
+++ PKGBUILD2020-07-23 07:11:50 UTC (rev 392422)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=68
-pkgrel=2
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('dd8abbb63f612d10dd4a879cb98f80df2ef773c547a89051789128eee1f52c3c0fdae82007b51ce99a603243e5c28e5b2f1a7864c606f4b14d3fe9c4fd790883')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 392421, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 07:11:50 UTC (rev 392422)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=69
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('8fa4448cc66a156280051402ecea86a1da0f17235763de2475b5a3da622f35f469c3aed6c3f54b7f3b1553b1c86fd11e1f55e83c8c2aa0ea6d01a3ca9e503a2d')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-24 Thread Felix Yan via arch-commits
Date: Tuesday, March 24, 2020 @ 17:57:38
  Author: felixonmars
Revision: 378443

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 378442, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 17:57:22 UTC (rev 378442)
+++ PKGBUILD2020-03-24 17:57:38 UTC (rev 378443)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=67
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('a923510468f540ac84fca5c562096b02eb3827c57e87ac36641f5ce129114ba583ce5ac5d71b45d7be876e880ad7e4fe38678350480d8974745120c7e0161435')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 378442, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-24 17:57:38 UTC (rev 378443)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=68
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('dd8abbb63f612d10dd4a879cb98f80df2ef773c547a89051789128eee1f52c3c0fdae82007b51ce99a603243e5c28e5b2f1a7864c606f4b14d3fe9c4fd790883')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:50:18
  Author: felixonmars
Revision: 365981

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 365980, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 18:49:58 UTC (rev 365980)
+++ PKGBUILD2019-10-28 18:50:18 UTC (rev 365981)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=66
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('3647905b585a68975b28d61f26b0b486468a90a7eea31ef7fd874f9848671dd72db2ad6d85f5268b63988bfffab2c0be569d668dccf95bbdf01fad55300cc0c8')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 365980, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 18:50:18 UTC (rev 365981)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=67
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('a923510468f540ac84fca5c562096b02eb3827c57e87ac36641f5ce129114ba583ce5ac5d71b45d7be876e880ad7e4fe38678350480d8974745120c7e0161435')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-08-09 Thread Felix Yan via arch-commits
Date: Friday, August 9, 2019 @ 08:32:56
  Author: felixonmars
Revision: 359363

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 359362, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-09 08:32:42 UTC (rev 359362)
+++ PKGBUILD2019-08-09 08:32:56 UTC (rev 359363)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=65
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('3e468d0c87a27c45f25cc8e165bab5e2914748a3a755a6393b35655178b91a6a9d6fbb16c3ff06df5463caa4fe29432f53130b30ba5cda4faf165d72f382db46')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 359362, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-09 08:32:56 UTC (rev 359363)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=66
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('3647905b585a68975b28d61f26b0b486468a90a7eea31ef7fd874f9848671dd72db2ad6d85f5268b63988bfffab2c0be569d668dccf95bbdf01fad55300cc0c8')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-11 Thread Felix Yan via arch-commits
Date: Saturday, May 11, 2019 @ 22:01:20
  Author: felixonmars
Revision: 352894

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 352893, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-11 22:01:09 UTC (rev 352893)
+++ PKGBUILD2019-05-11 22:01:20 UTC (rev 352894)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=64.1
-pkgrel=2
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 352893, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-11 22:01:20 UTC (rev 352894)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=65
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('3e468d0c87a27c45f25cc8e165bab5e2914748a3a755a6393b35655178b91a6a9d6fbb16c3ff06df5463caa4fe29432f53130b30ba5cda4faf165d72f382db46')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 19:58:04
  Author: felixonmars
Revision: 348616

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 348615, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   55 ++-
 1 file changed, 30 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 19:57:49 UTC (rev 348615)
+++ PKGBUILD2019-03-18 19:58:04 UTC (rev 348616)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=64.1
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 348615, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 19:58:04 UTC (rev 348616)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=64.1
+pkgrel=2
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-02-07 Thread Felix Yan via arch-commits
Date: Thursday, February 7, 2019 @ 11:49:41
  Author: felixonmars
Revision: 345546

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 345545, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 11:49:28 UTC (rev 345545)
+++ PKGBUILD2019-02-07 11:49:41 UTC (rev 345546)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=64
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('5e46db5e048cf55681d50bffb87b93c9127d2ccc22a7614453e6437ba5e156d3a96527588d8a5c411681404f783ae6486b079314526c02b2211d529cb6a29fe1')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 345545, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-07 11:49:41 UTC (rev 345546)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=64.1
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-05 Thread Felix Yan via arch-commits
Date: Saturday, October 6, 2018 @ 00:06:14
  Author: felixonmars
Revision: 335867

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 335866, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   51 +--
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-06 00:03:26 UTC (rev 335866)
+++ PKGBUILD2018-10-06 00:06:14 UTC (rev 335867)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=62
-pkgrel=2
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoc' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('ea7508a571bf69a15c24d40385b08fedfb6c02ca8f648724cf074f7d49f6361d69d42e1243255d3f473d9ed67361f34f34fad11ad73a4b2f3877a96e2b451827')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 335866, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-06 00:06:14 UTC (rev 335867)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=63
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('cfd6eca367fcbd920481bca3f217bb1b2e52c3ac4ff1213f95d00cf039c68cc6accd46c2118829845a07c163cdd927302d14215ff1b3c1996e48c4646ede7cc9')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 16:33:18
  Author: felixonmars
Revision: 324481

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 324480, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-17 16:32:56 UTC (rev 324480)
+++ PKGBUILD2018-05-17 16:33:18 UTC (rev 324481)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=60.2
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoc' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('b8b528b4e36f86c105af364c936878ba8e95a31dac006af23216df770592b94185a65ce60eed5085e0bb0ef0454ddf6db9d660d982c53caf81fd8bd03be1d8c1')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 324480, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-17 16:33:18 UTC (rev 324481)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=60.3
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoc' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('59f2fecec95a268258501b996a8343149a96e12e3825d327e20aa2f2c92299e31c3b8063df16922f2ea26a3c2a68ce21b4ab55a42298840804d0d4eb9a15041b')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 06:42:47
  Author: felixonmars
Revision: 324418

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 324417, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-17 06:42:26 UTC (rev 324417)
+++ PKGBUILD2018-05-17 06:42:47 UTC (rev 324418)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=60.1
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoc' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('2ad12e203e73012ad32eb5da5d6bf68b296c637b10071ad481fe83311e2d5a3fe96f7f3c16d698c9977c64bddd6549dc4d7dc9d8f3eec3a93eb216e71f5797aa')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 324417, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-17 06:42:47 UTC (rev 324418)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=60.2
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoc' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('b8b528b4e36f86c105af364c936878ba8e95a31dac006af23216df770592b94185a65ce60eed5085e0bb0ef0454ddf6db9d660d982c53caf81fd8bd03be1d8c1')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}