summaryrefslogtreecommitdiff
path: root/sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-10 00:01:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-10 00:01:14 +0100
commit17e5f1ea4a2e1c5664f96480ca46348d008e8711 (patch)
tree7166d1b58a582290a4ad23ff5882cca911b8035c /sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild
parenta0ce545d52f231499bf9f3644493113d8af58ec9 (diff)
gentoo auto-resync : 10:05:2024 - 00:01:13
Diffstat (limited to 'sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild')
-rw-r--r--sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild b/sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild
deleted file mode 100644
index b7583d7e80d4..000000000000
--- a/sys-apps/azure-nvme-utils/azure-nvme-utils-0.1.2_p20240502.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake udev
-
-COMMIT="cbf8c65d0d792b7dfc02dcaa55d5ec3077464ee6"
-DESCRIPTION="Utility to help identify Azure NVMe devices"
-HOMEPAGE="https://github.com/Azure/azure-nvme-utils"
-#SRC_URI="https://github.com/Azure/${PN}/archive/refs/tags/v${PV}/${P}.tar.gz"
-SRC_URI="https://github.com/Azure/${PN}/archive/${COMMIT}/${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc +lun-fallback"
-
-BDEPEND="
- doc? ( app-text/pandoc )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DAZURE_LUN_CALCULATION_BY_NSID_ENABLED=$(usex lun-fallback)
- -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d"
- -DPANDOC_EXECUTABLE="$(usex doc "${BROOT}"/usr/bin/pandoc no)"
- )
- cmake_src_configure
-}