commit:     5a53665dd765ee11c8afecf5759dad33e78e8e61
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed May 15 18:18:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 08:43:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a53665d

games-puzzle/textmaze: drop old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36687
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-puzzle/textmaze/textmaze-1.2-r1.ebuild | 31 ----------------------------
 1 file changed, 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
-}

Reply via email to