From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A80081580BA for ; Mon, 23 Aug 2021 04:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE98CE0908; Mon, 23 Aug 2021 04:06:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4B42E0908 for ; Mon, 23 Aug 2021 04:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3E7734095A for ; Mon, 23 Aug 2021 04:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E1B8DA for ; Mon, 23 Aug 2021 04:06:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629691559.c55e80d956333d4f705d462c5d70ff69c1825e52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild X-VCS-Directories: games-simulation/bcs-demo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c55e80d956333d4f705d462c5d70ff69c1825e52 X-VCS-Branch: master Date: Mon, 23 Aug 2021 04:06:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b800c4d-d527-4d3e-b628-40e4932080a8 X-Archives-Hash: ee3d327cf0d3fa7b77f3ffc033391d6b commit: c55e80d956333d4f705d462c5d70ff69c1825e52 Author: Sam James gentoo org> AuthorDate: Sun Aug 22 02:29:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 23 04:05:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55e80d9 games-simulation/bcs-demo: tidy ebuild Signed-off-by: Sam James gentoo.org> games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild index af09bc0dcf6..d5e8c9c2340 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit wrapper unpacker DESCRIPTION="design and build bridges and then stress test them with trains" HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm" SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz" +S="${WORKDIR}" LICENSE="BCS" SLOT="0" @@ -24,8 +25,6 @@ RDEPEND=" x11-libs/libXext[abi_x86_32(-)] virtual/opengl[abi_x86_32(-)]" -S=${WORKDIR} - dir=/opt/${PN} Ddir=${D}/${dir} QA_PREBUILT="${dir:1}/*"