games-server/bedrock-server: drop 1.21.1.03

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2024-07-14 14:01:15 +02:00
parent b8c22ecd4f
commit e2c372c8d3
2 changed files with 0 additions and 56 deletions

View File

@@ -1,2 +1 @@
DIST bedrock-server-1.21.1.03.zip 130152613 BLAKE2B 5f03769ffd2f6b534b6f4ada90a3d2f938a62169ed21f34b9f66b469a55d595cd5c563b8599362512d24e197a3440c33d7af61183186558830d1ac750dce4b66 SHA512 914232b94add9f7f17bd761bd991fd3590022037cbe1cfa3bbe7886830e5868d2e0125fa7a7e07a83002be021ac5ef77c379dc40b000d60537efec67359963b9
DIST bedrock-server-1.21.2.02.zip 130166190 BLAKE2B 4db5cb5661ceae066d71767e4c1a57139250a54203069036b799c0c67c48545337c66068b38aab0f5e61431b47390dcc29204b526514caa9fb6f6055bf31bcde SHA512 100d74c03dc6139c0a7a2dbb14f9cdcaad2dd6f52500c6ca2b97146628ce4b4ac23d7d8ba14fe5d044ccd14ed5d643356b2a6c6338649fcb25da5dd3e45dcaa4

View File

@@ -1,55 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd
DESCRIPTION="The official bedrock (non-java) based server for the sandbox video game"
HOMEPAGE="https://www.minecraft.net/"
SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip"
S="${WORKDIR}"
LICENSE="Mojang"
SLOT="0"
KEYWORDS="-* ~amd64"
RDEPEND="
acct-group/bedrock
acct-user/bedrock
app-misc/dtach
net-misc/curl
"
BDEPEND="app-arch/unzip"
RESTRICT="bindist mirror"
DOCS=(
"bedrock_server_how_to.html"
"release-notes.txt"
)
QA_PREBUILT="opt/bedrock-server/bedrock_server"
src_compile() {
:;
}
src_install() {
exeinto /opt/bedrock-server
doexe bedrock_server
insinto /opt/bedrock-server
doins {allowlist,permissions}.json server.properties
doins -r {behavior,resource}_packs definitions
dodir /opt/bin
dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
newinitd "${FILESDIR}"/bedrock-server.initd-r5 bedrock-server
newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server
systemd_newunit "${FILESDIR}"/bedrock-server.service bedrock-server@.service
einstalldocs
}