app-benchmarks/gtkperf: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 07:29:15 +0000 (09:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 07:29:15 +0000 (09:29 +0200)
Closes: https://bugs.gentoo.org/456954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-benchmarks/gtkperf/Manifest [deleted file]
app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch [deleted file]
app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild [deleted file]
app-benchmarks/gtkperf/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-benchmarks/gtkperf/Manifest b/app-benchmarks/gtkperf/Manifest
deleted file mode 100644 (file)
index 988a9a2..0000000
+++ /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 (file)
index eee7faf..0000000
+++ /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 (file)
index bc94812..0000000
+++ /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 (file)
index 2cb2075..0000000
+++ /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>
index 535e1593e24979c79c43674a4e30a170f83f86df..3068280819f4612e1cd7a30c7dc6df454b65956c 100644 (file)
@@ -553,13 +553,6 @@ dev-cpp/libassa
 # Removal in 30 days.  Bug #681364.
 app-arch/par
 
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# No maintainer.  Both the program and the ebuild are of bad quality,
-# the former requiring a patch and the latter failing to build in some
-# circumstances.  Last upstream activity in 2005.
-# Removal in 30 days.  Bug #456954.
-app-benchmarks/gtkperf
-
 # Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2019)
 # Everything breaks again. bug #681336
 >=app-text/poppler-0.75.0