games-server/factorio-server: Version bump 1.1.27.

# Previous commits:
#   a4a205a Merge pull request 'sys-apps/hashboot: Fix incorrect source variable' (#13) from tmweaver/overlay:fix-hashboot-ebuild-s-variable into master
#   8bf89ef sys-apps/hashboot: Fix incorrect source variable
#   684a21c sys-apps/hashboot: Fix SRC_URI; re-generate Manifest.
#   1ba6a16 games-server/factorio-server: Remove old ebuild.
This commit is contained in:
tastytea 2021-03-13 10:16:39 +01:00
parent a4a205a544
commit 43baeb445f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 29 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST factorio-server-1.1.25.tar.xz 50992160 BLAKE2B a28753ebcc33ffaed170a7074e188b899654107ab93a236b45c2de4333876b55713b98bfd63a882590645d905abe22d5cffb819f3cb4afc90dcd66cdae43b564 SHA512 ad5603b7078289591f5a700c63ec7a1ab36f60ef04464d938ed44d6626c94f523fc0229d52dfd82bdd7f2082314a0fa87a6b5d8b12728fc148d99065a413de7f
DIST factorio-server-1.1.26.tar.xz 51050336 BLAKE2B d077433f13dd423139f067186253a83d4b023b8b54cbb3a83dc00af006fe8f45513cf77d4f0ee9b068cf8639155ece94036e1ec8c59207cb381562442e487152 SHA512 89a79599d0f71e0859c4a28e0f4ab2d6688f6e961b61954ef8bcb2cec6007b9ec27070a955aba05861aad635fd588eac4d8dc3c309176830ba17edec9f40cd8b
DIST factorio-server-1.1.27.tar.xz 51095664 BLAKE2B af62c5c8788598a161c2a9a045b349c296a737a7d2def91020bfb2f5c308ae07ba6a14d8d47ef93a937aa1bbe87259ab2d9a3ccf76d9323e67f79f24ea4de715 SHA512 274462ec31ec03bb0441add5e1b4d7ba316724263f0be16286ff9a994ce0b9635f711755a38b40ce78731361260e06a96cf8a780d72e974833afd60a49eb2ac7

View File

@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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/${PV}/headless/linux64 -> ${P}.tar.xz"
LICENSE="Factorio"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror"
RDEPEND="app-misc/screen"
DEPEND=""
S="${WORKDIR}/factorio"
src_install() {
insinto /opt/factorio
doins -r data
doins config-path.cfg
exeinto /opt/factorio/bin/x64
doexe bin/x64/factorio
newinitd "${FILESDIR}"/factorio.initd factorio
newconfd "${FILESDIR}"/factorio.confd factorio
}