games-puzzle/braincurses: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 14 Apr 2018 21:40:16 +0000 (23:40 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 14 Apr 2018 21:40:16 +0000 (23:40 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

games-puzzle/braincurses/braincurses-0.5b.ebuild [deleted file]

diff --git a/games-puzzle/braincurses/braincurses-0.5b.ebuild b/games-puzzle/braincurses/braincurses-0.5b.ebuild
deleted file mode 100644 (file)
index b29db61..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="An ncurses-based mastermind clone"
-HOMEPAGE="http://freshmeat.net/projects/braincurses/"
-SRC_URI="mirror://sourceforge/braincurses/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gcc43.patch \
-               "${FILESDIR}"/${P}-as-needed.patch
-       # fix buffer overflow (bug #301033)
-       sed -i \
-               -e 's/guessLabel\[2/guessLabel[3/' \
-               curses/windows.cpp \
-               || die 'sed failed'
-}
-
-src_install() {
-       dogamesbin braincurses
-       dodoc README THANKS Changelog
-       prepgamesdirs
-}