commit: 6ad84ef9c353f4a28c65866030490df1c9e53d31 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Tue Dec 29 05:18:47 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Tue Dec 29 07:40:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad84ef9
old Package-Manager: portage-2.2.24 games-fps/duke3d-data/duke3d-data-1.0.ebuild | 42 ---------------------------- 1 file changed, 42 deletions(-) diff --git a/games-fps/duke3d-data/duke3d-data-1.0.ebuild b/games-fps/duke3d-data/duke3d-data-1.0.ebuild deleted file mode 100644 index 2f94011..0000000 --- a/games-fps/duke3d-data/duke3d-data-1.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils cdrom games - -DESCRIPTION="Duke Nukem 3D data files" -HOMEPAGE="http://www.3drealms.com/" -SRC_URI="" - -LICENSE="DUKE3D" -SLOT="0" -KEYWORDS="amd64 hppa ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="|| ( games-fps/eduke32 games-fps/duke3d )" - -S=${WORKDIR} - -src_unpack() { - export CDROM_NAME_SET=("Existing Install" "Duke Nukem 3D CD") - cdrom_get_cds duke3d.grp:dvd/dn3dinst/duke3d.grp - - if [[ ${CDROM_SET} -ne 0 && ${CDROM_SET} -ne 1 ]] ; then - die "Error locating data files."; - fi -} - -src_install() { - local DATAROOT - - case ${CDROM_SET} in - 0) DATAROOT= ;; - 1) DATAROOT="dn3dinst/" ;; - esac - - insinto "${GAMES_DATADIR}"/duke3d - doins "${CDROM_ROOT}"/$DATAROOT/{duke3d.grp,duke.rts,game.con,user.con,demo2.dmo,defs.con,demo1.dmo} \ - || die "doins failed" - prepgamesdirs -}