games-server/factorio-server: Remove old ebuild.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9fc8ff6fac
commit
d081770a57
|
@ -1,3 +1,2 @@
|
|||
DIST factorio-server-1.1.32.tar.xz 51118808 BLAKE2B a7e34929f3cf3e13608675af78c57a4b5e718f34bec3481c9798e1a6d62a390b7c9bc8e03e117959c20346fc5f9a09716e32193f5c0ee6d7fec6c44fda42bbd7 SHA512 3fb8bff40acbea02ef76641725073778dee5085a35e99a213b0a6c3ff62e8ac442d04d145227d27857f3e7c858244081d4ae6f579241611629a518f3448483e0
|
||||
DIST factorio-server-1.1.33.tar.xz 51119092 BLAKE2B e82a361d284e8f629e398fd092b21a8607c65bad630c1d1bd57d852d2366c50a14f7242ed1ba9c17551069de8027bf5280d4eaf10898ba192ea2dfac65855445 SHA512 f2f7356fa25a65e32cafa50e28bc31276c53288be5fa910be8d7a227e43c7bb234ccf7d00043a2cb1da3ab67d1fbf4e746edf072754a4d7a0fe50ef3f24cffb8
|
||||
DIST factorio-server-1.1.34.tar.xz 51132352 BLAKE2B 1e4ff4d0cf52804de4d3e49568de1cbf250bbec7df23dc7d91a0b9a5a86b915684775f9f3a4cdf37fd3a2bff097966892a26af81217e1b1df12aa61eedab0fc8 SHA512 305876c08e65251e7b1b54f3c13e9a67b2e44f90974ba0f6ffb32897538a59b7dece87bb0c4d7aeb0ae77ab6cab901906db2793db73e5f35a8af774fd827978c
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
# 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
|
||||
}
|
Reference in New Issue
Block a user