games-strategy/darwinia: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:32 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:54:55 +0000 (02:54 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-strategy/darwinia/Manifest
games-strategy/darwinia/darwinia-1.3.0.ebuild [deleted file]

index b71e9cb61619a49e78e6cfff091759f06581dd50..61042261d1bb281ad4fc7bd53ed6c71396127f1c 100644 (file)
@@ -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 (file)
index fe29e39..0000000
+++ /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
-}