summaryrefslogtreecommitdiff
path: root/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /sys-apps/nvme-cli/nvme-cli-1.9.ebuild
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'sys-apps/nvme-cli/nvme-cli-1.9.ebuild')
-rw-r--r--sys-apps/nvme-cli/nvme-cli-1.9.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild b/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
deleted file mode 100644
index 3be939cd58b7..000000000000
--- a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="NVM-Express user space tooling for Linux"
-HOMEPAGE="https://github.com/linux-nvme/nvme-cli"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-IUSE="+uuid"
-
-RDEPEND="uuid? ( sys-apps/util-linux:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -e 's|^LIBUUID =|LIBUUID ?=|' \
- -e 's|^install-hostparams:$|\0 install-etc|' \
- -i Makefile || die
-}
-
-src_configure() {
- tc-export CC
- export PREFIX="${EPREFIX}/usr"
- MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
-}