commit:     3a71933e9e5984200d4de024b5a7696bf6d802f7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 07:29:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 07:29:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a71933e

app-benchmarks/gtkperf: Remove last-rited pkg

Closes: https://bugs.gentoo.org/456954
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-benchmarks/gtkperf/Manifest                    |  1 -
 .../gtkperf/files/gtkperf-0.40-gentoo.patch        | 47 ----------------------
 app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild      | 40 ------------------
 app-benchmarks/gtkperf/metadata.xml                | 14 -------
 profiles/package.mask                              |  7 ----
 5 files changed, 109 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 535e1593e24..3068280819f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -553,13 +553,6 @@ dev-cpp/libassa
 # Removal in 30 days.  Bug #681364.
 app-arch/par
 
-# Michał Górny <[email protected]> (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 <[email protected]> (23 Mar 2019)
 # Everything breaks again. bug #681336
 >=app-text/poppler-0.75.0

Reply via email to