summaryrefslogtreecommitdiff
path: root/sys-fabric/perftest/perftest-4.4.0.37.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /sys-fabric/perftest/perftest-4.4.0.37.ebuild
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'sys-fabric/perftest/perftest-4.4.0.37.ebuild')
-rw-r--r--sys-fabric/perftest/perftest-4.4.0.37.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/sys-fabric/perftest/perftest-4.4.0.37.ebuild b/sys-fabric/perftest/perftest-4.4.0.37.ebuild
index 598a4ce98a24..2b04e19d6f98 100644
--- a/sys-fabric/perftest/perftest-4.4.0.37.ebuild
+++ b/sys-fabric/perftest/perftest-4.4.0.37.ebuild
@@ -5,33 +5,29 @@ EAPI="7"
inherit autotools
-DESCRIPTION="OpenIB uverbs micro-benchmarks"
+MY_PV="$(ver_cut 1-2)-$(ver_cut 3-4)"
+DESCRIPTION="OpenIB uverbs micro-benchmarks"
HOMEPAGE="https://github.com/linux-rdma/perftest/"
-LICENSE="|| ( GPL-2 BSD-2 )"
-
-MY_PV="$(ver_cut 1-2)"-"$(ver_cut 3-4)"
-
SRC_URI="https://github.com/linux-rdma/perftest/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="|| ( GPL-2 BSD-2 )"
+SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-SLOT=0
DEPEND="
sys-apps/pciutils
sys-cluster/rdma-core
- "
+"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"/"${PN}"-"${MY_PV}"
-
src_prepare() {
default
eautoreconf
}
-
src_install() {
default