summaryrefslogtreecommitdiff
path: root/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:49:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:49:31 +0100
commit36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 (patch)
treed9d1fbc20509d4c90f57fb2d9e1459bc8034c831 /sys-apps/nvme-cli/nvme-cli-1.9.ebuild
parenta1392efe64137262023d92492396ca9156d22396 (diff)
Revert "gentoo resync : 13.09.2019"
This reverts commit a1392efe64137262023d92492396ca9156d22396.
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 dab045a072bd..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)"
-}