games-server/factorio-server: Remove old ebuild.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-07-18 07:30:05 +02:00
parent c354bdc476
commit c03435a80b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 29 deletions

View File

@ -1,3 +1,2 @@
DIST factorio-server-1.1.34.tar.xz 51132352 BLAKE2B 1e4ff4d0cf52804de4d3e49568de1cbf250bbec7df23dc7d91a0b9a5a86b915684775f9f3a4cdf37fd3a2bff097966892a26af81217e1b1df12aa61eedab0fc8 SHA512 305876c08e65251e7b1b54f3c13e9a67b2e44f90974ba0f6ffb32897538a59b7dece87bb0c4d7aeb0ae77ab6cab901906db2793db73e5f35a8af774fd827978c
DIST factorio-server-1.1.35.tar.xz 51170488 BLAKE2B 5d340c762ad004493ceac61cfb33ad16f01469a881b9261e8caf75661047fce3518211035c08e3b314b6d35910b14962dd6f9404f58eda149bae117b06343f92 SHA512 663cc44319295df7eb43ac53f0e8c34d93a8d85c4f4926f64ded08c31571961cd5fe04f5ec0da010fd9e37ace943da9ba76aca62501afe5e2c321fc8f989054f
DIST factorio-server-1.1.36.tar.xz 51236928 BLAKE2B cf63b3e09b28bd92399388c44df29127608f188e6e6b9e705a15c2c3f35a18bfbacf1646ec538c61ef5dcc3ca56bda59d7766daf5763854b668046e25abb3473 SHA512 17e3c5db4643b68cd51bbda1a4c7a9b2f3f6fc7876a521bb3b3575bb9e89539f217941f026c21d7234b1cd536a6db0751f72fe71bc029345270e5d34621e541c

View File

@ -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
}