[arch-commits] Commit in nvme-cli/repos/community-x86_64 (4 files)

Morten Linderud foxboron at gemini.archlinux.org
Mon Jul 4 17:30:40 UTC 2022


    Date: Monday, July 4, 2022 @ 17:30:40
  Author: foxboron
Revision: 1243944

archrelease: copy trunk to community-x86_64

Added:
  nvme-cli/repos/community-x86_64/PKGBUILD
    (from rev 1243943, nvme-cli/trunk/PKGBUILD)
  nvme-cli/repos/community-x86_64/nvme-cli.install
    (from rev 1243943, nvme-cli/trunk/nvme-cli.install)
Deleted:
  nvme-cli/repos/community-x86_64/PKGBUILD
  nvme-cli/repos/community-x86_64/nvme-cli.install

------------------+
 PKGBUILD         |   91 ++++++++++++++++++++++++++---------------------------
 nvme-cli.install |   16 ++++-----
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 17:30:32 UTC (rev 1243943)
+++ PKGBUILD	2022-07-04 17:30:40 UTC (rev 1243944)
@@ -1,45 +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=2.0
-pkgrel=2
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli"
-license=('GPL')
-makedepends=('systemd' 'meson' 'git')
-depends=('util-linux' 'libsystemd')
-options=(debug strip)
-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=('471869b3bf643bb357dc9613ad14d24ff342fcd97e2db5a753c81c335ad8859c')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-	meson setup \
-	--prefix /usr \
-	--libexecdir lib \
-	--sbindir bin \
-	--buildtype plain \
-	--auto-features enabled \
-	-D b_lto=true -D b_pie=true \
-	-D docs=man -D docs-build=true \
-	-D udevrulesdir=lib/udev/rules.d \
-	.build
-}
-
-# Tests require a working NVME disk.
-# check() {
-# 	cd "${pkgname}-${pkgver}"
-# 	make test
-# }
-
-package() {
-	cd "${pkgname}-${pkgver}"
-	DESTDIR="$pkgdir" meson install -C .build
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 1243943, nvme-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 17:30:40 UTC (rev 1243944)
@@ -0,0 +1,46 @@
+# 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=2.0
+pkgrel=3
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli"
+license=('GPL')
+makedepends=('systemd' 'meson' 'git')
+depends=('util-linux' 'libsystemd')
+options=(debug strip)
+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=('471869b3bf643bb357dc9613ad14d24ff342fcd97e2db5a753c81c335ad8859c')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	meson setup \
+	--prefix /usr \
+	--libexecdir lib \
+	--sbindir bin \
+	--buildtype plain \
+	--auto-features enabled \
+	-D b_lto=true -D b_pie=true \
+	-D docs=man -D docs-build=true \
+	-D systemddir=lib/systemd/system/ \
+	-D udevrulesdir=lib/udev/rules.d \
+	.build
+}
+
+# Tests require a working NVME disk.
+# check() {
+# 	cd "${pkgname}-${pkgver}"
+# 	make test
+# }
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	DESTDIR="$pkgdir" meson install -C .build
+}

Deleted: nvme-cli.install
===================================================================
--- nvme-cli.install	2022-07-04 17:30:32 UTC (rev 1243943)
+++ nvme-cli.install	2022-07-04 17:30:40 UTC (rev 1243944)
@@ -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 1243943, nvme-cli/trunk/nvme-cli.install)
===================================================================
--- nvme-cli.install	                        (rev 0)
+++ nvme-cli.install	2022-07-04 17:30:40 UTC (rev 1243944)
@@ -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