diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2021-10-21 17:23:28 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-10-21 22:20:38 -0400 |
commit | 559ed8b28f69724460287a4fdc8cd4a9cbdfdd87 (patch) | |
tree | 002035a9a1359754d75d5d047018c6c0050f1015 /games-puzzle | |
parent | app-misc/broot: remove old (diff) | |
download | gentoo-559ed8b28f69724460287a4fdc8cd4a9cbdfdd87.tar.gz gentoo-559ed8b28f69724460287a4fdc8cd4a9cbdfdd87.tar.bz2 gentoo-559ed8b28f69724460287a4fdc8cd4a9cbdfdd87.zip |
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>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gnudoku/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/gnudoku/files/gnudoku-0.93-gcc43.patch | 20 | ||||
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.93-r1.ebuild | 41 | ||||
-rw-r--r-- | games-puzzle/gnudoku/metadata.xml | 8 |
4 files changed, 0 insertions, 70 deletions
diff --git a/games-puzzle/gnudoku/Manifest b/games-puzzle/gnudoku/Manifest deleted file mode 100644 index b57b02ea7da4..000000000000 --- 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 bb92102a37de..000000000000 --- 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 bfd07d1a9a25..000000000000 --- 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 1c3ba213c494..000000000000 --- 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>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |