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 42A251384B4 for ; Fri, 18 Dec 2015 10:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0E3E08A1; Fri, 18 Dec 2015 10:13:57 +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 C801CE086C for ; Fri, 18 Dec 2015 10:13:56 +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 DF585340634 for ; Fri, 18 Dec 2015 10:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BD43CE6 for ; Fri, 18 Dec 2015 10:13:52 +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: <1450430655.7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/xblast/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/xblast/xblast-2.10.4.ebuild X-VCS-Directories: games-action/xblast/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9 X-VCS-Branch: master Date: Fri, 18 Dec 2015 10:13:52 +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: 1a109e44-7e03-4cf8-b18b-e45fa3288622 X-Archives-Hash: 5d3561abf568f58f034f9e923efd794f commit: 7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9 Author: Michael Sterrett gentoo org> AuthorDate: Fri Dec 18 09:24:15 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Dec 18 09:24:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3cdd3e EAPI=5; minor tidying Package-Manager: portage-2.2.24 games-action/xblast/xblast-2.10.4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games-action/xblast/xblast-2.10.4.ebuild b/games-action/xblast/xblast-2.10.4.ebuild index bf8cfbc..cc730a3 100644 --- a/games-action/xblast/xblast-2.10.4.ebuild +++ b/games-action/xblast/xblast-2.10.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools games # Change these as releases changes @@ -49,8 +49,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ - || die "cp failed" + cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die # Levels insinto "${GAMES_DATADIR}/xblast/level"