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

This commit is contained in:
tastytea 2021-08-07 18:09:13 +02:00
parent 67731609e3
commit dd706d52f8
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.35.tar.xz 51170488 BLAKE2B 5d340c762ad004493ceac61cfb33ad16f01469a881b9261e8caf75661047fce3518211035c08e3b314b6d35910b14962dd6f9404f58eda149bae117b06343f92 SHA512 663cc44319295df7eb43ac53f0e8c34d93a8d85c4f4926f64ded08c31571961cd5fe04f5ec0da010fd9e37ace943da9ba76aca62501afe5e2c321fc8f989054f
DIST factorio-server-1.1.36.tar.xz 51236928 BLAKE2B cf63b3e09b28bd92399388c44df29127608f188e6e6b9e705a15c2c3f35a18bfbacf1646ec538c61ef5dcc3ca56bda59d7766daf5763854b668046e25abb3473 SHA512 17e3c5db4643b68cd51bbda1a4c7a9b2f3f6fc7876a521bb3b3575bb9e89539f217941f026c21d7234b1cd536a6db0751f72fe71bc029345270e5d34621e541c
DIST factorio-server-1.1.37.tar.xz 51227836 BLAKE2B 3ca30112c6f30ddbee76e1206ab2f3e27c13b23d48638f62cd37d90a8c9fd505c1f5b48e3a7a9e5a9cac11749e9dc8c4ca37cf3dc45869303388e5654cc9c65a SHA512 4e92574678b1a40614f7d4c5161db9c780b3541d4bd1303961cdba81f9f381849a3d5118a2fbcaaa8090e28e45bff7d09e2d5175fe13c84a0385f0e92b2b543d

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
}