mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
games-puzzle/gnudoku: treeclean
Closes: https://bugs.gentoo.org/711344 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/22659 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
committed by
Ionen Wolkens
parent
d816d21931
commit
559ed8b28f
@@ -1 +0,0 @@
|
||||
DIST GNUDoku-0.93.tar.gz 26212 BLAKE2B 77d47294dbdfb3b9074e7ffb4a2083d13a33caa7a6268bb70722970beb5b065e54b4cb16733686ab2c8d08d4e88855ed51cacdd639aff5a84f1c62c5ab43aa35 SHA512 124bde796149136320758de5088f7d177ec8a4ffe03190f22bd8b228c00d1adb790450c760110e14d1cc9bf70f7dd54477405582c313c91e8da97d39c8fc55a6
|
||||
@@ -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
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -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+gentoo@asokolov.org> (2021-08-30)
|
||||
# Homepage dead, uses gtk2, fails to build, https://bugs.gentoo.org/711344
|
||||
games-puzzle/gnudoku
|
||||
|
||||
# Stephan Hartmann <sultan@gentoo.org> (2021-09-25)
|
||||
# Dev channel releases are only for people who
|
||||
# are developers or want more experimental features
|
||||
|
||||
Reference in New Issue
Block a user