Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/minetest/
Date: Thu, 19 Sep 2019 22:06:57
Message-Id: 1568929971.787c8e612656d1f799df22a9ef74dde43a70cca1.chewi@gentoo
1 commit: 787c8e612656d1f799df22a9ef74dde43a70cca1
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 21:52:51 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 21:52:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787c8e61
7
8 games-action/minetest: Minetest Game is now installed through the engine
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-action/minetest/minetest-5.0.1-r3.ebuild | 7 -------
14 1 file changed, 7 deletions(-)
15
16 diff --git a/games-action/minetest/minetest-5.0.1-r3.ebuild b/games-action/minetest/minetest-5.0.1-r3.ebuild
17 index 044a72c0e99..0f424e11d7d 100644
18 --- a/games-action/minetest/minetest-5.0.1-r3.ebuild
19 +++ b/games-action/minetest/minetest-5.0.1-r3.ebuild
20 @@ -122,13 +122,6 @@ src_install() {
21 pkg_postinst() {
22 xdg_pkg_postinst
23
24 - if use client ; then
25 - elog
26 - elog "optional dependencies:"
27 - elog " games-action/minetest_game (official mod)"
28 - elog
29 - fi
30 -
31 if use server ; then
32 elog
33 elog "Configure your server via /etc/conf.d/minetest-server"