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: Sat, 25 Mar 2023 00:11:40 +0000 (UTC) [thread overview]
Message-ID: <1679703084.2e5826ecedc4760fdf9f503ec2b987727d30920d.conikost@gentoo> (raw)
commit: 2e5826ecedc4760fdf9f503ec2b987727d30920d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 00:10:44 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 00:11:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5826ec
games-server/bedrock-server: drop 1.19.51.01, 1.19.62.01
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-server/bedrock-server/Manifest | 2 -
.../bedrock-server-1.19.51.01.ebuild | 53 ----------------------
.../bedrock-server-1.19.62.01.ebuild | 53 ----------------------
3 files changed, 108 deletions(-)
diff --git a/games-server/bedrock-server/Manifest b/games-server/bedrock-server/Manifest
index 500d7584f285..0752dbf2cf7f 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,5 +1,3 @@
-DIST bedrock-server-1.19.51.01.zip 76976732 BLAKE2B 30ed7a0ba1d2d13b91c5400e17a4facf92a540bf96216dd2fd6cce2d67e5576a8dc73e1c534bb7d0c3afff54cfd3a2715b1c10ecbde3129880003a55fd58fa5e SHA512 b4554cb0fe66bc742d80e2c6143faa6ad10412645207a845a84cbd99550888a0e9e80df764419ff50b24abbdd63d1260c2532c79add2dd4e012604e5bff59173
-DIST bedrock-server-1.19.62.01.zip 77824871 BLAKE2B 9b3d875cf798ba0d68e2a95a78ba24ff4635751c910fadb70949bcb395f4f37fef425328a8268045f1ec52f2bc171df461706d549f0e656c46834564feec4c97 SHA512 8ec08145ff7b7ef646084bcb5bd242c762ff3e9ca6e1aedcf04e04f6e6521fb5b52f2cd3c8906af64c23b62b3ab5a0ef422c17428b91b438249870cb0bf15caf
DIST bedrock-server-1.19.63.01.zip 77829248 BLAKE2B 3df63ef618242afc27245d0cee1b2216722315f268d0be3e2b4f4ca588463603389ec11d97a4b4272327edbd1e7307fa2f42fe0c21cbf00c4a03c72f187e45e9 SHA512 59e52498b2d6e3d97ae588e1910f9adcc0039319738d3ade7539252129d3a4c22014d44aa48ec0feb92776fd611e9b456f6d09e133b23916e84db5899edd8a00
DIST bedrock-server-1.19.71.02.zip 79101599 BLAKE2B 50d6acb232882b640cce7f204938b35b8ebe33af569ca8d9e291243e34e14373aedd5273333f547cf38b4e7b9667cf1ec9b6bb6dcd53c7e4e9f4c9b8ea6a2d29 SHA512 7d6cad7229a31343c5297ef9770e32767de9fa328ef37670b837b01aba00b5e3eef925c093a122bcdbf9b3cca235880d8b02796c07fb0e8cec9736019f860ead
DIST bedrock-server-1.19.72.01.zip 79101746 BLAKE2B 685ffeefea4a402ddb7b7d2a1fde8ebbe47e798b2730d2268e867dea4c104dd1a525a3575182b8d4e065b11b664075d0ad2668dc303c49c78faa9efc9c2c061c SHA512 3602baa99155d81884504af9f76503f9aac69110d135671fbe5f5aa6f4f491cc7b025cbd7e7b5d9ae61a9e0703e92013a5332e9cf91f234642dc204bc36a174d
diff --git a/games-server/bedrock-server/bedrock-server-1.19.51.01.ebuild b/games-server/bedrock-server/bedrock-server-1.19.51.01.ebuild
deleted file mode 100644
index bb9b37471f8e..000000000000
--- a/games-server/bedrock-server/bedrock-server-1.19.51.01.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
- 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 {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-r4 bedrock-server
- newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server
-
- einstalldocs
-}
diff --git a/games-server/bedrock-server/bedrock-server-1.19.62.01.ebuild b/games-server/bedrock-server/bedrock-server-1.19.62.01.ebuild
deleted file mode 100644
index 2bedaf12c16a..000000000000
--- a/games-server/bedrock-server/bedrock-server-1.19.62.01.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
- 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 {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-r4 bedrock-server
- newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server
-
- einstalldocs
-}
next reply other threads:[~2023-03-25 0:11 UTC|newest]
Thread overview: 134+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-25 0:11 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-08 19:47 [gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/ Conrad Kostecki
2025-04-08 19:47 Conrad Kostecki
2025-03-28 20:48 Conrad Kostecki
2025-03-01 1:14 Conrad Kostecki
2025-02-21 23:28 Conrad Kostecki
2025-02-14 22:06 Conrad Kostecki
2024-12-15 14:52 Conrad Kostecki
2024-12-06 23:38 Conrad Kostecki
2024-11-02 12:06 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-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-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=1679703084.2e5826ecedc4760fdf9f503ec2b987727d30920d.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