From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13CA31582EF for ; Tue, 25 Feb 2025 01:00:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E8673343186 for ; Tue, 25 Feb 2025 01:00:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D46C81102F2; Tue, 25 Feb 2025 01:00:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C33061102F2 for ; Tue, 25 Feb 2025 01:00:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 286F73431BD for ; Tue, 25 Feb 2025 01:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D422236B for ; Tue, 25 Feb 2025 01:00:54 +0000 (UTC) From: "Stefan Cristian B." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Cristian B." Message-ID: <1740443232.34b800277ff25994cb4d1c3d9a5f3602df579351.stefan.cristian+git@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/curseforge/curseforge-1.269.2.22204.ebuild X-VCS-Directories: games-util/curseforge/ X-VCS-Committer: stefan.cristian+git X-VCS-Committer-Name: Stefan Cristian B. X-VCS-Revision: 34b800277ff25994cb4d1c3d9a5f3602df579351 X-VCS-Branch: dev Date: Tue, 25 Feb 2025 01:00:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 951fc6aa-a4c4-4652-b0c0-38235e010bc4 X-Archives-Hash: eeff8bb4172f7519b101fcf3e04b5069 commit: 34b800277ff25994cb4d1c3d9a5f3602df579351 Author: Stefan Cristian B. rogentos ro> AuthorDate: Tue Feb 25 00:27:06 2025 +0000 Commit: Stefan Cristian B. rogentos ro> CommitDate: Tue Feb 25 00:27:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34b80027 games-util/curseforge: drop 1.269.2.22204 Signed-off-by: Stefan Cristian B. rogentos.ro> .../curseforge/curseforge-1.269.2.22204.ebuild | 98 ---------------------- 1 file changed, 98 deletions(-) diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild deleted file mode 100644 index d0eedff91..000000000 --- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CHROMIUM_LANGS=" - af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi - hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv - sw ta te th tr uk ur vi zh-CN zh-TW -" - -inherit chromium-2 desktop unpacker linux-info xdg - -DESCRIPTION="The CurseForge Electron App" -HOMEPAGE="https://www.curseforge.com/" -SRC_URI="https://curseforge.overwolf.com/downloads/curseforge-latest-linux.deb" -S="${WORKDIR}/" - -LICENSE="Overwolf MIT Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="bindist mirror strip test" - -RDEPEND=" - app-accessibility/at-spi2-core - dev-libs/expat - dev-libs/glib - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/mesa[gbm(+)] - net-print/cups - sys-apps/dbus - sys-libs/glibc - x11-libs/cairo - x11-libs/libdrm - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrandr - x11-libs/libdrm - x11-libs/libxcb - x11-libs/libxkbcommon - x11-libs/pango - x11-misc/xdg-utils -" -DEPEND="${RDEPEND}" - -DESTDIR="/opt/${PN}" - -QA_PREBUILT="*" - -CONFIG_CHECK="~USER_NS" - -src_configure() { - default - chromium_suid_sandbox_check_kernel_config -} - -src_install() { - sed -i 's/Exec=.*/Exec=\/usr\/bin\/curseforge %U/' \ - "usr/share/applications/curseforge.desktop" \ - || die "Failed correcting .desktop file" - - doicon -s 256 "usr/share/icons/hicolor/256x256/apps/curseforge.png" - domenu "usr/share/applications/curseforge.desktop" - - exeinto "${DESTDIR}" - cd opt/CurseForge/ || die "Failed changing directory to unpacked source" - doexe curseforge chrome-sandbox libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1 - - insinto "${DESTDIR}" - doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin - insopts -m0755 - doins -r locales resources - - fowners root "${DESTDIR}/chrome-sandbox" - fperms 4711 "${DESTDIR}/chrome-sandbox" - - [[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler - - dosym "${DESTDIR}/curseforge" "/usr/bin/curseforge" -} - -pkg_postinst() { - elog "This package will keep itself up-to-date." - elog "No need to download any ebuilds in the future." - elog "CurseForge is not open-source." - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}