diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /games-fps/doom3-demo | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-demo')
-rw-r--r-- | games-fps/doom3-demo/Manifest | 4 | ||||
-rw-r--r-- | games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild | 61 | ||||
-rw-r--r-- | games-fps/doom3-demo/metadata.xml | 8 |
3 files changed, 73 insertions, 0 deletions
diff --git a/games-fps/doom3-demo/Manifest b/games-fps/doom3-demo/Manifest new file mode 100644 index 000000000000..45d63f8cb84d --- /dev/null +++ b/games-fps/doom3-demo/Manifest @@ -0,0 +1,4 @@ +DIST doom3-linux-1.1.1286-demo.x86.run 485257318 BLAKE2B 47405fa9ce9c9dc73306a2ff8394e897d4b190348d4f6e65e3db24350b93d14598a571dde5a56cd01a7178b7287a6bece165ac5eb1af914fdd1df5fbafa2512d SHA512 9eeada64b60ef06c8380411050ea794a863c9672578bf4593a35835c6d4b7dc5d0ba8e8cb5e5c46cbbdfd7410483e5f6321ac1393655f29b481aea99dc00b3db +DIST doom3.png 6502 BLAKE2B e467e622bb8955024aaf13dc97e0facc7f83aa344007172890d1982f39d35a643c859663fbdc60424332fe1b4b57711b7ce75fcdda8c77b4b2e8e6b71e9431e2 SHA512 9a2b3831babbf3fa0d354e1a4a779c972676edbcc0b287de9b9f3eb830e0a00d557ba9645fbf0e58e07d5705efb0ef2b7ab96cd92493e2a0afc30c8842c0043b +EBUILD doom3-demo-1.1.1286-r1.ebuild 1469 BLAKE2B b008c5965ae127006f4ca5d39177b01903b13770906576e308006de4708994b7a16314bcdf3c98583f43d034b3176f70d251d3de94eeeba4995b2d8226c0c074 SHA512 ba3991d6737c39f11f78349751aa22434adfef2c403cc92c824b16098037c3a1d5337ef381cd2d92f9f351b0f54abd848c90d40460e54bf63cd9846ad687431c +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild b/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild new file mode 100644 index 000000000000..c3f4751a0421 --- /dev/null +++ b/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils unpacker games + +DESCRIPTION="Doom III - 3rd installment of the classic id 3D first-person shooter" +HOMEPAGE="http://www.doom3.com/" +SRC_URI="mirror://3dgamers/doom3/doom3-linux-${PV}-demo.x86.run + mirror://idsoftware/doom3/linux/doom3-linux-${PV}-demo.x86.run + mirror://gentoo/doom3.png" + +LICENSE="DOOM3" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="strip mirror" +QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/${PN}/*" + +# Do not remove the amd64 dep unless you are POSITIVE that it is not necessary. +# See bug #88227 for more. +RDEPEND="sys-libs/glibc + sys-libs/libstdc++-v3:5 + amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] ) + >=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(-)]" + +S=${WORKDIR} + +dir=${GAMES_PREFIX_OPT}/${PN} +Ddir=${D}/${dir} + +src_unpack() { + unpack_makeself doom3-linux-${PV}-demo.x86.run +} + +src_install() { + insinto "${dir}" + doins License.txt README version.info + + insinto "${dir}"/demo + doins demo/* || die "doins base" + + exeinto "${dir}" + doexe gamex86.so bin/Linux/x86/doom.x86 + + newicon "${DISTDIR}"/doom3.png ${PN}.png + + games_make_wrapper ${PN} ./doom.x86 "${dir}" "${dir}" + make_desktop_entry ${PN} "Doom III (Demo)" + + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + + elog "To play the game run:" + elog " doom3-demo" +} diff --git a/games-fps/doom3-demo/metadata.xml b/games-fps/doom3-demo/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-fps/doom3-demo/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> +</maintainer> +</pkgmetadata> |