diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 19:02:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 19:13:11 +0200 |
commit | 6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5 (patch) | |
tree | 762a011d84155cf9a9de010a1e67bc330cd68941 /games-fps | |
parent | games-fps/doom-data: Stop using games.eclass (diff) | |
download | gentoo-6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5.tar.gz gentoo-6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5.tar.bz2 gentoo-6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5.zip |
games-fps/doom-data: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom-data/doom-data-1-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-fps/doom-data/doom-data-1-r1.ebuild b/games-fps/doom-data/doom-data-1-r1.ebuild deleted file mode 100644 index a17ee253c243..000000000000 --- a/games-fps/doom-data/doom-data-1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="collection of doom wad files from id" -HOMEPAGE="http://www.idsoftware.com/" -SRC_URI="mirror://gentoo/doom1.wad.bz2" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doomsday" - -DEPEND="doomsday? ( games-fps/doomsday ) - !<=games-fps/freedoom-0.4.1" -RDEPEND="${DEPEND}" - -S=${WORKDIR} - -src_install() { - insinto "${GAMES_DATADIR}"/doom-data - doins *.wad - if use doomsday; then - # Make wrapper for doomsday - games_make_wrapper doomsday-demo "jdoom -file \ - ${GAMES_DATADIR}/doom-data/doom1.wad" - make_desktop_entry doomsday-demo "Doomsday - Demo" - fi - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - if use doomsday; then - elog "To use the doomsday engine, run doomsday-demo" - else - elog "A Doom engine is required to play the wad" - elog "Enable the doomsday use flag if you want to use" - elog " the doomsday engine" - fi -} |