commit:     559ed8b28f69724460287a4fdc8cd4a9cbdfdd87
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Thu Oct 21 16:23:28 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 02:20:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559ed8b2

games-puzzle/gnudoku: treeclean

Closes: https://bugs.gentoo.org/711344
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/22659
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-puzzle/gnudoku/Manifest                      |  1 -
 .../gnudoku/files/gnudoku-0.93-gcc43.patch         | 20 -----------
 games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild        | 41 ----------------------
 games-puzzle/gnudoku/metadata.xml                  |  8 -----
 profiles/package.mask                              |  4 ---
 5 files changed, 74 deletions(-)

diff --git a/games-puzzle/gnudoku/Manifest b/games-puzzle/gnudoku/Manifest
deleted file mode 100644
index b57b02ea7da..00000000000
--- a/games-puzzle/gnudoku/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST GNUDoku-0.93.tar.gz 26212 BLAKE2B 
77d47294dbdfb3b9074e7ffb4a2083d13a33caa7a6268bb70722970beb5b065e54b4cb16733686ab2c8d08d4e88855ed51cacdd639aff5a84f1c62c5ab43aa35
 SHA512 
124bde796149136320758de5088f7d177ec8a4ffe03190f22bd8b228c00d1adb790450c760110e14d1cc9bf70f7dd54477405582c313c91e8da97d39c8fc55a6

diff --git a/games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch 
b/games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch
deleted file mode 100644
index bb92102a37d..00000000000
--- a/games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/GNUDoku.C
-+++ b/GNUDoku.C
-@@ -25,6 +25,7 @@
- #include <cstdlib>
- #include <cstdio>
- #include <ctime>
-+#include <cstring>
- 
- #include <vector>
- #include <cassert>
---- a/sudoku.C
-+++ b/sudoku.C
-@@ -10,6 +10,7 @@
- #include <cstdio>
- #include <cstdlib>
- #include <ctime>
-+#include <cstring>
- 
- #include <map>
- namespace sudoku

diff --git a/games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild 
b/games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild
deleted file mode 100644
index bfd07d1a9a2..00000000000
--- a/games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop flag-o-matic
-
-MY_PN="GNUDoku"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="A program for creating and solving Su Doku puzzles"
-HOMEPAGE="http://www.icculus.org/~jcspray/GNUDoku";
-SRC_URI="http://www.icculus.org/~jcspray/GNUDoku/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND=">=dev-cpp/gtkmm-2.6:2.4"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       eapply "${FILESDIR}"/${P}-gcc43.patch
-       append-cxxflags -std=c++11
-       sed -i \
-               -e "s:\$(CXX):\$(CXX) ${CXXFLAGS} ${LDFLAGS}:" \
-               Makefile \
-               || die "sed failed"
-}
-
-src_install() {
-       dobin GNUDoku
-       newicon GNUDoku.png ${PN}.png
-       make_desktop_entry ${MY_PN} ${MY_PN}
-       dodoc ALGORITHM Changelog README TODO
-}

diff --git a/games-puzzle/gnudoku/metadata.xml 
b/games-puzzle/gnudoku/metadata.xml
deleted file mode 100644
index 1c3ba213c49..00000000000
--- a/games-puzzle/gnudoku/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>ga...@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 439559938b8..207a0b3ee10 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -376,10 +376,6 @@ net-libs/libsoup:3.0
 # https://github.com/NVIDIA/egl-wayland/issues/41
 >=gui-libs/egl-wayland-1.1.8
 
-# Alexey Sokolov <alexey+gen...@asokolov.org> (2021-08-30)
-# Homepage dead, uses gtk2, fails to build, https://bugs.gentoo.org/711344
-games-puzzle/gnudoku
-
 # Stephan Hartmann <sul...@gentoo.org> (2021-09-25)
 # Dev channel releases are only for people who
 # are developers or want more experimental features

Reply via email to