From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 41FC51384B4 for ; Tue, 29 Dec 2015 07:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228EA21C054; Tue, 29 Dec 2015 07:41:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4E0221C051 for ; Tue, 29 Dec 2015 07:41:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D040340756 for ; Tue, 29 Dec 2015 07:41:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A739D00 for ; Tue, 29 Dec 2015 07:41:20 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1451374855.6ad84ef9c353f4a28c65866030490df1c9e53d31.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/duke3d-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/duke3d-data/duke3d-data-1.0.ebuild X-VCS-Directories: games-fps/duke3d-data/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 6ad84ef9c353f4a28c65866030490df1c9e53d31 X-VCS-Branch: master Date: Tue, 29 Dec 2015 07:41:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 615a34ae-3725-4eba-ac71-84b2fa00aab4 X-Archives-Hash: 389a80bbe51fc9665687ec50b263f8b2 commit: 6ad84ef9c353f4a28c65866030490df1c9e53d31 Author: Michael Sterrett gentoo org> AuthorDate: Tue Dec 29 05:18:47 2015 +0000 Commit: Michael Sterrett gentoo 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 -}