From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- games-fps/glxquake-bin/Manifest | 3 ++ games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild | 42 +++++++++++++++++++++++++ games-fps/glxquake-bin/metadata.xml | 8 +++++ 3 files changed, 53 insertions(+) create mode 100644 games-fps/glxquake-bin/Manifest create mode 100644 games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild create mode 100644 games-fps/glxquake-bin/metadata.xml (limited to 'games-fps/glxquake-bin') diff --git a/games-fps/glxquake-bin/Manifest b/games-fps/glxquake-bin/Manifest new file mode 100644 index 000000000000..2bfbc4adc7e7 --- /dev/null +++ b/games-fps/glxquake-bin/Manifest @@ -0,0 +1,3 @@ +DIST glxquake.tar.gz 164094 BLAKE2B 4f9fa9c1e65dc8f1b3721dd068b9920c622a042875d4cb43a15b6d514bfd5e827f776b142a2087ef62e0adbd539c11a53d2b1f3769545b730531ddbbaaa348fb SHA512 0adb92dbdc8b3130bef7e46ad95a7efa6ddb3723e3e8891cacc3c2e46bccacb6235f688e12b8a1f35099615b6683b1409b2e380fd4278e0827897b2e0c8f3090 +EBUILD glxquake-bin-0-r2.ebuild 1154 BLAKE2B 42b2b9b445e61a06a6ed029876952f38bde7db67e1240e596a9e3719891ebe6a8493318de2e2a8d41159f6d684916e20f81399d10e526626ca7a6762c3869d55 SHA512 fcd428a392de67eadf279d2a2f5de1b81152d5c0a0c10e8eb8c58432a5ba97f8d7439cb44d0d15ef4752a5e7307f4690ec8fc25d34fee3bc0c2af8543102d382 +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild b/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild new file mode 100644 index 000000000000..14f81de25338 --- /dev/null +++ b/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit games + +DESCRIPTION="A binary that works with any 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 + amd64? ( sys-libs/glibc[multilib] ) + virtual/opengl[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + x11-libs/libXxf86dga[abi_x86_32(-)]" + +S=${WORKDIR}/glxquake + +QA_PREBUILT="${GAMES_BINDIR:1}/glquake" + +src_install() { + dogamesbin glquake + 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" +} diff --git a/games-fps/glxquake-bin/metadata.xml b/games-fps/glxquake-bin/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-fps/glxquake-bin/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + -- cgit v1.2.3