games-server/factorio-server: drop 1.1.70

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-12-17 07:01:56 +01:00
parent b3f0ee41f1
commit 9a1697a0c0
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.70.tar.xz 57866120 BLAKE2B fd9bc35e186a006eb939d3801ad0d8ea7ab8ab95e8cd34ea744a937fa7ca8d99b75860373169b9026448009d0a1543c2c76146e98285f5e7e042717a137889e9 SHA512 c50460f662ef58454f05c5118526f6e29b7636356fdec3b1d586336e987619f1606f94be630d386088252c2d1aedb3366d92d5ee2974aec65ac2d4e1b7158c57
DIST factorio-server-1.1.72.tar.xz 57865096 BLAKE2B a1abd9bc5df7bed51ac118bc8c879fd1c23f8e11722a88619bcc5033ffe01c3bf1918274fbf534afc4c8b728d428e75238307a5cc72722b31d0b2886f5d1c2b9 SHA512 e9fa29859aa8f80019071d63b2d57f08209c269993ccde117d694e1aa7d2cb992eae51a1b2e5383d4ab978657b27a335739e5d50ef3c26ac90f31a10052224e0
DIST factorio-server-1.1.74.tar.xz 57864892 BLAKE2B 5ff063676af1f9b33955f78a170a4500c9d755459f2462eb73fa73f1f78fa0b3cd67420ff27558f1008b23736f376023514189aa3e5cf95d3b6c36ded929110a SHA512 0efa150664cde71efdb90be1d5c08e96cd0e7975b455921ce4a9e3b8838597cb6e5f42ef9b48bf07b03c012d027117763e9c05d341b109bfadcf16d9785fa28f

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
}