diff options
Diffstat (limited to 'games-fps/rott')
-rw-r--r-- | games-fps/rott/Manifest | 2 | ||||
-rw-r--r-- | games-fps/rott/rott-1.1.2-r1.ebuild | 18 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-fps/rott/Manifest b/games-fps/rott/Manifest index be626cd2edd9..7bc271772367 100644 --- a/games-fps/rott/Manifest +++ b/games-fps/rott/Manifest @@ -1,4 +1,4 @@ DIST rott-1.1.2.tar.gz 749079 BLAKE2B 1c18ef25b8bb97a7edf8c376bf0b6da3829ca0406100ee9f44652077c06414d826086e354850a551152901036673b91d686d4d2e816ba6bb29b8dcce68144c00 SHA512 809a9064fe31c63afccb9a6397ac2c9d4172cdd802b055697cf3b0090ee6a78c9e40b52a4a8df25196489d9a0259304c91e2f84f95413a293bc66192502cf200 DIST swdata.zip 2889672 BLAKE2B 593f95cbfb4a285ab3b946372d618b6b5cf785aa4b2e5228ac8aaaf702ceb8e4cc000d606f5b3aea85af1b34a4fe45bdebc2f692ba3bfc9c1d3afc7c570ad8a0 SHA512 99373097356afa583021367b2e0ec6ec745941890e4f17f4e07206c66dd370dfa9e928bc0bd6ab9809d8c72646dcc609e3c19f688d2b89a886f215a153b6dd0d -EBUILD rott-1.1.2-r1.ebuild 1070 BLAKE2B e4c9cc7c141b62e75daf5e3a3384a81f6cb901bc2b61a49280090c356661bf30ecbe6ae9e0eae6eeb64eba07898b7645582d2f3832637bde70d9719f82afb6df SHA512 08b1ce570b416b03c53a52af07d45c4d09b27605a9e3469942ce651597ea2eed9383cfaec32aacdb52d4d7c06507726a89ad2500512d50612fb5c81c284768f4 +EBUILD rott-1.1.2-r1.ebuild 1116 BLAKE2B 31cc3351f2451aef7c98f22f05decab677fd3f7e81c8c4b1d3b9ac700ee3876db4eb21b0dfa0824c6a23c4cc2d11df547c6a0e82efc590aa6a54cade67fea39a SHA512 5010f2fd7eb2770571d1033378f0fa366264d735033fdf4d87dccf5b9af3873bbe34498737544017ba6d7c53f79060fdda87b70e247ba5fc8de840905cc846ad MISC metadata.xml 1096 BLAKE2B f38d7f693103d6885e64fc4fe416df77cbb1ca66454bbde61639f9e8f00a7feb80538fa744e6517d4bfb7f23d30398fd008bfe64a2897e4ff2b53462d833cef7 SHA512 9301c43740edf37dc7833248cb3b4953d7a970cbe0146be41b88ae45d23719a80813ed1345bf30800f31aeaeb09b04aca41b0ac87a08616915fffa63dfbb150e diff --git a/games-fps/rott/rott-1.1.2-r1.ebuild b/games-fps/rott/rott-1.1.2-r1.ebuild index 915ad6efa315..a11a0d2074c1 100644 --- a/games-fps/rott/rott-1.1.2-r1.ebuild +++ b/games-fps/rott/rott-1.1.2-r1.ebuild @@ -1,24 +1,27 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + +inherit toolchain-funcs DESCRIPTION="Rise of the Triad for Linux!" -HOMEPAGE="http://www.icculus.org/rott/" -SRC_URI="http://www.icculus.org/rott/releases/${P}.tar.gz +HOMEPAGE="https://www.icculus.org/rott/" +SRC_URI="https://www.icculus.org/rott/releases/${P}.tar.gz demo? ( http://filesingularity.timedoctor.org/swdata.zip )" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="demo" -RDEPEND="media-libs/libsdl[sound,joystick,video] +RDEPEND=" + media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer" DEPEND="${RDEPEND} app-arch/unzip" -S=${WORKDIR}/${P}/rott +S="${WORKDIR}/${P}/rott" src_prepare() { default @@ -30,6 +33,7 @@ src_prepare() { } src_compile() { + tc-export CC emake -j1 \ EXTRACFLAGS="${CFLAGS} -DDATADIR=\\\"/usr/share/${PN}/\\\"" \ SHAREWARE=$(usex demo "1" "0") |