diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:29:52 +0100 |
commit | 45c7e081e31762432c5b8430d48b49a045d53e1e (patch) | |
tree | 062edca1e5503ed88984029821e72a42d4d93ae3 /games-action | |
parent | games-action/descent2-demodata: Remove old (diff) | |
download | gentoo-45c7e081e31762432c5b8430d48b49a045d53e1e.tar.gz gentoo-45c7e081e31762432c5b8430d48b49a045d53e1e.tar.bz2 gentoo-45c7e081e31762432c5b8430d48b49a045d53e1e.zip |
games-action/descent3-demo: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3-demo/descent3-demo-1.4.0a.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild deleted file mode 100644 index 483524ddd2b6..000000000000 --- a/games-action/descent3-demo/descent3-demo-1.4.0a.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 -inherit eutils unpacker games - -DESCRIPTION="Indoor/outdoor 3D combat with evil robotic mining spacecraft" -HOMEPAGE="http://www.lokigames.com/products/descent3/" -SRC_URI="mirror://lokigames/loki_demos/${PN}.run" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -DEPEND="games-util/loki_patch" -RDEPEND="sys-libs/glibc - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]" - -dir="${GAMES_PREFIX_OPT}/${PN}" -QA_PREBUILT="${dir:1}/descent3_demo.x86 - ${dir:1}/netgames/*.d3m" - -S=${WORKDIR} - -src_install() { - local demo="data/demos/descent3_demo" - local exe="descent3_demo.x86" - - loki_patch patch.dat data/ || die - - insinto "${dir}" - exeinto "${dir}" - doins -r "${demo}"/* - doexe "${demo}/${exe}" - - # Required directory - keepdir "${dir}"/missions - - # Fix for 2.6 kernel crash - cd "${Ddir}" - ln -sf ppics.hog PPics.Hog - - games_make_wrapper ${PN} "./${exe}" "${dir}" - newicon "${demo}"/launch/box.png ${PN}.png - make_desktop_entry ${PN} "Descent 3 (Demo)" ${PN} - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "To play the game run:" - elog " descent3-demo" - elog - elog "If the game appears blank, then run it windowed with:" - elog " descent3-demo -w" - echo -} |