Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/
Date: Thu, 30 Nov 2017 18:47:53
Message-Id: 1512067662.b9fa0ed7c260192cd38705a3bdfdada6e6cf1eea.robbat2@gentoo
1 commit: b9fa0ed7c260192cd38705a3bdfdada6e6cf1eea
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 18:45:52 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 18:47:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fa0ed7
7
8 sys-block/fio: bump
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-block/fio/Manifest | 5 +-
13 sys-block/fio/fio-3.2.ebuild | 108 +++++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 111 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-block/fio/Manifest b/sys-block/fio/Manifest
17 index cf77e929e9b..8a6626de11b 100644
18 --- a/sys-block/fio/Manifest
19 +++ b/sys-block/fio/Manifest
20 @@ -1,2 +1,3 @@
21 -DIST fio-2.15.tar.bz2 545809 SHA256 60044f92cfbd2f656162864aae309ab88ff5983c2e49f4b9f8271c445852f5bd SHA512 fa3380031e6e0a597eb34e597af91efbc824a3d5753793fdb00cb10e693943e0358afaad9624eb4333e81182c94424a56fbd1d434eeff098dbf2fc4e19167db0 WHIRLPOOL 32215d63a373c88041d90c6d07d87f9b4e6d4070d1b263676a817dc9ddd8cb175cbbc25e8359cec956ea26a39f40c1cb501ba897475f628ce4f6a5502939239e
22 -DIST fio-2.16.tar.bz2 558662 SHA256 7d8dd6897a5fa181b4b707ffb7b87306c23a5a99a3aefa1d6f510150302cb6ec SHA512 f71c8ab8423e82ceae160bae8c17ac1222c1b2dde2ccb1b2aedb2288e0eb60485f8e9f3908640d4f6cebf166a148f4ad64026c035381c5db5141bf3059349d75 WHIRLPOOL cdd11fd09dce3fec04b12f82fef6d53c8ae70623b35a39cbfe50039bf9be5d80e00715c58e9fa6dee67a471327bf6da7f741add880bfefa9eb26f432b265e9ac
23 +DIST fio-2.15.tar.bz2 545809 BLAKE2B 163530097a6ff08016c977a328bc499d052c423890c8e7074bc91fb00b02b3d951dd0369ff772fa5f36a37e0b1b7d6b358c3df99bf70db9bec2bbc7f90eee596 SHA512 fa3380031e6e0a597eb34e597af91efbc824a3d5753793fdb00cb10e693943e0358afaad9624eb4333e81182c94424a56fbd1d434eeff098dbf2fc4e19167db0
24 +DIST fio-2.16.tar.bz2 558662 BLAKE2B cbc6e6000bd497fc92779c34688c0862f3adccd7c399ca5d4e4ce9ee9c40faddfec9b3fcca2fad2cd91ca00eee95c4a108273496c9e63db8017695ecf42d294d SHA512 f71c8ab8423e82ceae160bae8c17ac1222c1b2dde2ccb1b2aedb2288e0eb60485f8e9f3908640d4f6cebf166a148f4ad64026c035381c5db5141bf3059349d75
25 +DIST fio-3.2.tar.bz2 613565 BLAKE2B e721d698338dd8d2c6215780a2d9a10c643a5912d3c27b3e759b4c14585ae1afe4edab5bdc54df8cf19c6f3727f8f4b19ce9da3298a5f0ef3753a5d8f423f4ef SHA512 97ea5ed6587d1e7382a67ab7ad933b6e332ba84cb648d17dcebad3c95c9eb6b1c04a4537e3470f890607f2921da77fcd4e49079b8b78f2d15e9c199dab850d1e
26
27 diff --git a/sys-block/fio/fio-3.2.ebuild b/sys-block/fio/fio-3.2.ebuild
28 new file mode 100644
29 index 00000000000..66cacad7746
30 --- /dev/null
31 +++ b/sys-block/fio/fio-3.2.ebuild
32 @@ -0,0 +1,108 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit eutils python-r1 toolchain-funcs
41 +
42 +MY_PV="${PV/_rc/-rc}"
43 +MY_P="${PN}-${MY_PV}"
44 +
45 +DESCRIPTION="Jens Axboe's Flexible IO tester"
46 +HOMEPAGE="http://brick.kernel.dk/snaps/"
47 +SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
52 +IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
53 +REQUIRED_USE="gnuplot? ( ${PYTHON_REQUIRED_USE} )"
54 +
55 +# GTK+:2 does not offer static libaries.
56 +LIB_DEPEND="aio? ( dev-libs/libaio[static-libs(+)] )
57 + glusterfs? ( sys-cluster/glusterfs[static-libs(+)] )
58 + gtk? ( dev-libs/glib:2[static-libs(+)] )
59 + numa? ( sys-process/numactl[static-libs(+)] )
60 + rbd? ( sys-cluster/ceph[static-libs(+)] )
61 + rdma? (
62 + sys-fabric/libibverbs[static-libs(+)]
63 + sys-fabric/librdmacm[static-libs(+)]
64 + )
65 + zlib? ( sys-libs/zlib[static-libs(+)] )"
66 +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
67 + gtk? ( x11-libs/gtk+:2 )"
68 +DEPEND="${RDEPEND}
69 + static? ( ${LIB_DEPEND} )"
70 +RDEPEND+="
71 + gnuplot? (
72 + sci-visualization/gnuplot
73 + ${PYTHON_DEPS}
74 + )"
75 +
76 +S="${WORKDIR}/${MY_P}"
77 +
78 +PATCHES=(
79 + "${FILESDIR}"/fio-2.2.13-libmtd.patch
80 +)
81 +
82 +src_prepare() {
83 + sed -i '/^DEBUGFLAGS/s: -D_FORTIFY_SOURCE=2::g' Makefile || die
84 +
85 + # Many checks don't have configure flags.
86 + sed -i \
87 + -e "s:\<pkg-config\>:$(tc-getPKG_CONFIG):" \
88 + -e '/if compile_prog "" "-lz" "zlib" *; *then/ '"s::if $(usex zlib true false) ; then:" \
89 + -e '/if compile_prog "" "-laio" "libaio" ; then/'"s::if $(usex aio true false) ; then:" \
90 + configure || die
91 + default
92 +}
93 +
94 +src_configure() {
95 + chmod g-w "${T}"
96 + # not a real configure script
97 + # TODO: pmem
98 + set -- \
99 + ./configure \
100 + --disable-optimizations \
101 + --extra-cflags="${CFLAGS} ${CPPFLAGS}" \
102 + --cc="$(tc-getCC)" \
103 + --disable-pmem \
104 + $(usex glusterfs '' '--disable-gfapi') \
105 + $(usex gtk '--enable-gfio' '') \
106 + $(usex numa '' '--disable-numa') \
107 + $(usex rbd '' '--disable-rbd') \
108 + $(usex rdma '' '--disable-rdma') \
109 + $(usex static '--build-static' '')
110 + echo "$@"
111 + "$@" || die 'configure failed'
112 +}
113 +
114 +src_compile() {
115 + emake V=1 OPTFLAGS=
116 +}
117 +
118 +src_install() {
119 + emake install DESTDIR="${D}" prefix="${EPREFIX}/usr" mandir="${EPREFIX}/usr/share/man"
120 +
121 + if use gnuplot ; then
122 + python_replicate_script \
123 + "${ED}/usr/bin/fio2gnuplot" \
124 + "${ED}/usr/bin/fiologparser_hist.py" \
125 + "${ED}/usr/bin/fio_latency2csv.py" \
126 + "${ED}/usr/bin/fiologparser.py"
127 + else
128 + rm "${ED}"/usr/bin/{fio2gnuplot,fio_generate_plots} || die
129 + rm "${ED}"/usr/share/man/man1/{fio2gnuplot,fio_generate_plots}.1 || die
130 + rm "${ED}"/usr/share/fio/*.gpm || die
131 + rmdir "${ED}"/usr/share/fio/ 2>/dev/null
132 + fi
133 +
134 + # This tool has security/parallel issues -- it hardcodes /tmp/template.fio.
135 + rm "${ED}"/usr/bin/genfio || die
136 +
137 + dodoc README REPORTING-BUGS HOWTO
138 + docinto examples
139 + dodoc examples/*
140 +}