games-server/factorio-server: drop 1.1.74

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-04-13 11:59:15 +02:00
parent c82d0125d0
commit 0d8e0415eb
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 0 additions and 29 deletions

View File

@ -1,3 +1,2 @@
DIST factorio-server-1.1.74.tar.xz 57864892 BLAKE2B 5ff063676af1f9b33955f78a170a4500c9d755459f2462eb73fa73f1f78fa0b3cd67420ff27558f1008b23736f376023514189aa3e5cf95d3b6c36ded929110a SHA512 0efa150664cde71efdb90be1d5c08e96cd0e7975b455921ce4a9e3b8838597cb6e5f42ef9b48bf07b03c012d027117763e9c05d341b109bfadcf16d9785fa28f
DIST factorio-server-1.1.76.tar.xz 57977268 BLAKE2B ab5ee2a3b975a402cbbd4570d86de04bc8f7131bfa1db243d1b3b747ce8dc098b9c783d7263f9ecf67b66782ed521cf629bef9a3e60daec5fda3775475526d89 SHA512 b0dcf297e9c6731ad325277d5dc7a8b41389ec8e44a7140a6ff4e01d0a269aa1b600904a3d9add592496a31324664d7be10cff0ed197b8f994db2ecb1c08fa11
DIST factorio-server-1.1.80.tar.xz 57964536 BLAKE2B 4f5518ed33e1bd10ae3428e8385dc3b0378debf17a4ff7b081f04c04e8cf8fccaa9119b518fed859636935be8740e48113f0dd4add31eb19263a8d5010f92fdc SHA512 c80359fb27595f05c2331b463d0228d3a3a61b63f883b597411e05a4c9c425400837ff3e099ee2f83fe448120708662950bb9d7b7be6143e20eeb6ff7992d19b

View File

@ -1,28 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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
}