summaryrefslogtreecommitdiff
path: root/games-fps
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2024-07-15 18:44:16 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2024-07-15 18:44:16 -0400
commitb834f1c6764bc364868b90d66b50b8c1f3db2f65 (patch)
treedb911d85eef1ac048848fa6b80102c639b4502b3 /games-fps
parent0a9e31455109374611fff5aff41f063434e1be7f (diff)
Remove deprecated eutils
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/crispy-doom/crispy-doom-9999.ebuild19
1 files changed, 1 insertions, 18 deletions
diff --git a/games-fps/crispy-doom/crispy-doom-9999.ebuild b/games-fps/crispy-doom/crispy-doom-9999.ebuild
index 2496a43..7afddb5 100644
--- a/games-fps/crispy-doom/crispy-doom-9999.ebuild
+++ b/games-fps/crispy-doom/crispy-doom-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit eutils autotools git-r3
+inherit autotools git-r3
DESCRIPTION="Limit-raising medium-resolution Doom source port based on Chocolate Doom."
HOMEPAGE="http://fabiangreffrath.github.io/crispy-doom"
@@ -23,23 +23,6 @@ src_prepare() {
default
}
-src_install() {
- # Currently, support for games such as heretc is disabled. See
- # <https://github.com/fabiangreffrath/crispy-doom/issues/132>.
- dobin src/crispy-doom
- dobin src/crispy-setup
- dobin src/crispy-server
- dobin src/crispy-doom-setup
-
- doman man/crispy-doom.6
- doman man/crispy-doom-setup.6
-
- doman man/default.cfg.5
- doman man/crispy-doom.cfg.5
-
- dodoc AUTHORS ChangeLog HACKING.md NEWS.md NOT-BUGS.md README* TODO.md
-}
-
pkg_postinst() {
einfo
einfo "To play the original Doom levels, place doom.wad and/or doom2.wad"