diff options
Diffstat (limited to 'games-puzzle/braincurses/braincurses-0.5b-r1.ebuild')
-rw-r--r-- | games-puzzle/braincurses/braincurses-0.5b-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild b/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild deleted file mode 100644 index 37bd4eef30f1..000000000000 --- a/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="An ncurses-based mastermind clone" -HOMEPAGE="https://github.com/bderrly/braincurses" -SRC_URI="mirror://sourceforge/braincurses/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - default - - eapply "${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() { - dobin braincurses - einstalldocs -} |