summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:32 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:54:55 +0100
commit1df3e94c000c003f4a9bc3ba56d4b0b1a98bb908 (patch)
treeb4759a64c28159be355303d555d406191b454ffc /games-strategy/darwinia
parentgames-strategy/boswars: Remove old (diff)
downloadgentoo-1df3e94c000c003f4a9bc3ba56d4b0b1a98bb908.tar.gz
gentoo-1df3e94c000c003f4a9bc3ba56d4b0b1a98bb908.tar.bz2
gentoo-1df3e94c000c003f4a9bc3ba56d4b0b1a98bb908.zip
games-strategy/darwinia: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-strategy/darwinia')
-rw-r--r--games-strategy/darwinia/Manifest1
-rw-r--r--games-strategy/darwinia/darwinia-1.3.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/games-strategy/darwinia/Manifest b/games-strategy/darwinia/Manifest
index b71e9cb61619..61042261d1bb 100644
--- a/games-strategy/darwinia/Manifest
+++ b/games-strategy/darwinia/Manifest
@@ -1,2 +1 @@
-DIST darwinia-full-1.3.0.sh 4010019 BLAKE2B a77feefae7c43b76c482c5308a0ef725d79a806e85fe21d4af1ea201660f98634499d8e507d899f4b94294d46a9f20693634dec78d6b5270edf1816972a781ff SHA512 9790c1534a868b9561acf451cccb3356eb85ecbf8e271e344468b7982466802da5e3537c555839acfa64e1c56a25a08f8dba47a69eaf9de21a7575fba4dc2ebb
DIST darwinia-full-1.4.0b9.sh 4228121 BLAKE2B f1cae61e3ad6802a1e04fc5306bfbb7194ad08df29a82a376dc7f1945ab8f1f99620653800bb2458941f2004488abf441c211bc3f6d7c65e4d3f47cb9155e5f6 SHA512 ed228943d4e70fc5799bbe7566b4fd862f2494f9d02bcd874f0d1b93d7bbc9a2c24a98fb5b8219fed20759bfe2af54d6ea33c60ddd8d8850e591a89822b41bb5
diff --git a/games-strategy/darwinia/darwinia-1.3.0.ebuild b/games-strategy/darwinia/darwinia-1.3.0.ebuild
deleted file mode 100644
index fe29e39ebf0f..000000000000
--- a/games-strategy/darwinia/darwinia-1.3.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CDROM_OPTIONAL="yes"
-inherit eutils unpacker cdrom games
-
-DESCRIPTION="the hyped indie game of the year. By the Uplink creators"
-HOMEPAGE="http://www.darwinia.co.uk/support/linux.html"
-SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}-full-${PV}.sh"
-
-LICENSE="Introversion"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="
- ~virtual/libstdc++-3.3
- media-libs/libsdl[abi_x86_32(-)]
- media-libs/libvorbis[abi_x86_32(-)]
- virtual/glu[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-
-src_unpack() {
- use cdinstall && cdrom_get_cds gamefiles/main.dat
- unpack_makeself
-}
-
-src_install() {
- insinto "${dir}"/lib
- exeinto "${dir}"/lib
-
- doins lib/{language,patch}.dat
- doexe lib/darwinia.bin.x86 lib/open-www.sh
-
- exeinto "${dir}"
- doexe bin/Linux/x86/darwinia
-
- if use cdinstall ; then
- doins "${CDROM_ROOT}"/gamefiles/{main,sounds}.dat
- fi
-
- dodoc README
- newicon darwinian.png darwinia.png
-
- games_make_wrapper darwinia ./darwinia "${dir}" "${dir}"
- make_desktop_entry darwinia "Darwinia"
- prepgamesdirs
-}
-
-pkg_postinst() {
- if ! use cdinstall; then
- ewarn "To play the game, you need to copy main.dat and sounds.dat"
- ewarn "from gamefiles/ on the game CD to ${dir}/lib/."
- fi
- games_pkg_postinst
-}