summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-09-12 09:53:31 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-09-12 10:04:18 +0200
commit35d2e1342918cc0383136555ea3316b9634b9278 (patch)
tree7b683e6aa066a3c565698aa2afdc76acc5923c08 /app-benchmarks
parentapp-crypt/WiRouterKeyRec: Remove last-rited pkg (diff)
downloadgentoo-35d2e1342918cc0383136555ea3316b9634b9278.tar.gz
gentoo-35d2e1342918cc0383136555ea3316b9634b9278.tar.bz2
gentoo-35d2e1342918cc0383136555ea3316b9634b9278.zip
app-benchmarks/acovea-gtk: Remove last-rited pkg
Closes: https://bugs.gentoo.org/626668 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/acovea-gtk/Manifest1
-rw-r--r--app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild34
-rw-r--r--app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-gcc4.3.patch23
-rw-r--r--app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libbrahe.patch8
-rw-r--r--app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libsigc.patch101
-rw-r--r--app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-unicode.patch12
-rw-r--r--app-benchmarks/acovea-gtk/metadata.xml5
7 files changed, 0 insertions, 184 deletions
diff --git a/app-benchmarks/acovea-gtk/Manifest b/app-benchmarks/acovea-gtk/Manifest
deleted file mode 100644
index 3c77cfe2711a..000000000000
--- a/app-benchmarks/acovea-gtk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST acovea-gtk-1.0.1.tar.gz 407230 BLAKE2B ba8e27bc42e1cf7577c61a819a25b373c45738fb6788da9e4e40368ee3a64e363fcc66b43b80a357ba7ecf8e2b22937188c61457212e6051950fe5285e8e7629 SHA512 c26eb0059b0f6a8a77ebff2f9cad9a9d543a2932f035e520c40bc3b917d1570533be934571528b7e2e53932e56afa77eff108a1ac51678a514960563a775c2ed
diff --git a/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild b/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild
deleted file mode 100644
index 1b45c819bea0..000000000000
--- a/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop flag-o-matic
-
-DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm GUI"
-HOMEPAGE="http://www.coyotegulch.com/products/acovea/"
-SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-RDEPEND=">=app-benchmarks/acovea-5
- dev-cpp/gtkmm:2.4"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
-
- use unicode && eapply "${FILESDIR}"/${P}-unicode.patch
- eapply "${FILESDIR}"/${P}-{libbrahe,libsigc,gcc4.3}.patch
- append-cxxflags -std=c++11
- eautoreconf
-}
-
-src_install() {
- default
- make_desktop_entry "${PN}" Acovea-gtk \
- /usr/share/acovea-gtk/pixmaps/acovea_icon_064.png System
-}
diff --git a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-gcc4.3.patch b/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-gcc4.3.patch
deleted file mode 100644
index 30bfc96ab3fa..000000000000
--- a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-gcc4.3.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/src/settings_window.cc
-+++ b/src/settings_window.cc
-@@ -6,6 +6,7 @@
- // This file is for your program, I won't touch it again!
-
- #include <gtkmm.h>
-+#include <cstring>
- #include "config.h"
- #include "settings_window.hh"
-
-
---- a/src/main_window.cc
-+++ b/src/main_window.cc
-@@ -9,6 +9,8 @@
- #include <gtkmm.h>
- #include <gtkmm/main.h>
- #include <iomanip>
-+#include <cstring>
-+#include <sys/stat.h>
- #include "config.h"
- #include "main_window.hh"
-
-
diff --git a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libbrahe.patch b/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libbrahe.patch
deleted file mode 100644
index 4511f23e92f5..000000000000
--- a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libbrahe.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -22,4 +22,4 @@
- AM_CXXFLAGS = @GTKMM_CFLAGS@
-
- acovea_gtk_LDFLAGS = -pthread -L//usr/lib
--acovea_gtk_LDADD = @LIBS@ @GTKMM_LIBS@ -lgthread-2.0 -lglib-2.0 -lcoyotl -levocosm -lacovea -lexpat
-+acovea_gtk_LDADD = @LIBS@ @GTKMM_LIBS@ -lgthread-2.0 -lglib-2.0 -lcoyotl -levocosm -lbrahe -lacovea -lexpat
diff --git a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libsigc.patch b/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libsigc.patch
deleted file mode 100644
index aa60489ae630..000000000000
--- a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-libsigc.patch
+++ /dev/null
@@ -1,101 +0,0 @@
---- a/src/about_box_glade.cc
-+++ b/src/about_box_glade.cc
-@@ -1530,8 +1530,8 @@
- hbuttonbox1->show();
- vbox3->show();
- about_box->show();
-- about_close_button->signal_clicked().connect(SigC::slot(*this, &about_box_glade::on_about_close_button_clicked), false);
-- about_box->signal_realize().connect(SigC::slot(*this, &about_box_glade::on_about_box_realize), false);
-+ about_close_button->signal_clicked().connect(sigc::mem_fun(*this, &about_box_glade::on_about_close_button_clicked), false);
-+ about_box->signal_realize().connect(sigc::mem_fun(*this, &about_box_glade::on_about_box_realize), false);
- }
-
- about_box_glade::~about_box_glade()
---- a/src/main_window_glade.cc
-+++ b/src/main_window_glade.cc
-@@ -998,19 +998,19 @@
- main_status->show();
- vbox1->show();
- main_window->show();
-- menu_set_run_options->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_set_run_options_activate), false);
-- menu_save_options_default->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_save_options_default_activate), false);
-- menu_load_default_options->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_load_default_options_activate), false);
-- menu_save_options->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_save_options_activate), false);
-- save_load_options->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_load_options_activate), false);
-- menu_quit->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_quit_activate), false);
-- menu_run->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_run_activate), false);
-- menu_stop->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_stop_activate), false);
-- menu_save_output->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_menu_save_output_activate), false);
-- menu_about->signal_activate().connect(SigC::slot(*this, &main_window_glade::on_about1_activate), false);
-- toolbar_settings_button->signal_clicked().connect(SigC::slot(*this, &main_window_glade::on_toolbar_settings_button_clicked), false);
-- toolbar_run_button->signal_clicked().connect(SigC::slot(*this, &main_window_glade::on_toolbar_run_button_clicked), false);
-- toolbar_stop_button->signal_clicked().connect(SigC::slot(*this, &main_window_glade::on_toolbar_stop_button_clicked), false);
-+ menu_set_run_options->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_set_run_options_activate), false);
-+ menu_save_options_default->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_save_options_default_activate), false);
-+ menu_load_default_options->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_load_default_options_activate), false);
-+ menu_save_options->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_save_options_activate), false);
-+ save_load_options->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_load_options_activate), false);
-+ menu_quit->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_quit_activate), false);
-+ menu_run->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_run_activate), false);
-+ menu_stop->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_stop_activate), false);
-+ menu_save_output->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_menu_save_output_activate), false);
-+ menu_about->signal_activate().connect(sigc::mem_fun(*this, &main_window_glade::on_about1_activate), false);
-+ toolbar_settings_button->signal_clicked().connect(sigc::mem_fun(*this, &main_window_glade::on_toolbar_settings_button_clicked), false);
-+ toolbar_run_button->signal_clicked().connect(sigc::mem_fun(*this, &main_window_glade::on_toolbar_run_button_clicked), false);
-+ toolbar_stop_button->signal_clicked().connect(sigc::mem_fun(*this, &main_window_glade::on_toolbar_stop_button_clicked), false);
- }
-
- main_window_glade::~main_window_glade()
---- a/src/settings_window_glade.cc
-+++ b/src/settings_window_glade.cc
-@@ -391,11 +391,11 @@
- hbuttonbox3->show();
- vbox6->show();
- settings_window->show();
-- settings_benchmark_browse_button->signal_clicked().connect(SigC::slot(*this, &settings_window_glade::on_settings_benchmark_browse_button_clicked), false);
-- settings_config_browse_button->signal_clicked().connect(SigC::slot(*this, &settings_window_glade::on_settings_config_browse_button_clicked), false);
-- settings_seed_check->signal_toggled().connect(SigC::slot(*this, &settings_window_glade::on_settings_seed_check_toggled), false);
-- settings_cancel_button->signal_clicked().connect(SigC::slot(*this, &settings_window_glade::on_settings_cancel_button_clicked), false);
-- settings_okay_button->signal_clicked().connect(SigC::slot(*this, &settings_window_glade::on_settings_okay_button_clicked), false);
-+ settings_benchmark_browse_button->signal_clicked().connect(sigc::mem_fun(*this, &settings_window_glade::on_settings_benchmark_browse_button_clicked), false);
-+ settings_config_browse_button->signal_clicked().connect(sigc::mem_fun(*this, &settings_window_glade::on_settings_config_browse_button_clicked), false);
-+ settings_seed_check->signal_toggled().connect(sigc::mem_fun(*this, &settings_window_glade::on_settings_seed_check_toggled), false);
-+ settings_cancel_button->signal_clicked().connect(sigc::mem_fun(*this, &settings_window_glade::on_settings_cancel_button_clicked), false);
-+ settings_okay_button->signal_clicked().connect(sigc::mem_fun(*this, &settings_window_glade::on_settings_okay_button_clicked), false);
- }
-
- settings_window_glade::~settings_window_glade()
---- a/src/about_box_glade.cc
-+++ b/src/about_box_glade.cc
-@@ -14,8 +14,7 @@
- #endif //
- #include "config.h"
- #include <gtkmmconfig.h>
- #if GTKMM_MAJOR_VERSION==2 && GTKMM_MINOR_VERSION>2
--#include <sigc++/compatibility.h>
- #define GMM_GTKMM_22_24(a,b) b
- #else //gtkmm 2.2
- #define GMM_GTKMM_22_24(a,b) a
---- a/src/main_window_glade.cc
-+++ b/src/main_window_glade.cc
-@@ -14,8 +14,7 @@
- #endif //
- #include "config.h"
- #include <gtkmmconfig.h>
- #if GTKMM_MAJOR_VERSION==2 && GTKMM_MINOR_VERSION>2
--#include <sigc++/compatibility.h>
- #define GMM_GTKMM_22_24(a,b) b
- #else //gtkmm 2.2
- #define GMM_GTKMM_22_24(a,b) a
---- a/src/settings_window_glade.cc
-+++ b/src/settings_window_glade.cc
-@@ -14,8 +14,7 @@
- #endif //
- #include "config.h"
- #include <gtkmmconfig.h>
- #if GTKMM_MAJOR_VERSION==2 && GTKMM_MINOR_VERSION>2
--#include <sigc++/compatibility.h>
- #define GMM_GTKMM_22_24(a,b) b
- #else //gtkmm 2.2
- #define GMM_GTKMM_22_24(a,b) a
-
diff --git a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-unicode.patch b/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-unicode.patch
deleted file mode 100644
index a81d90282f38..000000000000
--- a/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-unicode.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/main_window.cc
-+++ b/src/main_window.cc
-@@ -488,7 +488,7 @@
- {
- Glib::RefPtr<Gtk::TextBuffer> buffer = main_window_output->get_buffer();
- Gtk::TextIter end = buffer->end();
-- buffer->insert(buffer->end(),text->c_str());
-+ buffer->insert(buffer->end(),Glib::convert (text->c_str(), "UTF-8", "ISO-8859-1"));
- }
-
- void main_window::set_ui_running(bool running)
-
diff --git a/app-benchmarks/acovea-gtk/metadata.xml b/app-benchmarks/acovea-gtk/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/app-benchmarks/acovea-gtk/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>