From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67D8F158092 for ; Sat, 18 Sep 2021 20:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E12E0921; Sat, 18 Sep 2021 20:56:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 835FEE0921 for ; Sat, 18 Sep 2021 20:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B39B1342E7A for ; Sat, 18 Sep 2021 20:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F6AC9B for ; Sat, 18 Sep 2021 20:56:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1631998551.95f4293f3d7235956c0d2e293c413f48bf574885.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-server/bedrock-server/Manifest games-server/bedrock-server/bedrock-server-1.17.10.04.ebuild X-VCS-Directories: games-server/bedrock-server/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 95f4293f3d7235956c0d2e293c413f48bf574885 X-VCS-Branch: master Date: Sat, 18 Sep 2021 20:56:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3012477-9d31-452e-804e-cdf7a28eafaf X-Archives-Hash: 2d6b87a77131103cbee5937778e88834 commit: 95f4293f3d7235956c0d2e293c413f48bf574885 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Sep 18 20:55:51 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Sep 18 20:55:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f4293f games-server/bedrock-server: drop old version Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> games-server/bedrock-server/Manifest | 1 - .../bedrock-server-1.17.10.04.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/games-server/bedrock-server/Manifest b/games-server/bedrock-server/Manifest index c537f9a345a..bf350fdec41 100644 --- a/games-server/bedrock-server/Manifest +++ b/games-server/bedrock-server/Manifest @@ -1,2 +1 @@ -DIST bedrock-server-1.17.10.04.zip 60012827 BLAKE2B 09e42d79f693525857a4bbe4aa51d2df0a467490cef21dbb8fb02ec79bf7346700eb80ef438b48bd29232000b439e9d84c06c8fb2da168483922cb294e428838 SHA512 102fa38e64dfbd97cbe151fcf5b9d2b1087f8cc4373e72da46f2b8d34d1926e7b0dfe5075834e317474087ef05187feb065e6c02262ea4b6710e4d584b2d5567 DIST bedrock-server-1.17.11.01.zip 60016039 BLAKE2B b66fadbc7a5cb470b8fedc6ddede9283d4114cf07fa1c2719eaebc5908076805463f8a15c0e4fb582f28eef1fc89c494b98eaa4ed93cadd9e142d88ac27a73fc SHA512 9e9b3999003ed331df2d19324f7c5e679123dc5246ccf5ffbe1a2e0389af8cae211ab79a9a1d16bad6e37d06010224170e7188c24bdc7235f699aac07dd93800 diff --git a/games-server/bedrock-server/bedrock-server-1.17.10.04.ebuild b/games-server/bedrock-server/bedrock-server-1.17.10.04.ebuild deleted file mode 100644 index 89c88c8498f..00000000000 --- a/games-server/bedrock-server/bedrock-server-1.17.10.04.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 - dev-libs/openssl:0/1.1 - net-misc/curl[ssl] - sys-libs/zlib -" - -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 {permissions,whitelist}.json server.properties - doins -r {behavior,resource}_packs definitions structures - - dodir /opt/bin - dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server - - newinitd "${FILESDIR}"/bedrock-server.initd-r2 bedrock-server - newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server - - einstalldocs -}