mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-benchmarks/gtkperf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/456954 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gtkperf_0.40.tar.gz 402982 BLAKE2B 2fc26da36d2799a0b79810f52399ee49cc36e3093b35605142e73ae91f6953927194f50df35f02246e3ea3ce4b5e253731dbe3a9d550d5b20a001dd06597d89e SHA512 d406955b38c0450c3c6a6a7e9fb1fa7b326932325360353001cab6be63c8deaaea487123512740b57cdc28579ee84aabce789df5ce7dfaa92f8d9010f0a6d7be
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user