games-server/factorio-server: added 0.16.51-r1, binary is now executable
the build failed Details

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-09-03 17:48:23 +02:00
parent 9363457912
commit 042dae1ea1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 34 additions and 4 deletions

View File

@ -4,12 +4,13 @@ Hash: SHA256
AUX factorio.confd 154 BLAKE2B f5f5b1496e1ea3b27dd05e048a2ca803009551c740c0cc3017d80683ad49ac37ccdc638e0b1d2284d5a0700e14aa0d35728cd0be42f0781f48bc77ade36aa086 SHA512 49d47b0b47c4cb15d238a684800f5c0c6c07c7cb0641864b9ee5fd3c4956e5e31912a19519aefa65d3fbca235384af325ba6715954f9adb57e654a1d1542fbb2
AUX factorio.initd 505 BLAKE2B dc6da87a8f11c725a10f82a1165096569ed07bdaa44c12e1d4738a22d6b268ea65c2331945f2f7c5ff8396cd3c8d3aaf242eda6035fe9b85122bc79a0fe2e606 SHA512 bf2a1ea2cde53c2182e8b802a41c4c821bbab7223e9ea7df070b1eef89ae3dd038e1c2944dc9935acbf6f8ffa62b3943c48604e8fd3bf5a3c01932b2adab7eb6
DIST factorio-server-0.16.51.tar.xz 24259652 BLAKE2B fd7874b1b7e2f4a7d3dcfd1c954ee1dfcb580b0e8e10a7cbe3301aa60af29629070cd80832d2b54ad8e8b8675ad45edce3118375e2a7ee5df6ac4e6439d3f64d SHA512 f062b5696f412da2bd694107cdf55840c61f61aa28976e5db30b8e4a10632986b8203e6a9697100ca4f3a6d07dd8a419c7244c576ffec53c673588c144cfd774
EBUILD factorio-server-0.16.51-r1.ebuild 705 BLAKE2B c5bd1ef68d0f65dade423ce53d0b8e8c36fe965047b7f12c557d2ba844659bf1258fe605384dfa50d29264805b78d68cb1b637e35b1d2a084480d193869e7501 SHA512 420f5c9496b675fa2a57d3a522fc12407697fe808dfa84ad711b22a7210c69542c245db4d914535ec1664f3bab988c8a4a2921746ffd382b7d2798ba6caec1ca
EBUILD factorio-server-0.16.51.ebuild 664 BLAKE2B ae6c17d144357678e8c949c03091db561461a05402744feb81e3768a3f543507d5fc603e3d39a72df2a5d488f66061b0a2613c01d4a3f4e5cfbcc5a4eba56f40 SHA512 d53867d9a222367f4b7332effe03c10451c2463dd80d9de035e86df7938355b1407c6f3452debcbf661b69a9f49416e89bd038a8d20d17e912c2596023e67cc2
MISC metadata.xml 617 BLAKE2B a32884112de93f2f16f242375f28ee73a0eb66113519b75c8ab9cf5454dd299a1e742a903664e291185d5505694ccbcbe84c2164da7888e6f52d10ebfe32ccd0 SHA512 17ca8276fc728b512d15c3e9f05e5b528ab011f9ad5fefbd3c9e42b3151e9ccda9e7d89861687649fbcbb9c2c0eaaaa1aad57f3a3eaa4a2a4992a061ab64bd35
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW41NmAAKCRDPw5SX8bJu
BweJAP947E/0it6w1Y/ZrauLOzTgPTexQvcmmIQlVAXAQHkPXQD/bOCRADBcytr2
0enV9IJnUem+uptHL6DyGUCptkXFlKI=
=f/dm
iHQEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW41XxwAKCRDPw5SX8bJu
B5aOAPjwdH8+pjvzQxfsyi8sVRZdStO71EoE2WcwHiJtJAgQAP9yUPQXwe/Sgx7P
7FkWT3rxm+lHCKZvi/0HaEMKMMH2AA==
=YDJr
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,29 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Factorio is a game in which you build and maintain factories."
HOMEPAGE="https://www.factorio.com/"
SRC_URI="https://www.factorio.com/get-download/0.16.51/headless/linux64 -> ${P}.tar.xz"
LICENSE="Factorio"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=app-misc/screen-4.6.1"
DEPEND=""
src_unpack() {
default_src_unpack
mv factorio ${P}
}
src_install() {
insinto /opt/factorio
doins -r data
doins -r config-path.cfg
exeinto /opt/factorio/bin/x64
doexe bin/x64/factorio
newinitd "${FILESDIR}"/factorio.initd factorio
newconfd "${FILESDIR}"/factorio.confd factorio
}