summaryrefslogtreecommitdiff
path: root/app-benchmarks
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-22 09:29:15 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-22 09:29:15 +0200
commit3a71933e9e5984200d4de024b5a7696bf6d802f7 (patch)
tree7c59f4572ed49ff335091efb74b463a30a39463b /app-benchmarks
parentbdec5a302f23a51505b58576c619f5fe171b15db (diff)
downloadgentoo-3a71933e9e5984200d4de024b5a7696bf6d802f7.tar.gz
gentoo-3a71933e9e5984200d4de024b5a7696bf6d802f7.tar.xz
app-benchmarks/gtkperf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/456954 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/gtkperf/Manifest1
-rw-r--r--app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch47
-rw-r--r--app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild40
-rw-r--r--app-benchmarks/gtkperf/metadata.xml14
4 files changed, 0 insertions, 102 deletions
diff --git a/app-benchmarks/gtkperf/Manifest b/app-benchmarks/gtkperf/Manifest
deleted file mode 100644
index 988a9a2d99b..00000000000
--- a/app-benchmarks/gtkperf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtkperf_0.40.tar.gz 402982 BLAKE2B 2fc26da36d2799a0b79810f52399ee49cc36e3093b35605142e73ae91f6953927194f50df35f02246e3ea3ce4b5e253731dbe3a9d550d5b20a001dd06597d89e SHA512 d406955b38c0450c3c6a6a7e9fb1fa7b326932325360353001cab6be63c8deaaea487123512740b57cdc28579ee84aabce789df5ce7dfaa92f8d9010f0a6d7be
diff --git a/app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch b/app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch
deleted file mode 100644
index eee7faf43b6..00000000000
--- a/app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- gtkperf-0.40/work/gtkperf/configure.in
-+++ gtkperf-0.40/work/gtkperf/configure.in
-@@ -8,7 +8,6 @@
- AM_CONFIG_HEADER(config.h)
-
- AC_ISC_POSIX
--CFLAGS=""
- AC_SUBST(CFLAGS)
- AC_PROG_CC
- AM_PROG_CC_STDC
---- gtkperf-0.40/work/gtkperf/src/timing.c
-+++ gtkperf-0.40/work/gtkperf/src/timing.c
-@@ -97,7 +97,7 @@
- gtk_text_buffer_insert (appdata->textview_info_buffer, &iter,
- timestring, -1);
-
-- g_printf (timestring);
-+ g_printf ("%s", timestring);
-
- }
-
-@@ -129,7 +129,7 @@
- gtk_statusbar_push (GTK_STATUSBAR (appdata->statusbar_main), 0,
- " Test Finished");
-
-- g_printf (timestring);
-+ g_printf ("%s", timestring);
-
- }
-
-@@ -154,5 +154,5 @@
- gtk_statusbar_push (GTK_STATUSBAR (appdata->statusbar_main), 0,
- " Running tests...");
-
-- g_printf (timestring);
-+ g_printf ("%s", timestring);
- }
---- gtkperf-0.40/work/gtkperf/src/main.c
-+++ gtkperf-0.40/work/gtkperf/src/main.c
-@@ -5,6 +5,7 @@
- #endif
-
- #include <gtk/gtk.h>
-+#include <stdlib.h>
-
- #ifdef HILDONIZED
- #include <libosso.h>
diff --git a/app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild b/app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild
deleted file mode 100644
index bc948128cca..00000000000
--- a/app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="Application designed to test GTK+ performance"
-HOMEPAGE="http://gtkperf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- default
-
- make_desktop_entry ${PN} ${PN} duck
-
- rm -rf "${D}/usr/doc" || die
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/app-benchmarks/gtkperf/metadata.xml b/app-benchmarks/gtkperf/metadata.xml
deleted file mode 100644
index 2cb207510b0..00000000000
--- a/app-benchmarks/gtkperf/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- GtkPerf is an application designed to test GTK+ performance. The point
- is to create common testing platform to run predefined GTK+ widgets
- (opening comboboxes, toggling buttons, scrolling text yms.) and this
- way define the speed of device/platform.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">gtkperf</remote-id>
- </upstream>
-</pkgmetadata>