From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/
Date: Thu, 3 Dec 2020 18:16:00 +0000 (UTC) [thread overview]
Message-ID: <1607019352.39a8046969bc0b82c79a27c406ecfe0a8acab7dd.conikost@gentoo> (raw)
commit: 39a8046969bc0b82c79a27c406ecfe0a8acab7dd
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 18:12:02 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 18:15:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a80469
games-server/bedrock-server: bump to version 1.16.101.01
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-server/bedrock-server/Manifest | 1 +
.../bedrock-server-1.16.101.01.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/games-server/bedrock-server/Manifest b/games-server/bedrock-server/Manifest
index 1761a45f5e7..cf590104e99 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,2 +1,3 @@
DIST bedrock-server-1.16.100.04.zip 89007325 BLAKE2B baaa1244297385938ea45ed0559e9965d6b0c03f13ccaa6a85e9ee4b272ad46eeb9ce0b1a23fd3eb1b4cfdda730d3251a7df86470bdfebe617dea2f87e5c35b0 SHA512 7442237169dbc64d11629321a5ec75b004f4e29e28b3c031cfca98498d079b759bcecb56fe0c7f8df8c3fca4bdc7127b282614a50adeb7afa41aa89f190f1fc7
+DIST bedrock-server-1.16.101.01.zip 89007227 BLAKE2B 9f9dea5a52c8ae21ab2a3afc727dd750dc3b743de2d690427a8a1c9b17ded040f06c56edf82a9d501d64702cc19f64d0ed272fa869dd5936dd7bca818e2ea07f SHA512 b8742363a59b8959da1cf6a1bc13aa20c683e1ac26a16aa570d6111b68f437546ee00e52d51794be7c5f42be83dab77ec11bddf0a16cd18385f777eed97ba9df
DIST bedrock-server-1.16.40.02.zip 69910097 BLAKE2B 6c074a3f99bcd9dfe0214a43550d08714af9a58ee619765bf6713b59b997c1c322bba906966c18181fdb3c5e3e5791140fa49d25146820b649f30ace1c147adb SHA512 e0d012719a413656ed0f4b8ffc0ca96d537e3dbfc306ce8e05d757442e209ce2b1f9a43c1152c3a36ed251a35f68f6072401742e1ab2cf75d75ef9420232702b
diff --git a/games-server/bedrock-server/bedrock-server-1.16.101.01.ebuild b/games-server/bedrock-server/bedrock-server-1.16.101.01.ebuild
new file mode 100644
index 00000000000..a60cb02addb
--- /dev/null
+++ b/games-server/bedrock-server/bedrock-server-1.16.101.01.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 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"
+
+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]
+"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}"
+
+DOCS=(
+ "bedrock_server_how_to.html"
+ "release-notes.txt"
+)
+
+QA_PREBUILT="
+ opt/bedrock-server/bedrock_server
+ opt/bedrock-server/libCrypto.so
+"
+
+src_install() {
+ exeinto /opt/bedrock-server
+ doexe bedrock_server libCrypto.so
+
+ 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
+}
next reply other threads:[~2020-12-03 18:16 UTC|newest]
Thread overview: 126+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-03 18:16 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 12:06 [gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/ Conrad Kostecki
2024-09-21 15:47 Conrad Kostecki
2024-09-15 13:35 Conrad Kostecki
2024-08-04 14:03 Conrad Kostecki
2024-07-14 12:30 Conrad Kostecki
2024-07-14 12:30 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-04-24 12:02 Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2024-03-28 14:10 Conrad Kostecki
2024-03-28 14:10 Conrad Kostecki
2024-03-28 14:10 Conrad Kostecki
2024-03-15 23:59 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-02-08 21:51 Conrad Kostecki
2023-12-23 21:51 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-16 21:13 Conrad Kostecki
2023-11-11 23:37 Conrad Kostecki
2023-10-08 23:02 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-09-22 19:51 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-08-06 15:07 Conrad Kostecki
2023-08-05 20:32 Conrad Kostecki
2023-07-15 0:53 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-08 20:04 Conrad Kostecki
2023-05-31 16:00 Conrad Kostecki
2023-05-31 16:00 Conrad Kostecki
2023-05-22 21:35 Conrad Kostecki
2023-04-27 21:57 Conrad Kostecki
2023-04-01 19:39 Conrad Kostecki
2023-04-01 19:39 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-03-19 22:12 Conrad Kostecki
2023-02-21 0:09 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2022-12-13 21:58 Conrad Kostecki
2022-12-04 14:34 Conrad Kostecki
2022-11-28 21:52 Conrad Kostecki
2022-11-28 21:52 Conrad Kostecki
2022-11-13 17:36 Conrad Kostecki
2022-10-28 20:19 Conrad Kostecki
2022-10-28 17:07 Conrad Kostecki
2022-10-26 19:43 Conrad Kostecki
2022-10-26 19:43 Conrad Kostecki
2022-10-06 21:15 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-02 22:46 Conrad Kostecki
2022-08-29 22:22 Conrad Kostecki
2022-08-29 22:22 Conrad Kostecki
2022-08-29 22:22 Conrad Kostecki
2022-08-10 22:46 Conrad Kostecki
2022-07-27 18:55 Conrad Kostecki
2022-07-25 18:37 Conrad Kostecki
2022-07-25 18:37 Conrad Kostecki
2022-07-12 21:14 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-07 20:14 Conrad Kostecki
2022-05-14 11:29 Conrad Kostecki
2022-05-14 11:29 Conrad Kostecki
2022-05-08 11:35 Conrad Kostecki
2022-05-08 11:35 Conrad Kostecki
2022-04-29 21:08 Conrad Kostecki
2022-04-29 21:08 Conrad Kostecki
2022-04-21 21:26 Conrad Kostecki
2022-03-28 16:43 Conrad Kostecki
2022-03-28 16:43 Conrad Kostecki
2022-02-27 22:15 Conrad Kostecki
2022-02-27 22:15 Conrad Kostecki
2021-12-10 23:42 Conrad Kostecki
2021-12-10 23:42 Conrad Kostecki
2021-12-05 21:45 Conrad Kostecki
2021-09-19 11:03 Conrad Kostecki
2021-09-18 20:56 Conrad Kostecki
2021-09-18 20:56 Conrad Kostecki
2021-07-13 21:09 Conrad Kostecki
2021-07-13 21:09 Conrad Kostecki
2021-06-19 23:36 Conrad Kostecki
2021-05-16 15:45 Conrad Kostecki
2021-05-16 15:45 Conrad Kostecki
2021-04-15 21:38 Conrad Kostecki
2021-04-14 20:08 Conrad Kostecki
2021-04-14 20:08 Conrad Kostecki
2021-04-14 20:08 Conrad Kostecki
2021-03-16 17:52 Conrad Kostecki
2021-03-16 17:52 Conrad Kostecki
2021-02-27 14:46 Conrad Kostecki
2021-01-16 15:50 Conrad Kostecki
2021-01-16 15:50 Conrad Kostecki
2020-12-17 20:36 Conrad Kostecki
2020-12-17 20:36 Conrad Kostecki
2020-12-03 18:16 Conrad Kostecki
2020-11-19 18:24 Conrad Kostecki
2020-11-02 23:51 Sam James
2020-09-24 20:40 Conrad Kostecki
2020-09-24 20:40 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-08-22 20:16 Conrad Kostecki
2020-08-11 18:30 Conrad Kostecki
2020-08-10 12:34 Agostino Sarubbo
2020-07-07 18:45 Conrad Kostecki
2020-05-21 22:28 Conrad Kostecki
2020-05-21 7:53 Agostino Sarubbo
2020-04-16 20:35 Conrad Kostecki
2020-04-16 20:35 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-01-20 12:52 Agostino Sarubbo
2019-12-21 23:07 Conrad Kostecki
2019-12-21 23:07 Conrad Kostecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1607019352.39a8046969bc0b82c79a27c406ecfe0a8acab7dd.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox