From 983bd78a5f502238b967df785e9e7d017eb7421d Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 5 Feb 2015 03:44:53 +0000 Subject: old (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) --- games-fps/rtcwmp-demo/ChangeLog | 5 +- games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild | 82 ---------------------------- 2 files changed, 4 insertions(+), 83 deletions(-) delete mode 100644 games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild (limited to 'games-fps') diff --git a/games-fps/rtcwmp-demo/ChangeLog b/games-fps/rtcwmp-demo/ChangeLog index eef736a6b117..615b45e6258f 100644 --- a/games-fps/rtcwmp-demo/ChangeLog +++ b/games-fps/rtcwmp-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcwmp-demo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.16 2015/02/01 11:29:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.17 2015/02/05 03:44:53 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett -rtcwmp-demo-1.1.ebuild: + old 01 Feb 2015; Mikle Kolyada rtcwmp-demo-1.1-r1.ebuild: x86 stable wrt bug #535910 diff --git a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild deleted file mode 100644 index d62df137d9af..000000000000 --- a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild,v 1.14 2012/12/21 21:30:29 tupone Exp $ - -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 opengl" -RESTRICT="strip mirror" - -RDEPEND="sys-libs/glibc - dedicated? ( - app-misc/screen ) - !dedicated? ( - virtual/opengl - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-libs/libXdmcp ) - opengl? ( - virtual/opengl - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-libs/libXdmcp ) - amd64? ( - app-emulation/emul-linux-x86-xlibs )" - -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 - - exeinto "${dir}" - doexe bin/x86/*.x86 openurl.sh || die "copying exe" - - games_make_wrapper rtcwmp-demo ./wolf.x86 "${dir}" "${dir}" - - if use dedicated; then - games_make_wrapper rtcwmp-demo-ded ./wolfded.x86 "${dir}" "${dir}" - newinitd "${FILESDIR}"/rtcwmp-demo-ded.rc rtcwmp-demo-ded - dosed "s:GENTOO_DIR:${dir}:" /etc/init.d/rtcwmp-demo-ded - fi - - doins WolfMP.xpm CHANGES QUICKSTART - newicon WolfMP.xpm rtcwmp-demo.xpm - - prepgamesdirs - make_desktop_entry rtcwmp-demo "Return to Castle Wolfenstein (MP demo)" \ - rtcwmp-demo.xpm -} - -pkg_postinst() { - games_pkg_postinst - elog "Install 'rtcwsp-demo' for single-player" - elog - elog "Run 'rtcwmp-demo' for multi-player" - if use dedicated; then - elog - 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'" - fi -} -- cgit v1.2.3-65-gdbad