Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-benchmarks/spew/, app-benchmarks/spew/files/
Date: Mon, 03 Feb 2020 06:06:26
Message-Id: 1580709809.2cbc1492c1fbd3e00a694e1ebef0934996e936e4.mgorny@gentoo
1 commit: 2cbc1492c1fbd3e00a694e1ebef0934996e936e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 05:58:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:03:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbc1492
7
8 app-benchmarks/spew: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-benchmarks/spew/Manifest | 1 -
13 app-benchmarks/spew/files/fix-automake-1.13.patch | 28 --------------
14 .../spew/files/fix-format-security.patch | 24 ------------
15 app-benchmarks/spew/files/fix-ncurses-tinfo.patch | 29 ---------------
16 .../spew/files/remove-symlinks-makefile.patch | 26 -------------
17 app-benchmarks/spew/metadata.xml | 13 -------
18 app-benchmarks/spew/spew-1.0.8-r1.ebuild | 43 ----------------------
19 profiles/package.mask | 5 ---
20 8 files changed, 169 deletions(-)
21
22 diff --git a/app-benchmarks/spew/Manifest b/app-benchmarks/spew/Manifest
23 deleted file mode 100644
24 index a9cb72957cc..00000000000
25 --- a/app-benchmarks/spew/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST spew-1.0.8.tgz 162091 BLAKE2B 9ca0bba6cc749feb016d86bd4e159646538e0a89842aad44474bc377fe67c7f51aa33df2c4df14b329e1b7dabe78ef7da9f50daa0b01f8679a0e98810e5ea1b1 SHA512 ec76a1e681bbaabef6cdc63ced5114a856a312e91c5ff3e0d1536221583a1c939f9308139863670695121c8c720123a6d0697491867ccafc091607888cc81b56
29
30 diff --git a/app-benchmarks/spew/files/fix-automake-1.13.patch b/app-benchmarks/spew/files/fix-automake-1.13.patch
31 deleted file mode 100644
32 index c046c1b955e..00000000000
33 --- a/app-benchmarks/spew/files/fix-automake-1.13.patch
34 +++ /dev/null
35 @@ -1,28 +0,0 @@
36 -diff -Naur spew-1.0.8.orig/configure.ac spew-1.0.8/configure.ac
37 ---- spew-1.0.8.orig/configure.ac 2010-05-14 01:17:52.000000000 -0400
38 -+++ spew-1.0.8/configure.ac 2013-06-21 09:06:42.000000000 -0400
39 -@@ -2,20 +2,13 @@
40 - # Process this file with autoconf to produce a configure script.
41 -
42 - AC_PREREQ(2.57)
43 --AC_INIT(src/spew.cpp)
44 -+AC_INIT(spew, 1.0.8)
45 -+AC_CONFIG_SRCDIR(src/spew.cpp)
46 - AC_CONFIG_AUX_DIR(config)
47 --AM_CONFIG_HEADER(config.h)
48 -+AC_CONFIG_HEADERS(config.h)
49 - AM_MAINTAINER_MODE
50 -
51 --SPEW_AGE=1
52 --SPEW_REVISION=0
53 --SPEW_CURRENT=8
54 --AC_SUBST(SPEW_AGE)
55 --AC_SUBST(SPEW_REVISION)
56 --AC_SUBST(SPEW_CURRENT)
57 --VERSION=$SPEW_AGE.$SPEW_REVISION.$SPEW_CURRENT
58 --
59 --AM_INIT_AUTOMAKE(spew, $VERSION)
60 -+AM_INIT_AUTOMAKE
61 -
62 - # Checks for programs.
63 - AC_PROG_CXX
64
65 diff --git a/app-benchmarks/spew/files/fix-format-security.patch b/app-benchmarks/spew/files/fix-format-security.patch
66 deleted file mode 100644
67 index dd34d875bd0..00000000000
68 --- a/app-benchmarks/spew/files/fix-format-security.patch
69 +++ /dev/null
70 @@ -1,24 +0,0 @@
71 -diff -Naur spew-1.0.8.orig/src/spew.cpp spew-1.0.8/src/spew.cpp
72 ---- spew-1.0.8.orig/src/spew.cpp 2010-05-14 01:06:18.000000000 -0400
73 -+++ spew-1.0.8/src/spew.cpp 2014-11-19 08:39:31.806338597 -0500
74 -@@ -285,7 +285,7 @@
75 - PATTERN_LOOKUP[Job::PATTERN_USER_DEFINED],
76 - PATTERN_LOOKUP[Job::PATTERN_USER_DEFINED],
77 - PATTERN_LOOKUP[DEFAULT_PATTERN]);
78 -- fprintf(stdout, outStr);
79 -+ fprintf(stdout, "%s", outStr);
80 -
81 - fprintf(stdout, "\nReport bugs to Andrew Patterson <andrew.patterson@××.com>.\n");
82 - }
83 -diff -Naur spew-1.0.8.orig/src/SpewTuiStatisticsWindow.cpp spew-1.0.8/src/SpewTuiStatisticsWindow.cpp
84 ---- spew-1.0.8.orig/src/SpewTuiStatisticsWindow.cpp 2008-05-13 00:47:17.000000000 -0400
85 -+++ spew-1.0.8/src/SpewTuiStatisticsWindow.cpp 2014-11-19 08:39:52.527339540 -0500
86 -@@ -278,7 +278,7 @@
87 - "");
88 - if (mSpewTui->getCurrentIteration() > 0)
89 - {
90 -- int len = snprintf(NULL, 0, (char *)mTotalRunTime.getElapsedTimeStr().c_str());
91 -+ int len = snprintf(NULL, 0, "%s", (char *)mTotalRunTime.getElapsedTimeStr().c_str());
92 - mvwprintw(mWindow,
93 - RUNTIME_FIELD_STARTY,
94 - RUNTIME_FIELD_STARTX + RUNTIME_FIELD_WIDTH - len,
95
96 diff --git a/app-benchmarks/spew/files/fix-ncurses-tinfo.patch b/app-benchmarks/spew/files/fix-ncurses-tinfo.patch
97 deleted file mode 100644
98 index 9905e205704..00000000000
99 --- a/app-benchmarks/spew/files/fix-ncurses-tinfo.patch
100 +++ /dev/null
101 @@ -1,29 +0,0 @@
102 -diff -Naur spew-1.0.8.orig/configure.ac spew-1.0.8/configure.ac
103 ---- spew-1.0.8.orig/configure.ac 2014-11-19 08:15:31.284273029 -0500
104 -+++ spew-1.0.8/configure.ac 2014-11-19 08:16:07.063274657 -0500
105 -@@ -21,6 +21,7 @@
106 - # Checks for libraries.
107 - AC_CHECK_LIB(popt, poptGetContext, ,AC_MSG_ERROR([PACKAGE] requires popt))
108 - AC_CHECK_LIB(ncurses, wresize, ,AC_MSG_ERROR([PACKAGE] requires ncurses))
109 -+PKG_CHECK_MODULES(NCURSES, [ncurses])
110 -
111 - # Checks for header files.
112 - AC_HEADER_STDC
113 -diff -Naur spew-1.0.8.orig/src/Makefile.am spew-1.0.8/src/Makefile.am
114 ---- spew-1.0.8.orig/src/Makefile.am 2014-11-19 08:15:31.311273030 -0500
115 -+++ spew-1.0.8/src/Makefile.am 2014-11-19 08:16:57.034276932 -0500
116 -@@ -24,7 +24,7 @@
117 - libtui_a_SOURCES = \
118 - Tui.cpp Tui.h
119 -
120 --LDADD = libcommon.a libtui.a
121 -+LDADD = libcommon.a libtui.a $(NCURSES_LIBS)
122 -
123 - bin_PROGRAMS = spew
124 - spew_SOURCES = spew.cpp \
125 -@@ -37,4 +37,5 @@
126 - SpewTuiStatisticsWindow.cpp SpewTuiStatisticsWindow.h \
127 - SpewTuiStatusWindow.cpp SpewTuiStatusWindow.h
128 -
129 -+spew_CFLAGS = $(NCURSES_CFLAGS)
130 - spew_LDFLAGS = $(STATIC_LINK)
131
132 diff --git a/app-benchmarks/spew/files/remove-symlinks-makefile.patch b/app-benchmarks/spew/files/remove-symlinks-makefile.patch
133 deleted file mode 100644
134 index e5c369a7f8a..00000000000
135 --- a/app-benchmarks/spew/files/remove-symlinks-makefile.patch
136 +++ /dev/null
137 @@ -1,26 +0,0 @@
138 -diff -Naur spew-1.0.8.orig/man/Makefile.am spew-1.0.8/man/Makefile.am
139 ---- spew-1.0.8.orig/man/Makefile.am 2008-05-13 00:47:28.000000000 -0400
140 -+++ spew-1.0.8/man/Makefile.am 2011-04-05 09:39:32.000000000 -0400
141 -@@ -10,11 +10,5 @@
142 - sed -e 's!SPEW_VERSION!$(VERSION)!' \
143 - -e 's!SYSCONFDIR!$(sysconfdir)!' $< >$@
144 -
145 --install-data-am: install-man install-man-local
146 --
147 --install-man-local:
148 -- (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) -f spew.1 gorge.1)
149 -- (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) -f spew.1 regorge.1)
150 --
151 - help2man:
152 - help2man --section=1 --no-info --name="measures I/O performance and/or generates I/O load" --include="spew.1.include" --output=spew.1.in ../src/spew
153 -diff -Naur spew-1.0.8.orig/src/Makefile.am spew-1.0.8/src/Makefile.am
154 ---- spew-1.0.8.orig/src/Makefile.am 2008-05-13 00:47:20.000000000 -0400
155 -+++ spew-1.0.8/src/Makefile.am 2011-04-05 09:35:16.000000000 -0400
156 -@@ -38,7 +38,3 @@
157 - SpewTuiStatusWindow.cpp SpewTuiStatusWindow.h
158 -
159 - spew_LDFLAGS = $(STATIC_LINK)
160 --
161 --install-exec-local:
162 -- (cd $(DESTDIR)$(bindir) && $(LN_S) -f spew gorge)
163 -- (cd $(DESTDIR)$(bindir) && $(LN_S) -f spew regorge)
164
165 diff --git a/app-benchmarks/spew/metadata.xml b/app-benchmarks/spew/metadata.xml
166 deleted file mode 100644
167 index 130a05db05f..00000000000
168 --- a/app-benchmarks/spew/metadata.xml
169 +++ /dev/null
170 @@ -1,13 +0,0 @@
171 -<?xml version="1.0" encoding="UTF-8"?>
172 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
173 -<pkgmetadata>
174 - <maintainer type="person">
175 - <email>blueness@g.o</email>
176 - <name>Anthony G. Basile</name>
177 - </maintainer>
178 - <longdescription lang="en">
179 - An I/O performance measurement and load generation tool. Writes
180 - and/or reads generated data to or from a character device, block
181 - device, or regular file.
182 - </longdescription>
183 -</pkgmetadata>
184
185 diff --git a/app-benchmarks/spew/spew-1.0.8-r1.ebuild b/app-benchmarks/spew/spew-1.0.8-r1.ebuild
186 deleted file mode 100644
187 index 746b3b536e9..00000000000
188 --- a/app-benchmarks/spew/spew-1.0.8-r1.ebuild
189 +++ /dev/null
190 @@ -1,43 +0,0 @@
191 -# Copyright 1999-2015 Gentoo Foundation
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=4
195 -
196 -inherit autotools eutils toolchain-funcs
197 -
198 -DESCRIPTION="Measures I/O performance and/or generates I/O load"
199 -HOMEPAGE="http://spew.berlios.de/"
200 -SRC_URI="ftp://ftp.berlios.de/pub/spew/1.0.8/spew-1.0.8.tgz"
201 -
202 -LICENSE="GPL-2"
203 -SLOT="0"
204 -KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
205 -IUSE="static"
206 -
207 -DEPEND="static? ( sys-libs/ncurses[-gpm] dev-libs/popt[static-libs] )
208 - !static? ( sys-libs/ncurses dev-libs/popt )"
209 -RDEPEND="${DEPEND}"
210 -
211 -src_prepare() {
212 - epatch "${FILESDIR}"/fix-format-security.patch
213 - epatch "${FILESDIR}"/fix-automake-1.13.patch
214 - epatch "${FILESDIR}"/remove-symlinks-makefile.patch
215 - epatch "${FILESDIR}"/fix-ncurses-tinfo.patch
216 - eautoreconf
217 -}
218 -
219 -src_configure() {
220 - econf $(use_enable static static-link)
221 -}
222 -
223 -src_compile() {
224 - emake AR=$(tc-getAR)
225 -}
226 -
227 -src_install() {
228 - emake DESTDIR="${D}" install
229 - dosym ${PN} /usr/bin/gorge
230 - dosym ${PN} /usr/bin/regorge
231 - dosym ${PN}.1.bz2 /usr/share/man/man1/gorge.1.bz2
232 - dosym ${PN}.1.bz2 /usr/share/man/man1/reorge.1.bz2
233 -}
234
235 diff --git a/profiles/package.mask b/profiles/package.mask
236 index bb717e858c2..e3553a116dc 100644
237 --- a/profiles/package.mask
238 +++ b/profiles/package.mask
239 @@ -809,11 +809,6 @@ sci-libs/vecmath-objectclub
240 =app-emulation/xen-pvgrub-4.13.0
241 =app-emulation/xen-tools-4.13.0
242
243 -# Anthony G. Basile <blueness@g.o> (2019-12-17)
244 -# Project has been dead upstream for years.
245 -# Removal in 30 days.
246 -app-benchmarks/spew
247 -
248 # David Seifert <soap@g.o> (2019-12-08)
249 # Unmaintained, build hangs, tons of other build failures, missing
250 # dependencies. Bug #663794, #666916, #666922, #667062, #678068,