--- /usr/local/portage/games-fps/doomsday/doomsday-1.9.0_beta4-r1.ebuild 2006-09-03 22:56:40.000000000 +0200 +++ /usr/portage/games-fps/doomsday/doomsday-1.9.0_beta4.ebuild 2006-08-08 05:06:46.000000000 +0200 @@ -46,22 +46,6 @@ || die "sed ${GAMES_BINDIR}/${game} failed" done - # Make wrappers for the common wads - for n in doom doom2 ; do - games_make_wrapper ${PN}-${n} "jdoom -file ${GAMES_DATADIR}/doom-data/${n}.wad" - done - dodoc Doc/*.txt Doc/*/*.txt README prepgamesdirs } - -pkg_postinst() { - einfo "To play the original Doom levels, place doom.wad and/or doom2.wad into:" - einfo " ${GAMES_DATADIR}/doom-data" - einfo "Then run doomsday-doom or doomsday-doom2 accordingly." - echo - einfo "doom1.wad is the shareware demo wad consisting of 1 episode, and doom.wad" - einfo "is the full Doom 1 set of 3 episodes (or 4 in the Final Doom wad)." - - games_pkg_postinst -}