games-puzzle/gnudoku: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 1 May 2018 11:51:08 +0000 (13:51 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 1 May 2018 19:32:48 +0000 (21:32 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-puzzle/gnudoku/gnudoku-0.93.ebuild [deleted file]

diff --git a/games-puzzle/gnudoku/gnudoku-0.93.ebuild b/games-puzzle/gnudoku/gnudoku-0.93.ebuild
deleted file mode 100644 (file)
index b4bbd43..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-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() {
-       epatch "${FILESDIR}"/${P}-gcc43.patch
-       append-cxxflags -std=c++11
-       sed -i \
-               -e "s:\$(CXX):\$(CXX) ${CXXFLAGS} ${LDFLAGS}:" \
-               Makefile \
-               || die "sed failed"
-}
-
-src_install() {
-       dogamesbin GNUDoku
-       newicon GNUDoku.png ${PN}.png
-       make_desktop_entry ${MY_PN} ${MY_PN}
-       dodoc ALGORITHM Changelog README TODO
-       prepgamesdirs
-}