summaryrefslogtreecommitdiff
path: root/games-strategy
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/Manifest.gzbin8079 -> 7916 bytes
-rw-r--r--games-strategy/darwinia-demo/Manifest3
-rw-r--r--games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild50
-rw-r--r--games-strategy/darwinia-demo/metadata.xml8
4 files changed, 0 insertions, 61 deletions
diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz
index fa6e538746c4..d60dbea1673a 100644
--- a/games-strategy/Manifest.gz
+++ b/games-strategy/Manifest.gz
Binary files differ
diff --git a/games-strategy/darwinia-demo/Manifest b/games-strategy/darwinia-demo/Manifest
deleted file mode 100644
index 7ef4d05ee9e4..000000000000
--- a/games-strategy/darwinia-demo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST darwinia-demo2-1.3.0.sh 22470072 BLAKE2B 3169e6de1293eb8e62094e1773dbb871882a5f18d993dd495c27455525c178d02ce21a47425e070da01153eb8d0cdb764f6276da8919d6b0492718701ddf8fb9 SHA512 f561f3e741052888d8a23445f01e0c2a8d2b207b7786b25f297d76d0f4b4ef91bbf7d1ec842e5e2b1051f3f122af12058e2bcb2495478846713e49c2c7d7d92d
-EBUILD darwinia-demo-1.3.0-r3.ebuild 1084 BLAKE2B 6a665be47bae7148f04e5a7f12b94600e071f3aadffb2537bb31a03af9064d842fd77c6341c170190c245a8885a4bf4a0457f25066b0c2ea8605916fef879ad7 SHA512 a6dedb619b6774b720bfc2af315be0c811aa85c8b73f2770858104c3cdb544a4267487193d18149566baa0685a7de69741a978b38b85c9c02e056930c2e92a61
-MISC metadata.xml 250 BLAKE2B 8d44bd4c6e7d6491273e2015e36ddac74af7b94a124fd240ff030e16430f5c85e53ab812f0e3e94bb2e6d138f39b512bbe01ff98b0081cacc21a02d648ec7643 SHA512 80ac07a3cac10ad2e72e9989a130b7d2073934fe92914a9db2af4d0e769d4bf537770f8faba0654bbd64a7e85ee38cf1f9d03b4b9cd322864b1b2bb35087d610
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
deleted file mode 100644
index 30e71f67f4a8..000000000000
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop unpacker wrapper
-
-DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators"
-HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html"
-SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}2-${PV}.sh"
-
-LICENSE="Introversion"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
- media-libs/libsdl[abi_x86_32(-)]
- media-libs/libvorbis[abi_x86_32(-)]
- virtual/glu[abi_x86_32(-)]
- sys-libs/glibc
- sys-libs/libstdc++-v3:5
- virtual/opengl[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir="/opt/${PN}"
-
-src_unpack() {
- unpack_makeself
-}
-
-src_install() {
- exeinto "${dir}/lib"
- insinto "${dir}/lib"
-
- doexe lib/{darwinia.bin.x86,open-www.sh}
- doins lib/{sounds,main,language}.dat
-
- insinto "${dir}"
- doins README
-
- exeinto "${dir}"
- doexe bin/Linux/x86/darwinia
-
- make_wrapper darwinia-demo ./darwinia "${dir}" "${dir}"
- newicon darwinian.png ${PN}.png
- make_desktop_entry darwinia-demo "Darwinia (Demo)"
-}
diff --git a/games-strategy/darwinia-demo/metadata.xml b/games-strategy/darwinia-demo/metadata.xml
deleted file mode 100644
index 1c3ba213c494..000000000000
--- a/games-strategy/darwinia-demo/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>