commit:     d3c6ca0f365d25eab4f6c1026c35173d7443dd10
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 10:29:12 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 10:32:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c6ca0f

games-action/multimc: treeclean

Closes: https://bugs.gentoo.org/826906
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 games-action/multimc/Manifest              |  3 --
 games-action/multimc/metadata.xml          | 28 ----------
 games-action/multimc/multimc-0.6.13.ebuild | 84 ------------------------------
 profiles/package.mask                      |  9 ----
 4 files changed, 124 deletions(-)

diff --git a/games-action/multimc/Manifest b/games-action/multimc/Manifest
deleted file mode 100644
index ce77aa33920c..000000000000
--- a/games-action/multimc/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libnbtplusplus-multimc-0.6.1.tar.gz 47171 BLAKE2B 
e0e4d2593554dc59605114fcae86c59877da67d3f0888145b9ec2fe3d08decec7345a92c7d37310e021b5719f1371a58a22dc796e719028a478877e6d08982ed
 SHA512 
81a1640a069d88df7ba0abf72089aecbe1e9d791c88acaaa7e70c8f0bcd0512cf8698178342657e363524ce8488dd072368a0aa8cc091a24912d6f8b6b0f4f2d
-DIST multimc-0.6.13.tar.gz 2493423 BLAKE2B 
8dd64f3b07ff2faeda25bba14f1b19fd0854534e50d589325c19386c96ac3e4b04af8b2262fbf9796e67a869a8d98bf828617dadf2e270801970bc182a6d7175
 SHA512 
c897f75d01c0e7f73a860166bce3b4efccb3e3f8ec8b811c7e465ac97986c67c0d1149130429fcccb4bdd9af323d01e687f3d7afb5cb7d2c0299e61c0298cad9
-DIST quazip-multimc-3.tar.gz 103519 BLAKE2B 
7a636f9e76cae61cee42131093b56d2a577814b2eb04bdc3c3a7614cf307bbdabe533c66a9f07848bbd929a62b7043dc53f2f85e2e487bfcc820170112f1114b
 SHA512 
2e9074203c67bc7ad98621c551047e5367f06e54cacfecc755a5bf2c9f99266eab42ad972f86ae28ed7e1507f6d27d8d2680a87ce9fd5b1e93a18bcb627ec3f0

diff --git a/games-action/multimc/metadata.xml 
b/games-action/multimc/metadata.xml
deleted file mode 100644
index 3907aa588cee..000000000000
--- a/games-action/multimc/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <upstream>
-               <remote-id type="github">MultiMC/Launcher</remote-id>
-               <bugs-to>https://github.com/MultiMC/Launcher/issues</bugs-to>
-       </upstream>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Andrew Ammerlaan</name>
-       </maintainer>
-       <longdescription>
-               MultiMC is a custom launcher for Minecraft that allows you to 
easily manage multiple installations of Minecraft at once. It also allows you 
to easily install and remove mods by simply dragging and dropping. Here are the 
current features of MultiMC:
-
-               - Manage multiple instances of Minecraft at once
-               - Start Minecraft with a custom resolution
-               - Change Java's runtime options (including memory options)
-               - Shows Minecraft's console output in a colour-coded window
-               - Kill Minecraft easily if it crashes/freezes
-               - Custom icons and groups for instances
-               - Forge, Fabric and LiteLoader integration (automatic 
installation, version downloads, mod management)
-               - Import of Curse modpacks
-               - LWJGL version changing built-in
-               - Supports every version of Minecraft that the vanilla launcher 
does
-               - Upload screenshots
-               - Import, export Instances allowing you to share with friends 
and/or make backups
-       </longdescription>
-</pkgmetadata>

diff --git a/games-action/multimc/multimc-0.6.13.ebuild 
b/games-action/multimc/multimc-0.6.13.ebuild
deleted file mode 100644
index 6c509f291626..000000000000
--- a/games-action/multimc/multimc-0.6.13.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop java-pkg-2 xdg cmake
-
-QUAZIP_VER="multimc-3"
-LIBNBTPLUSPLUS_VER="multimc-0.6.1"
-
-DESCRIPTION="An advanced Qt5-based open-source launcher for Minecraft"
-HOMEPAGE="https://multimc.org
-       https://github.com/MultiMC/Launcher";
-BASE_URI="https://github.com/MultiMC";
-SRC_URI="
-       ${BASE_URI}/Launcher/archive/${PV}.tar.gz -> ${P}.tar.gz
-       ${BASE_URI}/libnbtplusplus/archive/${LIBNBTPLUSPLUS_VER}.tar.gz -> 
libnbtplusplus-${LIBNBTPLUSPLUS_VER}.tar.gz
-       ${BASE_URI}/quazip/archive/${QUAZIP_VER}.tar.gz -> 
quazip-${QUAZIP_VER}.tar.gz
-"
-S="${WORKDIR}/MultiMC5-${PV}"
-
-KEYWORDS="~amd64"
-LICENSE="Apache-2.0 Boost-1.0 BSD-2 BSD GPL-2+ LGPL-2.1-with-linking-exception 
LGPL-3 OFL-1.1 MIT"
-SLOT="0"
-
-# Author has indicated that he is unhappy with redistributing custom builds
-# under the MultiMC name/logo
-# https://github.com/MultiMC/Launcher/issues/4087
-RESTRICT="bindist"
-
-COMMON_DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtconcurrent:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtgui:5
-       dev-qt/qttest:5
-       dev-qt/qtxml:5
-"
-DEPEND="${COMMON_DEPEND}
-       virtual/jdk:1.8
-"
-RDEPEND="${COMMON_DEPEND}
-       sys-libs/zlib
-       >=virtual/jre-1.8:*
-       virtual/opengl
-       x11-libs/libXrandr
-"
-
-src_unpack() {
-       default
-       rm -r "${S}/libraries/libnbtplusplus" "${S}/libraries/quazip" || die
-       mv "${WORKDIR}/libnbtplusplus-${LIBNBTPLUSPLUS_VER}" 
"${S}/libraries/libnbtplusplus" || die
-       mv "${WORKDIR}/quazip-${QUAZIP_VER}" "${S}/libraries/quazip" || die
-}
-
-src_prepare() {
-       cmake_src_prepare
-       sed -r -i 's/-Werror([a-z=-]+)?//g' CMakeLists.txt || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DMultiMC_LAYOUT=lin-system
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       domenu launcher/package/linux/multimc.desktop
-       doicon -s scalable launcher/resources/multimc/scalable/multimc.svg
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       elog ""
-       elog "In order to use Microsoft accounts instead of Mojang accounts"
-       elog "either use the official binary packaged in 
games-action/multimc-bin,"
-       elog "or patch your own secret API key into the MSAClientID variable in"
-       elog "notsecrets/Secrets.cpp."
-       elog "See Also: https://bugs.gentoo.org/814404";
-       elog ""
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index cb8cd36d130c..63a8fee6846c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -217,15 +217,6 @@ perl-core/version
 # Package without consumers. Bug #732792.  Removal in 30 days.
 app-arch/fastjar
 
-# Andrew Ammerlaan <[email protected]> (2021-12-10)
-# As of MultiMC version 0.6.14 source built versions of MultiMC are no longer
-# usable for anything but development. The sources have been de-branded and
-# secret API keys and other required files are not included with the sources.
-# Please use the official upstream binary packaged in games-action/multimc-bin
-# instead.
-# Removal in 30 days
-games-action/multimc
-
 # Conrad Kostecki <[email protected]> (2021-12-04)
 # Masking newer versions for both packages,
 # as they cannot be compiled due upstream change.

Reply via email to