Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/ioping/files/, app-benchmarks/ioping/
Date: Mon, 19 Apr 2021 19:41:40
Message-Id: 1618861228.9ad1d86bf46034c554fa5f5193c45a28d8d56f0d.sam@gentoo
1 commit: 9ad1d86bf46034c554fa5f5193c45a28d8d56f0d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 19:32:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 19:40:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad1d86b
7
8 app-benchmarks/ioping: drop 0.9, 1.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-benchmarks/ioping/Manifest | 2 --
13 .../ioping/files/ioping-0.9-sysmacros.patch | 29 ----------------
14 app-benchmarks/ioping/ioping-0.9.ebuild | 39 ----------------------
15 app-benchmarks/ioping/ioping-1.0.ebuild | 33 ------------------
16 4 files changed, 103 deletions(-)
17
18 diff --git a/app-benchmarks/ioping/Manifest b/app-benchmarks/ioping/Manifest
19 index 5cddcbf192e..eb34bea7266 100644
20 --- a/app-benchmarks/ioping/Manifest
21 +++ b/app-benchmarks/ioping/Manifest
22 @@ -1,3 +1 @@
23 -DIST ioping-0.9.tar.gz 23695 BLAKE2B 41b37ad8dabd2c2e16f26798d878807c38e0d03bc4964a001f8800d0f398ba48335b1187e1f04cd235a980c5dce7e864c471fce8d46ca24a65f2022847eb8ebd SHA512 609e19c31a16a5961be0e468255f2853311162ad988d07404a8198042bec1e20cab37e192ad148536a0772efe8034a94d594671ec6fde7d37badee859796de1c
24 -DIST ioping-1.0.tar.gz 28824 BLAKE2B bb0f28e560419167450b27846650ff131c9cbb23c5df7f518afa8cea6a83bd97142d7ad8920b9ec86754deea0dcbf36af923223c78df6488f3623f2df852b59c SHA512 a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84
25 DIST ioping-1.1.tar.gz 29251 BLAKE2B 2f0ec642c3545b8e603f90187f48bf44e1ef665a99bc04af4d5e6441016c9509875e8e05c1cc8715fd080c8a498c7374cf5db562a3203d7075edbe85683ccdbb SHA512 67802a6ab552ad1fdb8894f4d814601c2f66154f4bfc50fa0001d881694864c1a70882b4ba2d0f50cbd484472dc649a22b312f802a3bacc3317671971bdc0201
26
27 diff --git a/app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch b/app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch
28 deleted file mode 100644
29 index 837d395201b..00000000000
30 --- a/app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -https://bugs.gentoo.org/579982
34 -
35 -From c56a8a442e79a8837074e0e573f6319efa492ba8 Mon Sep 17 00:00:00 2001
36 -From: Mike Frysinger <vapier@g.o>
37 -Date: Tue, 19 Apr 2016 02:44:33 -0400
38 -Subject: [PATCH] ioping: include sys/sysmacros.h for makedev
39 -
40 -The makedev prototype is in sys/sysmacros.h, so include it.
41 -
42 -Signed-off-by: Mike Frysinger <vapier@g.o>
43 ----
44 - ioping.c | 1 +
45 - 1 file changed, 1 insertion(+)
46 -
47 -diff --git a/ioping.c b/ioping.c
48 -index aae4704..80f4bb4 100644
49 ---- a/ioping.c
50 -+++ b/ioping.c
51 -@@ -48,6 +48,7 @@
52 - #ifdef __linux__
53 - # include <sys/ioctl.h>
54 - # include <sys/mount.h>
55 -+# include <sys/sysmacros.h>
56 - # define HAVE_POSIX_FADVICE
57 - # define HAVE_POSIX_MEMALIGN
58 - # define HAVE_DIRECT_IO
59 ---
60 -2.7.4
61 -
62
63 diff --git a/app-benchmarks/ioping/ioping-0.9.ebuild b/app-benchmarks/ioping/ioping-0.9.ebuild
64 deleted file mode 100644
65 index 432a18e7506..00000000000
66 --- a/app-benchmarks/ioping/ioping-0.9.ebuild
67 +++ /dev/null
68 @@ -1,39 +0,0 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -inherit toolchain-funcs
75 -
76 -DESCRIPTION="Simple disk I/0 latency measuring tool"
77 -HOMEPAGE="https://github.com/koct9i/ioping"
78 -SRC_URI="https://github.com/koct9i/ioping/releases/download/v${PV}/${P}.tar.gz"
79 -
80 -SLOT="0"
81 -LICENSE="GPL-3"
82 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
83 -IUSE=""
84 -
85 -PATCHES=( "${FILESDIR}"/${P}-sysmacros.patch )
86 -
87 -src_prepare() {
88 - default
89 - sed \
90 - -e 's: -g : :g' \
91 - -e 's: $(LDFLAGS) : :g' \
92 - -e 's: -o : $(LDFLAGS) -o :g' \
93 - -e 's:-s -m:-m:g' \
94 - -e 's:LICENSE::g' \
95 - -e 's:-O2.*::g' \
96 - -i Makefile || die
97 -}
98 -
99 -src_compile() {
100 - emake \
101 - CC="$(tc-getCC)" \
102 - PREFIX="${EPREFIX}/usr"
103 -}
104 -
105 -src_install() {
106 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
107 -}
108
109 diff --git a/app-benchmarks/ioping/ioping-1.0.ebuild b/app-benchmarks/ioping/ioping-1.0.ebuild
110 deleted file mode 100644
111 index 2c18dfe8efa..00000000000
112 --- a/app-benchmarks/ioping/ioping-1.0.ebuild
113 +++ /dev/null
114 @@ -1,33 +0,0 @@
115 -# Copyright 1999-2021 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=6
119 -
120 -inherit toolchain-funcs
121 -
122 -DESCRIPTION="Simple disk I/0 latency measuring tool"
123 -HOMEPAGE="https://github.com/koct9i/ioping"
124 -SRC_URI="https://github.com/koct9i/ioping/archive/v1.0.tar.gz -> ${P}.tar.gz"
125 -
126 -SLOT="0"
127 -LICENSE="GPL-3"
128 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
129 -IUSE=""
130 -
131 -src_prepare() {
132 - default
133 - sed \
134 - -e 's:LICENSE::g' \
135 - -i Makefile || die
136 -}
137 -
138 -src_compile() {
139 - emake \
140 - CFLAGS="${CFLAGS}" \
141 - CC="$(tc-getCC)" \
142 - PREFIX="${EPREFIX}/usr"
143 -}
144 -
145 -src_install() {
146 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
147 -}