diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-15 20:18:23 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-17 11:43:10 +0300 |
commit | 5a53665dd765ee11c8afecf5759dad33e78e8e61 (patch) | |
tree | 2cc59df4e5e313ac16d1204b9a724dc94eeeca8e /games-puzzle | |
parent | games-puzzle/textmaze: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-5a53665dd765ee11c8afecf5759dad33e78e8e61.tar.gz gentoo-5a53665dd765ee11c8afecf5759dad33e78e8e61.tar.bz2 gentoo-5a53665dd765ee11c8afecf5759dad33e78e8e61.zip |
games-puzzle/textmaze: drop old
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36687
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/textmaze/textmaze-1.2-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games-puzzle/textmaze/textmaze-1.2-r1.ebuild b/games-puzzle/textmaze/textmaze-1.2-r1.ebuild deleted file mode 100644 index 4995efab9968..000000000000 --- a/games-puzzle/textmaze/textmaze-1.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P=${PN}_v${PV} -DESCRIPTION="An ncurses-based maze solving game written in Perl" -HOMEPAGE="https://robobunny.com/projects/textmaze/html/" -SRC_URI="https://www.robobunny.com/projects/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/Curses" -DEPEND="" - -S="${WORKDIR}/TextMaze" - -src_prepare() { - default - sed -i \ - -e "s#/usr/local/bin/perl#/usr/bin/perl#" \ - textmaze || die -} - -src_install() { - dobin textmaze - einstalldocs -} |