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 BA11B1384B4 for ; Sun, 3 Jan 2016 06:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6574821C019; Sun, 3 Jan 2016 06:17:01 +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 99622E0898 for ; Sun, 3 Jan 2016 06:16:59 +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 E58F233BF0B for ; Sun, 3 Jan 2016 06:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0232D02 for ; Sun, 3 Jan 2016 06:16:54 +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: <1451801707.bf29dbb1da073cc92c599db362015fe616f6fedd.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-matrix/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild X-VCS-Directories: games-fps/quake3-matrix/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: bf29dbb1da073cc92c599db362015fe616f6fedd X-VCS-Branch: master Date: Sun, 3 Jan 2016 06:16:54 +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: bb006a35-42c7-40c5-b917-346eb3417f1d X-Archives-Hash: d2bdfe7e4921eb57f636bec4bf35d03d commit: bf29dbb1da073cc92c599db362015fe616f6fedd Author: Michael Sterrett gentoo org> AuthorDate: Sun Jan 3 05:46:43 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Jan 3 06:15:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf29dbb1 games-fps/quake3-matrix: EAPI=5 Package-Manager: portage-2.2.24 games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild index d19d475..860fee2 100644 --- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild +++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 - +EAPI=5 MOD_DESC="Matrix conversion mod" MOD_NAME="Matrix" MOD_DIR="matrix" @@ -18,7 +17,7 @@ KEYWORDS="amd64 ~ppc x86" IUSE="dedicated opengl" src_unpack() { - mkdir ${MOD_DIR} - cd ${MOD_DIR} + mkdir ${MOD_DIR} || die + cd ${MOD_DIR} || die unpack ${A} }