From 4f388f9db52c9d3df63293b322e9334dc2c775b0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 25 Jul 2021 01:37:38 +0100 Subject: games-action/minecraft-launcher: pin to libffi:0/7 subslot (binary package) This package cannot be rebuilt against newer subslots of libffi because it's a binary package. Signed-off-by: Sam James --- .../minecraft-launcher-928-r1.ebuild | 57 ---------------------- .../minecraft-launcher-928-r2.ebuild | 57 ++++++++++++++++++++++ 2 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 games-action/minecraft-launcher/minecraft-launcher-928-r1.ebuild create mode 100644 games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild (limited to 'games-action/minecraft-launcher') diff --git a/games-action/minecraft-launcher/minecraft-launcher-928-r1.ebuild b/games-action/minecraft-launcher/minecraft-launcher-928-r1.ebuild deleted file mode 100644 index 95e87d44c224..000000000000 --- a/games-action/minecraft-launcher/minecraft-launcher-928-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg - -DESCRIPTION="An open-world game whose gameplay revolves around breaking and placing blocks" -HOMEPAGE="https://www.minecraft.net/" -SRC_URI="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${PV}.tar.gz -> ${P}.tar.gz - https://launcher.mojang.com/download/minecraft-launcher.svg" - -KEYWORDS="-* ~amd64" -LICENSE="Mojang" -SLOT="0" - -RESTRICT="bindist mirror" - -RDEPEND=" - >=x11-libs/gtk+-2.24.32-r1[X(+)] - app-crypt/libsecret - dev-libs/nss - dev-libs/libbsd - dev-libs/libffi - dev-libs/libpcre - media-libs/alsa-lib - media-libs/openal - net-libs/gnutls[idn] - net-print/cups - sys-apps/dbus - virtual/jre:1.8 - virtual/opengl - x11-apps/xrandr - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrender - x11-libs/libXtst - x11-libs/xcb-util -" - -S="${WORKDIR}/${PN}" - -QA_PREBUILT=" - /usr/bin/minecraft-launcher -" - -src_install() { - dobin minecraft-launcher - - doicon -s scalable "${DISTDIR}/${PN}.svg" - make_desktop_entry ${PN} "Minecraft" ${PN} Game -} diff --git a/games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild b/games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild new file mode 100644 index 000000000000..fcfcd3f52428 --- /dev/null +++ b/games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop xdg + +DESCRIPTION="An open-world game whose gameplay revolves around breaking and placing blocks" +HOMEPAGE="https://www.minecraft.net/" +SRC_URI="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${PV}.tar.gz -> ${P}.tar.gz + https://launcher.mojang.com/download/minecraft-launcher.svg" + +KEYWORDS="-* ~amd64" +LICENSE="Mojang" +SLOT="0" + +RESTRICT="bindist mirror" + +RDEPEND=" + >=x11-libs/gtk+-2.24.32-r1[X(+)] + app-crypt/libsecret + dev-libs/nss + dev-libs/libbsd + dev-libs/libffi:0/7 + dev-libs/libpcre + media-libs/alsa-lib + media-libs/openal + net-libs/gnutls[idn] + net-print/cups + sys-apps/dbus + virtual/jre:1.8 + virtual/opengl + x11-apps/xrandr + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrender + x11-libs/libXtst + x11-libs/xcb-util +" + +S="${WORKDIR}/${PN}" + +QA_PREBUILT=" + /usr/bin/minecraft-launcher +" + +src_install() { + dobin minecraft-launcher + + doicon -s scalable "${DISTDIR}/${PN}.svg" + make_desktop_entry ${PN} "Minecraft" ${PN} Game +} -- cgit v1.2.3-65-gdbad