commit:     ac1802d0f7557a817d4f22baecef316ed4981e7f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 10:25:35 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 10:26:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1802d0

games-board/blokish: treeclean

Closes: https://bugs.gentoo.org/929140 (pkgremoved)
Closes: https://bugs.gentoo.org/935472 (pkgremoved)
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 games-board/blokish/Manifest                       |  1 -
 games-board/blokish/blokish-0.9.4-r3.ebuild        | 52 ----------------------
 .../blokish/files/blokish-0.9.4-gcc43.patch        | 12 -----
 .../blokish/files/blokish-0.9.4-underlink.patch    |  9 ----
 .../blokish/files/blokish-0.9.4-wxgtk.patch        | 21 ---------
 games-board/blokish/metadata.xml                   | 11 -----
 profiles/package.mask                              |  5 ---
 7 files changed, 111 deletions(-)

diff --git a/games-board/blokish/Manifest b/games-board/blokish/Manifest
deleted file mode 100644
index 2a100ba466ae..000000000000
--- a/games-board/blokish/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blokish_v0.9.4.tgz 165215 BLAKE2B 
137a82d8833da4459d394a2832fc32de3157c107d2cfcbd3ff93b8274ee1b218a823c44f70a6b256aa6bfa4367c01561829c29638c331cbdf179bfa069278b7a
 SHA512 
f84e5c31999cfca4bc6504907a889561c0e6c986b6c7bbd0d7325cec248d7e5d7834d841326635a605669b7bffd9fdb8c8fe73a216a738dace0385ae8a98cbec

diff --git a/games-board/blokish/blokish-0.9.4-r3.ebuild 
b/games-board/blokish/blokish-0.9.4-r3.ebuild
deleted file mode 100644
index 018d25f7f85a..000000000000
--- a/games-board/blokish/blokish-0.9.4-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit autotools desktop wxwidgets
-
-MY_P="${PN}_v${PV}"
-
-DESCRIPTION="Open source clone of the four-player board game Blokus"
-HOMEPAGE="https://sourceforge.net/projects/blokish/";
-SRC_URI="https://downloads.sourceforge.net/blokish/${MY_P}.tgz";
-S="${WORKDIR}"/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
-       virtual/glu
-       virtual/opengl"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-gcc43.patch
-       "${FILESDIR}"/${P}-underlink.patch
-       "${FILESDIR}"/${P}-wxgtk.patch
-)
-
-src_prepare() {
-       default
-
-       # Otherwise $WX_CONFIG is unset:
-       setup-wxwidgets
-
-       sed -i \
-               -e "s:wx-config:${WX_CONFIG}:" \
-               configure.in makefile.am || die
-       mv configure.in configure.ac || die
-
-       eautoreconf
-}
-
-src_install() {
-       default
-       dodoc -r docs/.
-
-       doicon src/${PN}.xpm
-       make_desktop_entry ${PN} Blokish ${PN}
-}

diff --git a/games-board/blokish/files/blokish-0.9.4-gcc43.patch 
b/games-board/blokish/files/blokish-0.9.4-gcc43.patch
deleted file mode 100644
index f53e5495aa57..000000000000
--- a/games-board/blokish/files/blokish-0.9.4-gcc43.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/base.h
-+++ b/src/base.h
-@@ -25,6 +25,9 @@
- #include <vector>
- #include <fstream>
- #include <iostream>
-+#include <algorithm>
-+#include <cstdlib>
-+#include <climits>
- 
- enum BlokishID
- {

diff --git a/games-board/blokish/files/blokish-0.9.4-underlink.patch 
b/games-board/blokish/files/blokish-0.9.4-underlink.patch
deleted file mode 100644
index a4433379e37a..000000000000
--- a/games-board/blokish/files/blokish-0.9.4-underlink.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/makefile.am      2011-06-21 08:43:21.804880067 +0200
-+++ b/makefile.am      2011-06-21 08:43:49.875661081 +0200
-@@ -1,5 +1,5 @@
- INCLUDES = `wx-config --cxxflags`
--LIBS = `wx-config --libs --gl-libs`
-+LIBS = `wx-config --libs --gl-libs` -lGL -lm
- 
- bin_PROGRAMS = blokish
- 

diff --git a/games-board/blokish/files/blokish-0.9.4-wxgtk.patch 
b/games-board/blokish/files/blokish-0.9.4-wxgtk.patch
deleted file mode 100644
index 1821e0b5f86d..000000000000
--- a/games-board/blokish/files/blokish-0.9.4-wxgtk.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru blokish/src/blokish.cpp blokish/src/blokish.cpp
---- blokish/src/blokish.cpp    2007-04-01 17:01:26.000000000 -0400
-+++ blokish/src/blokish.cpp    2015-11-15 21:48:32.426081482 -0500
-@@ -903,7 +903,7 @@
-   void OnSaveGame(wxCommandEvent &event)
-   {
-               WaitForAIToFinish();
--    wxString filename = wxFileSelector(wxString::FromAscii("Select a filename 
to save as"), wxString::FromAscii(""), wxString::FromAscii("default.sav"), 
wxString::FromAscii(".sav"), wxString::FromAscii("*.sav"), wxSAVE);
-+    wxString filename = wxFileSelector(wxString::FromAscii("Select a filename 
to save as"), wxString::FromAscii(""), wxString::FromAscii("default.sav"), 
wxString::FromAscii(".sav"), wxString::FromAscii("*.sav"), wxFD_SAVE);
-     if(!filename.empty())
-     {
-       std::ofstream outFile(filename.fn_str(), std::ios::binary);
-@@ -915,7 +915,7 @@
-   void OnLoadGame(wxCommandEvent &event)
-   {
-               WaitForAIToFinish();
--    wxString filename = wxFileSelector(wxString::FromAscii("Select a game to 
load"), wxString::FromAscii(""), wxString::FromAscii(""), 
wxString::FromAscii(".sav"), wxString::FromAscii("*.sav"), wxOPEN | 
wxFILE_MUST_EXIST);
-+    wxString filename = wxFileSelector(wxString::FromAscii("Select a game to 
load"), wxString::FromAscii(""), wxString::FromAscii(""), 
wxString::FromAscii(".sav"), wxString::FromAscii("*.sav"), wxFD_OPEN | 
wxFD_FILE_MUST_EXIST);
-     if(!filename.empty())
-     {
-       std::ifstream inFile(filename.fn_str(), std::ios::binary);

diff --git a/games-board/blokish/metadata.xml b/games-board/blokish/metadata.xml
deleted file mode 100644
index 1b1c5228180f..000000000000
--- a/games-board/blokish/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Games Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">blokish</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 95876df08f6b..23bc72ac778f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -112,11 +112,6 @@ kde-frameworks/kemoticons
 dev-util/android-sdk-update-manager
 dev-java/swt:3.7
 
-# Pacho Ramos <[email protected]> (2024-12-02)
-# Dead for ages, not ported to wxGTK 3.2
-# Removal on 2024-12-31.  Bug #929140.
-games-board/blokish
-
 # Michał Górny <[email protected]> (2024-12-01)
 # Superseded by dev-lang/pypy:2.7.
 # Removal on 2024-12-15.

Reply via email to