diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:43:27 +0100 |
commit | 70d17f2f97b8c8d45dbca16acba327c590004132 (patch) | |
tree | 31977f7d9721b728f190e08e716a98d0ff8c64eb /games-fps | |
parent | games-fps/rott: Remove old (diff) | |
download | gentoo-70d17f2f97b8c8d45dbca16acba327c590004132.tar.gz gentoo-70d17f2f97b8c8d45dbca16acba327c590004132.tar.bz2 gentoo-70d17f2f97b8c8d45dbca16acba327c590004132.zip |
games-fps/rtcwmp-demo: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild deleted file mode 100644 index 0f2f14c65092..000000000000 --- a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -MY_P="wolfmpdemo-linux-${PV}-MP.x86.run" - -DESCRIPTION="Return to Castle Wolfenstein - Multi-player demo" -HOMEPAGE="http://games.activision.com/games/wolfenstein/" -SRC_URI="mirror://idsoftware/wolf/linux/old/${MY_P} - mirror://3dgamers/returnwolfenstein/${MY_P}" - -LICENSE="RTCW GPL-2" # gpl for init script bug #425946 -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="dedicated" -RESTRICT="strip mirror" - -RDEPEND="sys-libs/glibc - amd64? ( sys-libs/glibc[multilib] ) - dedicated? ( app-misc/screen ) - !dedicated? ( - virtual/opengl - x11-libs/libX11 - x11-libs/libXext - )" - -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/{PN}/* - ${GAMES_PREFIX_OPT:1}/{PN}/demomain/*" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/${PN} -Ddir=${D}/${dir} - -src_install() { - insinto "${dir}" - doins -r demomain Docs - doins WolfMP.xpm - dodoc CHANGES QUICKSTART - - exeinto "${dir}" - doexe bin/x86/wolfded.x86 openurl.sh - games_make_wrapper rtcwmp-demo-ded ./wolfded.x86 "${dir}" "${dir}" - newinitd "${FILESDIR}"/rtcwmp-demo-ded.rc rtcwmp-demo-ded - sed "s:GENTOO_DIR:${dir}:" "${ED}"/etc/init.d/rtcwmp-demo-ded || die - - if ! use dedicated; then - doexe bin/x86/wolf.x86 - games_make_wrapper rtcwmp-demo ./wolf.x86 "${dir}" "${dir}" - newicon WolfMP.xpm rtcwmp-demo.xpm - make_desktop_entry rtcwmp-demo "Return to Castle Wolfenstein (MP demo)" \ - rtcwmp-demo.xpm - fi - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "Install 'rtcwsp-demo' for single-player" - elog - if ! use dedicated; then - elog "Run 'rtcwmp-demo' for multi-player" - elog - fi - elog "Start a dedicated server with" - elog "'/etc/init.d/rtcwmp-demo-ded start'" - elog - elog "Start the server at boot with" - elog "'rc-update add rtcwmp-demo-ded default'" -} |