diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-08 16:10:50 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-08 16:10:50 -0500 |
commit | 70055e22603149c4a2efd497d0d9bb3d37d0f107 (patch) | |
tree | a076a3504f10d91e890d2551919fc725280f3208 /games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild | |
parent | games-fps/*: drop last-rited pkgs (diff) | |
download | gentoo-70055e22603149c4a2efd497d0d9bb3d37d0f107.tar.gz gentoo-70055e22603149c4a2efd497d0d9bb3d37d0f107.tar.bz2 gentoo-70055e22603149c4a2efd497d0d9bb3d37d0f107.zip |
games-fps/*: remove last-rited pkgs
Bug: https://bugs.gentoo.org/194607
Bug: https://bugs.gentoo.org/204067
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild')
-rw-r--r-- | games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild b/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild deleted file mode 100644 index cdb2aea6ab45..000000000000 --- a/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils cdrom games - -DESCRIPTION="Doom 3 - data portion" -HOMEPAGE="http://www.doom3.com/" -SRC_URI="" - -LICENSE="DOOM3" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" - -RDEPEND="games-fps/doom3" - -S=${WORKDIR} - -src_install() { - cdrom_get_cds \ - Setup/Data/base/pak002.pk4 \ - Setup/Data/base/pak000.pk4 \ - Setup/Data/base/pak003.pk4 - - insinto "${GAMES_PREFIX_OPT}"/doom3/base - - einfo "Copying files from CD 1..." - doins "${CDROM_ROOT}"/Setup/Data/base/pak002.pk4 - - cdrom_load_next_cd - einfo "Copying files from CD 2..." - doins "${CDROM_ROOT}"/Setup/Data/base/pak00{0,1}.pk4 - - cdrom_load_next_cd - einfo "Copying files from CD 3..." - doins "${CDROM_ROOT}"/Setup/Data/base/pak00{3,4}.pk4 - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "This is just the data portion of the game. You will need to install" - elog "games-fps/doom3 to play the game." -} |