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

This commit is contained in:
tastytea 2021-12-11 10:00:31 +01:00
parent 6dd531cab3
commit a369205c79
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 0 additions and 58 deletions

View File

@ -1,4 +1,2 @@
DIST factorio-server-1.1.42.tar.xz 51349428 BLAKE2B 5ea4139c7322118514bf772c2bf41c27dc1a65dbb0b4b71e8c18ed423d212ac7bc0f3319829c352ffdc357e73cb720f8c87b351a513671d5a2b12630a6948e3c SHA512 65966f8cbc478b832ddaa0445173f9f2f5c1733f924a8476272680dc1fce7e03c2442b1634a8178e684737c2d8b800fecfdbd19429d99f866a3d6c50e2a1b5d7
DIST factorio-server-1.1.46.tar.xz 51355696 BLAKE2B 4eed5ebdc86acd10469d74ce968f46bb0060741b6657acab9db09be562ba526a89a1711aa75c94e104e62553a821a896a0d7f9abc89c76b780c5250fbebf66a3 SHA512 830d2c1fbf54bf338d287beb6a084cb0fc36d8fb1e8bb50f1b5be1821d14655097c605eaad64c3d993d91dbc0d80a74cd3f34301b3678d0080b1326b2b7d0cb4
DIST factorio-server-1.1.48.tar.xz 51432096 BLAKE2B b78ebc2722c8a6dce67f632addf36b26b9a380ca0b825026f673697afcfa9c384ebf208bbc89833431c9b7443b033016e38dc869e896a7bb9cef8fbdfa07aab8 SHA512 c6866652dd95d2fe7e2c4a3359b67f461df184d687e7689638185ceab41dc556ce43c00261667e0e0adb40ae5af7b67b92a11d6f1542819dc0862e825ef235e0
DIST factorio-server-1.1.49.tar.xz 51610172 BLAKE2B 6275f58c4c80d93f479cd0f17c2d463100cd73894a795929a41b678a84748b5a26169e50a91f565e6f505bda6873ff688088df8284178c0bfe79d2f017eb8670 SHA512 0447dc622b6e2d06949014c20203ef0c746f9b62caa199b583b515e52ba4a56f01e3e06ed2553a24158ff1f1bed418e1d9a2e2a94d492a06d650a038126b71f5

View File

@ -1,28 +0,0 @@
# Copyright 1999-2021 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
}

View File

@ -1,28 +0,0 @@
# Copyright 1999-2021 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
}