From 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 Dec 2017 20:47:17 +0000 Subject: gentoo resync : 21.12.2017 --- games-simulation/bcs-demo/Manifest | 1 - games-simulation/bcs-demo/bcs-demo-1.3.ebuild | 58 --------------------------- 2 files changed, 59 deletions(-) delete mode 100644 games-simulation/bcs-demo/bcs-demo-1.3.ebuild (limited to 'games-simulation/bcs-demo') diff --git a/games-simulation/bcs-demo/Manifest b/games-simulation/bcs-demo/Manifest index e39388da2906..dbf41fd88123 100644 --- a/games-simulation/bcs-demo/Manifest +++ b/games-simulation/bcs-demo/Manifest @@ -1,5 +1,4 @@ DIST bcsdemo_v1_3.sh.bin 5965217 BLAKE2B ba69858933c5ff1fbd966cc5038ecf891abea70cb6a7f09e40e698da495a7f3578460f90e033c1455918f7d188e37839ae0f140be8c419911d520e4cef13cd48 SHA512 b3916ac72d21e80a09b80a406ea18ab4365d9c1b8139eec848f2e5d697d3d5afb6f27de5dac31c6b6fd860e3b406a3eae8a28aac0e00134629dbd5906bde816d DIST openal-alan-hack-0.0.1.tar.gz 86168 BLAKE2B 77ab97ef9b31b4c3ab00c89afaad7094b6ecc388e296b31969bfbbe3953b812036c1cb4a04a09ad0ca986941d2508469c40f5ab7d458c1ceb5fa78b1f9ca7c81 SHA512 1794461cb917dcf2130977bd0ac9f09bf93cd235dd742d29e50a3e2666e6db60865bacd1927fc4607a4b308dcdf421fa2a186ad2a06eea778069ce712a89d943 EBUILD bcs-demo-1.3-r1.ebuild 1380 BLAKE2B 7d91114725777944c45b43c6051b27473a7000a708bb8a84ab67d87c9cb7b0c7c8fdf4d7d1a22e5a13d5b716f899d8675372147bc197c99ced40f0c9dd902941 SHA512 a0073df4c848a2c33827072348d1ad2c7de3fdaf5a2b9f3270dae3eadd8fdf2a9ff832b7e32b3ff53a834af4ecf3dcda35250100543834fa81918dbbf3048b5d -EBUILD bcs-demo-1.3.ebuild 1432 BLAKE2B 1f10fca1769405e3911f675771c579baf08cc6462ac0fa2714c09a682a75ce45d9cc50961e28f680e0096518e8502e8308d2cb969ab5f5e01354a99abd3e4521 SHA512 05b493d1bcb51a04b5ab04cb204a1890b99098ceac121f708d3d9b0bdb7bab41228fc005c16c67d0ca1a22c7c596f24f7736491643c70fee7b6469b0a7a9b5f1 MISC metadata.xml 1473 BLAKE2B 98ce5cff21aaefe1ebe09f390be6e01780902ef652e3f0ddee815b0018652678719c061ef7a88dae81824170f2bdc7fa8b7b024227a2c71f03f04f783d831504 SHA512 2813c65cdae4aa2f8e0d0cb15e3b45af6d842e2ad02bc45783d3eb9fc8acbbd8467241ce7af2fa420bedc39b7c449b398f339cdc868fb6e45e0b5cec68b538c2 diff --git a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild deleted file mode 100644 index a32348e402f8..000000000000 --- a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit unpacker games - -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" - -LICENSE="BCS" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" - -RDEPEND="sys-libs/glibc - media-libs/libsdl[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)]" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/${PN} -Ddir=${D}/${dir} -QA_PREBUILT="${dir:1}/*" - -src_unpack() { - unpack_makeself bcsdemo_v${PV/./_}.sh.bin - unpack openal-alan-hack-0.0.1.tar.gz -} - -src_install() { - dodir "${dir}" "${GAMES_BINDIR}" - - tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die - rm -f "${Ddir}"/bcs-linux-openal-fixer.sh || die - - exeinto "${dir}" -# doexe bin/Linux/x86/rungame.sh -# exeinto ${dir}/lib - mv "${Ddir}"/bcs "${Ddir}"/bcs-bin - newexe libopenal.so.0.0.6 libopenal.so.0 - echo '#!/bin/bash' >> "${Ddir}"/bcs - echo 'LD_PRELOAD="./libopenal.so.0" ./bcs-bin' >> "${Ddir}"/bcs - fperms 750 "${dir}"/bcs - games_make_wrapper bcs-demo ./bcs "${dir}" "${dir}" - - insinto "${dir}" - doins *.cfg - dodoc readme* - - prepgamesdirs -} -- cgit v1.2.3