summaryrefslogtreecommitdiff
path: root/games-simulation/bcs-demo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-01 09:07:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-01 09:07:00 +0000
commit7a795be3ed6b29502cf5dccb5ea8294fc1ec2860 (patch)
treec5a028ba6f5ad04992cbc8ff1e20b5c9790b073c /games-simulation/bcs-demo
parentb9fc63c20df1fdeead24c989c4aca4090830f9d4 (diff)
gentoo auto-resync : 01:11:2022 - 09:06:59
Diffstat (limited to 'games-simulation/bcs-demo')
-rw-r--r--games-simulation/bcs-demo/Manifest4
-rw-r--r--games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild56
-rw-r--r--games-simulation/bcs-demo/metadata.xml29
3 files changed, 0 insertions, 89 deletions
diff --git a/games-simulation/bcs-demo/Manifest b/games-simulation/bcs-demo/Manifest
deleted file mode 100644
index 10f6b630b92d..000000000000
--- a/games-simulation/bcs-demo/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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 1387 BLAKE2B 7c6669c1b31b536e4dd12dcb13e862341a41a576b0803221141bcad8f8f4a98848eeec0eda6746fe09eeac6ec968356f2c4f79b135234a81e4d5a25b777b7b0d SHA512 91b7994dcee3625d4a40943c88411083248ff3b05a7dd316c86a584851642df2de25794428f8440d8db0f1836196224a7b76193ef7512836ef1cfb3b1d94cb17
-MISC metadata.xml 1474 BLAKE2B 4b34d12225b005fe95e79a242ea211f83e36c794a89532a5a6c77e1f8a80ff86dee1750a20e8fd786b76c34d0afece158b977eb6d12e999891c67c1f8805ed8f SHA512 6ccec424e9e8e3d166d4ef83af83545e43e4910fd14126ee4478b32d583f20767cef6ebe2753b36a2b19af604aa6d56d6ab151c9b63f66b4698b5ac1e940f4bb
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
deleted file mode 100644
index d5e8c9c23407..000000000000
--- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
- media-libs/libsdl[abi_x86_32(-)]
- sys-libs/glibc
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXau[abi_x86_32(-)]
- x11-libs/libXdmcp[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-
-dir=/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}"
-
- 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 755 "${dir}"/bcs
- make_wrapper bcs-demo ./bcs "${dir}" "${dir}"
-
- insinto "${dir}"
- doins *.cfg
- dodoc readme*
-}
diff --git a/games-simulation/bcs-demo/metadata.xml b/games-simulation/bcs-demo/metadata.xml
deleted file mode 100644
index 07b71c3cc49c..000000000000
--- a/games-simulation/bcs-demo/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-Building a bridge that doesn't break is what its all about, although watching
-your bridge creation break and plunge a train into the watery depths below can be
-half the fun. In the Bridge Construction Set you design and build bridges and
-then stress test them to see how your creations hold up under pressure. If when
-test vehicles pass over your bridge they make it safely across you know you've
-succeeded. If they plummet into the river you know you need to go back to the
-drawing board.
-
-The robust physics deployed in the Bridge Construction Set let you build a wide
-variety of bridges that can span the river. The 3D graphics allow you to view
-your bridge from any angle including a first person train view - its like being
-strapped to the front of the train when your bridge is first tested (if this
-happened in real life I think we might have engineers checking all their bridges
-in a simulator).
-
-The Bridge Construction Set includes many types of bridge building levels in
-varying degrees of difficulty from simple to complex with a tutorial secition to
-get you started. A Level Editor is also included so you can create your own
-levels and trade them with others.
-</longdescription>
-</pkgmetadata>