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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A5E1581EE for ; Fri, 21 Mar 2025 22:43:19 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 641F1343271 for ; Fri, 21 Mar 2025 22:43:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A5FC81104AC; Fri, 21 Mar 2025 22:43:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 962661104AC for ; Fri, 21 Mar 2025 22:43:15 +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 4E746343271 for ; Fri, 21 Mar 2025 22:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B15B236F for ; Fri, 21 Mar 2025 22:43:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1742596965.9b7b258221f1822c289e85dd9270f721e68de8ee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb/openrgb-0.9-r1.ebuild X-VCS-Directories: app-misc/openrgb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b7b258221f1822c289e85dd9270f721e68de8ee X-VCS-Branch: master Date: Fri, 21 Mar 2025 22:43:13 +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: ceac01e6-dc33-4019-be32-6e1ec3023e86 X-Archives-Hash: 3bc5b025bfe718278d2f82054abb035b commit: 9b7b258221f1822c289e85dd9270f721e68de8ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 21 14:22:36 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 21 22:42:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7b2582 app-misc/openrgb: drop 0.9-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/openrgb/openrgb-0.9-r1.ebuild | 102 --------------------------------- 1 file changed, 102 deletions(-) diff --git a/app-misc/openrgb/openrgb-0.9-r1.ebuild b/app-misc/openrgb/openrgb-0.9-r1.ebuild deleted file mode 100644 index dd1f5caab7df..000000000000 --- a/app-misc/openrgb/openrgb-0.9-r1.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit check-reqs flag-o-matic qmake-utils udev xdg-utils - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI=${EGIT_REPO_URI:-"https://gitlab.com/CalcProgrammer1/OpenRGB"} -else - SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2" - S="${WORKDIR}/OpenRGB-release_${PV}" - KEYWORDS="amd64 ~loong ~x86" - PATCHES=( "${FILESDIR}"/OpenRGB-0.9-build-system.patch ) -fi - -DESCRIPTION="Open source RGB lighting control" -HOMEPAGE="https://openrgb.org https://gitlab.com/CalcProgrammer1/OpenRGB/" -LICENSE="GPL-2" -# subslot is OPENRGB_PLUGIN_API_VERSION from -# https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/OpenRGBPluginInterface.h -SLOT="0/3" - -RDEPEND=" - dev-cpp/cpp-httplib:= - dev-libs/hidapi - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - net-libs/mbedtls:0= - virtual/libusb:1 -" -DEPEND=" - ${RDEPEND} - dev-cpp/nlohmann_json - dev-libs/mdns -" -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" - -PATCHES+=( - "${FILESDIR}"/OpenRGB-0.7-r1-udev.patch - "${FILESDIR}"/OpenRGB-0.9-udev-check.patch -) - -CHECKREQS_DISK_BUILD="2G" - -src_prepare() { - default - rm -r dependencies/{httplib,hidapi,libusb,mdns,json,mbedtls}* \ - || die "Failed to remove unneded deps" -} - -src_configure() { - # Some plugins require symbols defined in the main binary. - # The upstream build system of plugins bundles OpenRGB as a submodule - # instead, and compiles the .cpp file again. - append-ldflags -Wl,--export-dynamic - - # > warning: ‘-pipe’ ignored because ‘-save-temps’ specified - filter-flags -pipe - - # cpp-httplib >=0.16.0 changed the library name from "httplib" to "cpp-httplib". - # See bug: https://bugs.gentoo.org/934576 - local -a libs=() - if has_version "