From a41af7ab2b8f658ba91730973001ba2b1f4708fe Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 5 Feb 2015 03:32:49 +0000 Subject: old (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) --- games-fps/glxquake-bin/ChangeLog | 6 +++- games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild | 45 ------------------------- 2 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild (limited to 'games-fps') diff --git a/games-fps/glxquake-bin/ChangeLog b/games-fps/glxquake-bin/ChangeLog index 312a7228419e..6e8936563e52 100644 --- a/games-fps/glxquake-bin/ChangeLog +++ b/games-fps/glxquake-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/glxquake-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.12 2015/02/01 11:31:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.13 2015/02/05 03:32:49 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett + -glxquake-bin-0-r1.ebuild: + old 01 Feb 2015; Mikle Kolyada glxquake-bin-0-r2.ebuild: x86 stable wrt bug #535900 diff --git a/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild b/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild deleted file mode 100644 index bec4a56cb4ec..000000000000 --- a/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild,v 1.5 2013/02/04 09:44:00 tupone Exp $ - -inherit games - -DESCRIPTION="a binary that works with every 3D-graphics-card that supports the glx X-extension" -HOMEPAGE="http://mfcn.ilo.de/glxquake/" -SRC_URI="http://www.wh-hms.uni-ulm.de/~mfcn/shared/glxquake/glxquake.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 x86" -RESTRICT="strip" -IUSE="" - -RDEPEND="sys-libs/glibc - virtual/opengl - x86? ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXxf86vm - x11-libs/libdrm - x11-libs/libXau - x11-libs/libXdmcp ) - amd64? ( app-emulation/emul-linux-x86-xlibs )" - -S=${WORKDIR}/glxquake - -QA_PREBUILT="${GAMES_BINDIR:1}/glquake" - -src_install() { - dogamesbin glquake || die "dogamesbin failed" - dodoc README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "To play with it, create a subdirectory called id1" - elog "Copy the pak0.pak, and eventually pak1.pak into this subdirectory" - elog "You can eventually get pak0.pak emerging games-fps/quake1-demodata" - elog "The file pak0.pak will be on the ${GAMES_DATADIR}/quake1/demo/" - elog "You can now run glxquake by executing glquake" -} -- cgit v1.2.3-65-gdbad