[arch-commits] Commit in nvme-cli/repos/community-x86_64 (4 files)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Nov 12 22:18:22 UTC 2021
Date: Friday, November 12, 2021 @ 22:18:22
Author: foxboron
Revision: 1044862
archrelease: copy trunk to community-x86_64
Added:
nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 1044861, nvme-cli/trunk/PKGBUILD)
nvme-cli/repos/community-x86_64/nvme-cli.install
(from rev 1044861, nvme-cli/trunk/nvme-cli.install)
Deleted:
nvme-cli/repos/community-x86_64/PKGBUILD
nvme-cli/repos/community-x86_64/nvme-cli.install
------------------+
PKGBUILD | 78 ++++++++++++++++++++++++++---------------------------
nvme-cli.install | 16 +++++-----
2 files changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-12 22:18:15 UTC (rev 1044861)
+++ PKGBUILD 2021-11-12 22:18:22 UTC (rev 1044862)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot <niQo @ aur>
-# Contributor: Martin Schrodt <martin at schrodt.org>
-
-pkgname=nvme-cli
-pkgver=1.15
-pkgrel=1
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli"
-license=('GPL')
-makedepends=('systemd')
-depends=('util-linux' 'libsystemd')
-install=nvme-cli.install
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4c681d1a98fc139c0c81f0c878d052c475679a2aca28221050b3be7e5b996528')
-
-build() {
- cd "${pkgname}-${pkgver}"
- make PREFIX=/usr
-}
-
-# Tests require a working NVME disk.
-# check() {
-# cd "${pkgname}-${pkgver}"
-# make test
-# }
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr SBINDIR=/usr/bin install-spec
-
- # This is done because we don't want the hostnqn and hostid files tracked.
- # they are supposed to be unique
- rm $pkgdir/etc/nvme/host{nqn,id}
-}
Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 1044861, nvme-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-12 22:18:22 UTC (rev 1044862)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Devin Cofer <ranguvar[at]ranguvar[dot]io>
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot <niQo @ aur>
+# Contributor: Martin Schrodt <martin at schrodt.org>
+
+pkgname=nvme-cli
+pkgver=1.16
+pkgrel=1
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli"
+license=('GPL')
+makedepends=('systemd')
+depends=('util-linux' 'libsystemd')
+install=nvme-cli.install
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('40f741020ab5c490374901cd2c0c9b6cf98dd5ff5f182517a0aec12c0e9aef55')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make PREFIX=/usr
+}
+
+# Tests require a working NVME disk.
+# check() {
+# cd "${pkgname}-${pkgver}"
+# make test
+# }
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr SBINDIR=/usr/bin install-spec
+
+ # This is done because we don't want the hostnqn and hostid files tracked.
+ # they are supposed to be unique
+ rm $pkgdir/etc/nvme/host{nqn,id}
+}
Deleted: nvme-cli.install
===================================================================
--- nvme-cli.install 2021-11-12 22:18:15 UTC (rev 1044861)
+++ nvme-cli.install 2021-11-12 22:18:22 UTC (rev 1044862)
@@ -1,8 +0,0 @@
-post_install(){
- if [ ! -f /etc/nvme/hostnqn ]; then
- nvme gen-hostnqn > /etc/nvme/hostnqn
- fi
- if [ ! -f /etc/nvme/hostid ]; then
- uuidgen > /etc/nvme/hostid
- fi
-}
Copied: nvme-cli/repos/community-x86_64/nvme-cli.install (from rev 1044861, nvme-cli/trunk/nvme-cli.install)
===================================================================
--- nvme-cli.install (rev 0)
+++ nvme-cli.install 2021-11-12 22:18:22 UTC (rev 1044862)
@@ -0,0 +1,8 @@
+post_install(){
+ if [ ! -f /etc/nvme/hostnqn ]; then
+ nvme gen-hostnqn > /etc/nvme/hostnqn
+ fi
+ if [ ! -f /etc/nvme/hostid ]; then
+ uuidgen > /etc/nvme/hostid
+ fi
+}
More information about the arch-commits
mailing list