commit: 20926e4fab21b48d027040cef82e783c64163f73 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 14 21:14:46 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 14 21:17:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20926e4f
dev-games/quake4-sdk: Stop using games.eclass Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild new file mode 100644 index 00000000000..e1b3a2f5116 --- /dev/null +++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit unpacker + +DESCRIPTION="Quake4 SDK" +HOMEPAGE="http://www.iddevnet.com/quake4/" +SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run" + +LICENSE="QUAKE4" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="strip" + +S="${WORKDIR}" + +src_unpack() { + unpack_makeself + rm -rf setup.{sh,data} || die +} + +src_install() { + insinto "/opt/${PN}" + doins -r * +}
