Gentoo Archives: gentoo-commits

From: Philip Miess <Phil_miess@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/superposition:master commit in: games-action/minecraft-launcher/
Date: Sat, 30 Apr 2022 17:28:36
Message-Id: 1651339913.83bbe7eeea0763ae9e2be5830b4cb66defbd2497.Phil_miess@gentoo
1 commit: 83bbe7eeea0763ae9e2be5830b4cb66defbd2497
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Sat Apr 30 17:31:53 2022 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Sat Apr 30 17:31:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=83bbe7ee
7
8 removed experiment
9
10 Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
11
12 .../minecraft-launcher-1121.ebuild | 64 ----------------------
13 1 file changed, 64 deletions(-)
14
15 diff --git a/games-action/minecraft-launcher/minecraft-launcher-1121.ebuild b/games-action/minecraft-launcher/minecraft-launcher-1121.ebuild
16 deleted file mode 100644
17 index e4dc6c7..0000000
18 --- a/games-action/minecraft-launcher/minecraft-launcher-1121.ebuild
19 +++ /dev/null
20 @@ -1,64 +0,0 @@
21 -# Copyright 2019-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit desktop xdg
27 -
28 -# We can find which url we need for the latest release here:
29 -# https://launchermeta.mojang.com/v1/products/launcher/6f083b80d5e6fabbc4236f81d0d8f8a350c665a9/linux.json
30 -
31 -DESCRIPTION="An open-world game whose gameplay revolves around breaking and placing blocks"
32 -HOMEPAGE="https://www.minecraft.net/"
33 -SRC_URI="https://launcher.mojang.com/v1/objects/ce9e6169550628003e22de8086e9fe1186c2285e/minecraft-launcher -> ${P}
34 - https://launcher.mojang.com/download/minecraft-launcher.svg"
35 -S="${WORKDIR}"
36 -
37 -KEYWORDS="-* ~amd64"
38 -LICENSE="Mojang"
39 -SLOT="0"
40 -
41 -RESTRICT="bindist mirror"
42 -
43 -RDEPEND="
44 - >=x11-libs/gtk+-2.24.32-r1[X(+)]
45 - app-crypt/libsecret
46 - dev-libs/nss
47 - dev-libs/libbsd
48 - dev-libs/libffi:0/8
49 - dev-libs/libpcre
50 - media-libs/alsa-lib
51 - media-libs/openal
52 - net-libs/gnutls[idn]
53 - net-misc/curl[adns]
54 - net-print/cups
55 - sys-apps/dbus
56 - virtual/jre:*
57 - virtual/opengl
58 - x11-apps/xrandr
59 - x11-libs/libXScrnSaver
60 - x11-libs/libXcomposite
61 - x11-libs/libXcursor
62 - x11-libs/libXdamage
63 - x11-libs/libXext
64 - x11-libs/libXfixes
65 - x11-libs/libXi
66 - x11-libs/libXrender
67 - x11-libs/libXtst
68 - x11-libs/xcb-util
69 -"
70 -
71 -QA_PREBUILT="
72 - usr/bin/minecraft-launcher
73 -"
74 -
75 -src_install() {
76 - newbin "${DISTDIR}/${P}" ${PN}
77 -
78 - doicon -s scalable "${DISTDIR}/${PN}.svg"
79 - make_desktop_entry ${PN} "Minecraft" ${PN} Game
80 -}
81 -
82 -
83 -
84 -