games-roguelike/rogue: Remove last-rited pkg

Closes: https://bugs.gentoo.org/459490
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-04-22 08:03:57 +02:00
parent 2f8d531558
commit bd5497f0b6
4 changed files with 0 additions and 47 deletions

View File

@@ -1 +0,0 @@
DIST rogue5.4.4-src.tar.gz 209839 BLAKE2B 307b2d81e42fd076ba1a2541987e25113a52aa24adfb9a63b05860c87d7bd26159f699bc7b8b73f3d3cbd6fd93f57c008a7c6682784bdd5ea04d840adc37e91f SHA512 d83f6f953ca8e18630cd8e459b7219393969ab1d6b56c2c0d1fd18d5e2a48e3964300916bcf968d52700973bab60811b73183df1ec89b4e37145a0848586402f

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -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
}

View File

@@ -584,13 +584,6 @@ dev-lua/luvit
# Removal in 30 days. Bug #681294.
x11-wm/afterstep
# Michał Górny <mgorny@gentoo.org> (22 Mar 2019)
# Unmaintained, dead homepage (#680752). Fails to build against
# ncurses[tinfo] (#459490), fails to build against ncurses-6 (#649794).
# Also has some unresolved segv (#407983).
# Removal in 30 days. Bug #459490.
games-roguelike/rogue
# Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
# Depends on >=virtual/{jdk,jre}-11 which is masked
=www-servers/tomcat-9.0.17