diff options
author | 2019-04-22 08:03:57 +0200 | |
---|---|---|
committer | 2019-04-22 08:03:57 +0200 | |
commit | bd5497f0b631554f5c1b36d451b978a01fbc0bc6 (patch) | |
tree | 4c1e135335a7d316bbc0336b2e5a509d77701c05 /games-roguelike/rogue/rogue-5.4.4.ebuild | |
parent | net-vpn/aiccu: Remove last-rited pkg (diff) | |
download | gentoo-bd5497f0b631554f5c1b36d451b978a01fbc0bc6.tar.gz gentoo-bd5497f0b631554f5c1b36d451b978a01fbc0bc6.tar.bz2 gentoo-bd5497f0b631554f5c1b36d451b978a01fbc0bc6.zip |
games-roguelike/rogue: Remove last-rited pkg
Closes: https://bugs.gentoo.org/459490
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-roguelike/rogue/rogue-5.4.4.ebuild')
-rw-r--r-- | games-roguelike/rogue/rogue-5.4.4.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games-roguelike/rogue/rogue-5.4.4.ebuild b/games-roguelike/rogue/rogue-5.4.4.ebuild deleted file mode 100644 index d82f677b110..00000000000 --- a/games-roguelike/rogue/rogue-5.4.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit games - -MY_P=${PN}${PV} -DESCRIPTION="The original graphical adventure game that spawned an entire genre" -HOMEPAGE="http://rogue.rogueforge.net/" -SRC_URI="http://rogue.rogueforge.net/files/rogue5.4/${MY_P}-src.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-libs/ncurses[-tinfo]" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - egamesconf \ - --enable-scorefile="${GAMES_STATEDIR}/${PN}/${PN}.scr" \ - --docdir=/usr/share/doc/${PF} -} - -src_install() { - default - prepgamesdirs -} |