summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-01 10:46:59 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-01 10:50:11 +0100
commitf3628c21070326d4b0a82eefb494851b6dad9e3a (patch)
treef4d06ca609702d2ef6baa2c28a786aa7915af13c /app-benchmarks
parentdev-haskell/hgettext: Remove last-rited pkg (diff)
downloadgentoo-f3628c21070326d4b0a82eefb494851b6dad9e3a.tar.gz
gentoo-f3628c21070326d4b0a82eefb494851b6dad9e3a.tar.bz2
gentoo-f3628c21070326d4b0a82eefb494851b6dad9e3a.zip
app-benchmarks/contest: Remove last-rited pkg
Closes: https://bugs.gentoo.org/706824 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/contest/Manifest1
-rw-r--r--app-benchmarks/contest/contest-0.61-r1.ebuild37
-rw-r--r--app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch22
-rw-r--r--app-benchmarks/contest/files/contest-fortify_sources.patch11
-rw-r--r--app-benchmarks/contest/metadata.xml5
5 files changed, 0 insertions, 76 deletions
diff --git a/app-benchmarks/contest/Manifest b/app-benchmarks/contest/Manifest
deleted file mode 100644
index 948697b5dbd1..000000000000
--- a/app-benchmarks/contest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST contest-0.61.tar.bz2 29204 BLAKE2B 76e19365026b63f4a37c45905769f28c921455cb4020666898efa332d88627d85e5044f385556f07325537b6b4f80079b301fd9915f068754dd80d815092ff86 SHA512 34fb83a3b37d67d9729ce14fdd066010c7360a401d21f3566be8dae7271a30f01cc5b84092405ddfb6961a2284af0a18ce6709ab6d4ab68607aa98f975815131
diff --git a/app-benchmarks/contest/contest-0.61-r1.ebuild b/app-benchmarks/contest/contest-0.61-r1.ebuild
deleted file mode 100644
index f5671af63d0d..000000000000
--- a/app-benchmarks/contest/contest-0.61-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Test system responsiveness to compare different kernels"
-HOMEPAGE="http://users.tpg.com.au/ckolivas/contest/"
-SRC_URI="http://www.tux.org/pub/kernel/people/ck/apps/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=app-benchmarks/dbench-2.0"
-PATCHES=(
- "${FILESDIR}/${PN}-fortify_sources.patch"
- "${FILESDIR}/${P}-fix-buildsystem.patch"
-)
-
-src_prepare() {
- # fix #570250 by restoring pre-GCC5 inline semantics
- append-cflags -std=gnu89
-
- default
- tc-export CC
-}
-src_compile() {
- emake
-}
-
-src_install() {
- dobin contest
- doman contest.1
- dodoc README
-}
diff --git a/app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch b/app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch
deleted file mode 100644
index 7e8c6b7eb6a2..000000000000
--- a/app-benchmarks/contest/files/contest-0.61-fix-buildsystem.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- contest-0.61/Makefile
-+++ contest-0.61/Makefile
-@@ -1,8 +1,8 @@
- INSTPATH=/usr
- BIN=$(INSTPATH)/bin
- MAN=$(INSTPATH)/man
--CC=gcc
--CFLAGS= -W -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations \
-+CC?=gcc
-+CFLAGS?= -W -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations \
- -g -O2
-
- ifeq ($(shell uname),FreeBSD)
-@@ -14,7 +14,7 @@
- list_load.o
-
- contest: $(objs)
-- $(CC) $(CFLAGS) -o $@ $(objs) $(KVM)
-+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(objs) $(KVM)
- contest.1.gz: contest.1
- gzip -c contest.1 > contest.1.gz
- install: contest contest.1.gz
diff --git a/app-benchmarks/contest/files/contest-fortify_sources.patch b/app-benchmarks/contest/files/contest-fortify_sources.patch
deleted file mode 100644
index 042065822612..000000000000
--- a/app-benchmarks/contest/files/contest-fortify_sources.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- contest-0.61/bmark.c 2009-02-27 23:13:44.000000000 +0000
-+++ contest-0.61/bmark.c 2009-02-27 23:12:44.000000000 +0000
-@@ -47,7 +47,7 @@
- }
- /* child */
-
-- if((tmpfd=open(TMP_FILE, O_RDWR|O_CREAT|O_TRUNC))==-1){
-+ if((tmpfd=open(TMP_FILE, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR))==-1){
- printsys("Could not open temporary file\n");
- }
- if(dup2(tmpfd, TMP_FD)==-1){
diff --git a/app-benchmarks/contest/metadata.xml b/app-benchmarks/contest/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-benchmarks/contest/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>