commit:     406f830b7b22c0ad39e49c3fa7d1ecf785509140
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 16:02:01 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 18:06:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406f830b

app-misc/openrgb-plugin-effects: drop 0.9-r1, 0.9_p20250723

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/openrgb-plugin-effects/Manifest           |  2 -
 .../files/openrgb-plugin-effects-0.9-dep.patch     | 16 -----
 .../openrgb-plugin-effects-0.9-r1.ebuild           | 70 --------------------
 .../openrgb-plugin-effects-0.9_p20250723.ebuild    | 76 ----------------------
 4 files changed, 164 deletions(-)

diff --git a/app-misc/openrgb-plugin-effects/Manifest 
b/app-misc/openrgb-plugin-effects/Manifest
index 9839839e4f93..1c2f2defb4e5 100644
--- a/app-misc/openrgb-plugin-effects/Manifest
+++ b/app-misc/openrgb-plugin-effects/Manifest
@@ -1,5 +1,3 @@
-DIST OpenRGBEffectsPlugin-release_0.9.tar.bz2 254816 BLAKE2B 
e406cb70c1a64f2572d075b5d6ca6fa3499060ec33b49264b63d4f43c989adb8f2022b3b7d79a59bd5c82187b29331555385712a6fbcb25b01e5341c23cbd922
 SHA512 
d20f4890889768857219b79db245804b720b1710483c3ea3f1f6b462c4a172f521c727ad1fd3127fed9724be56dc45232c3a6d23772ec8c9d7e203bb6a6ad8c8
 DIST OpenRGBEffectsPlugin-release_candidate_1.0rc2.tar.bz2 327570 BLAKE2B 
f8f80233b7a8b0b8f2a95e1358b98c5627552df473ed85ce26337b3c608c74ddbc931001c577241b0d9c83cf7eae4f8b1984ffd4e6647008859bef765f54adff
 SHA512 
c83c8413e2377ba0aac26f968dbca49233326902ed6148ead3ddc9d99eab68e5d92d2423da2a9d1632f92490235fa9bb7b059d332c6967fb623437bda531f43d
 DIST QCodeEditor-2021-08-17.tar.gz 95099 BLAKE2B 
d9eab343c956288b098c9fad4b523615beb7c1a860a00b8c84a2a71f40398fd2e82c335c5d82bb5bc2d15d35bad698a780ff4d1d3202f7555a93120e8a2d906a
 SHA512 
4f8af3a45d3b16d06bc6e4b795f005cf917a80add8f738454751a47d40747df1215ba9b4e05a0f654251bc006521151f8a256c2e41be05c72abae4e55f383b54
 DIST SimplexNoise-2019-12-03.tar.gz 781353 BLAKE2B 
ce05f78b58439d57e369b8b3944b8d392bec80d579767cb1683befe5c56b90dcf40d405ff75d4541e6c17659f6e1abc83f5d3444fbe641724d21ed509e439854
 SHA512 
b1e27d6630a902006636ec31c3b1cead1857b255edc8ae8db74cdfee25300337200be48264c6adc0e2c0e39a3693e361d448e61ae62d2f0b700374b264d5e5cd
-DIST openrgb-plugin-effects-0.9_p20250723.tar.bz2 328184 BLAKE2B 
0d15e63b8b957c448fe0acb42e3dce59869f55c7cdfb8bbbba376cce6bc00b1a10927eff7c44588965a1c6583b14f4e7591e18dfd78d8ac55d3735daa522b654
 SHA512 
10599e595ce91cb62f1406c10e454e4a8215ecb6efb9e43256acf8e86e55c82be188c20373001ea51b6dbd2a3c67e7946d074256ba72b6b96d75d51b8016f771

diff --git 
a/app-misc/openrgb-plugin-effects/files/openrgb-plugin-effects-0.9-dep.patch 
b/app-misc/openrgb-plugin-effects/files/openrgb-plugin-effects-0.9-dep.patch
deleted file mode 100644
index 165828d693ef..000000000000
--- a/app-misc/openrgb-plugin-effects/files/openrgb-plugin-effects-0.9-dep.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix dependency on app-misc/openrgb
-
---- a/OpenRGBEffectsPlugin.pro
-+++ b/OpenRGBEffectsPlugin.pro
-@@ -64,11 +64,6 @@ HEADERS +=
-     OpenRGB/qt/hsv.h                                                          
                  \
-     OpenRGB/hidapi_wrapper/hidapi_wrapper.h                                   
                  \
- 
--SOURCES +=                                                                    
                  \
--    OpenRGB/RGBController/RGBController.cpp                                   
                  \
--    OpenRGB/LogManager.cpp                                                    
                  \
--    OpenRGB/NetworkServer.cpp                                                 
                  \
--    OpenRGB/qt/hsv.cpp                                                        
                  \
- 
- 
- 
#-----------------------------------------------------------------------------------------------#

diff --git 
a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9-r1.ebuild 
b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9-r1.ebuild
deleted file mode 100644
index 56e9b23e7af6..000000000000
--- a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across 
devices"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin";
-
-MY_NOISE_COMMIT="97e62c5b5e26c8edabdc29a6b0a277192be3746c"
-MY_QCODEEDITOR_COMMIT="a9aab24c7970a38d14bc79939306d9d3ba78cf61"
-SRC_URI="
-       
https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/archive/release_${PV}/OpenRGBEffectsPlugin-release_${PV}.tar.bz2
-       
https://github.com/SRombauts/SimplexNoise/archive/${MY_NOISE_COMMIT}.tar.gz -> 
SimplexNoise-2019-12-03.tar.gz
-       
https://github.com/justxi/QCodeEditor/archive/${MY_QCODEEDITOR_COMMIT}.tar.gz 
-> QCodeEditor-2021-08-17.tar.gz
-"
-S="${WORKDIR}/OpenRGBEffectsPlugin-release_${PV}"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-       >=app-misc/openrgb-0.9:=
-       <app-misc/openrgb-0.9_p20250802
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5[-gles2-only]
-       dev-qt/qtwidgets:5[-gles2-only]
-       media-libs/openal
-"
-DEPEND="
-       ${RDEPEND}
-       dev-cpp/nlohmann_json
-"
-
-PATCHES=(
-       "${FILESDIR}/openrgb-plugin-effects-0.9-dep.patch"
-)
-
-src_prepare() {
-       default
-
-       filter-lto # Bug 927749
-
-       rm -r OpenRGB || die
-       ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
-       sed -e '/^GIT_/d' -i *.pro || die
-
-       rmdir Dependencies/SimplexNoise || die
-       ln -s "${WORKDIR}/SimplexNoise-${MY_NOISE_COMMIT}" 
Dependencies/SimplexNoise || die
-
-       rmdir Dependencies/QCodeEditor || die
-       ln -s "${WORKDIR}/QCodeEditor-${MY_QCODEEDITOR_COMMIT}" 
Dependencies/QCodeEditor || die
-
-       # Because of -Wl,--export-dynamic in app-misc/openrgb, this 
resources.qrc
-       # conflicts with the openrgb's one. So rename it.
-       sed -e 's/ resources.qrc/ resources_effects_plugin.qrc/' -i *.pro || die
-       mv --no-clobber resources.qrc resources_effects_plugin.qrc || die
-}
-
-src_configure() {
-       eqmake5 \
-               INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-       exeinto /usr/$(get_libdir)/OpenRGB/plugins
-       doexe libOpenRGBEffectsPlugin.so.1.0.0
-}

diff --git 
a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9_p20250723.ebuild 
b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9_p20250723.ebuild
deleted file mode 100644
index f55330f56a76..000000000000
--- 
a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9_p20250723.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across 
devices"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin";
-
-MY_COMMIT="ee3690437020c19ccd73dd42bea193a8c0709752"
-MY_NOISE_COMMIT="97e62c5b5e26c8edabdc29a6b0a277192be3746c"
-MY_QCODEEDITOR_COMMIT="a9aab24c7970a38d14bc79939306d9d3ba78cf61"
-SRC_URI="
-       
https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/archive/${MY_COMMIT}/OpenRGBEffectsPlugin-${MY_COMMIT}.tar.bz2
 -> ${P}.tar.bz2
-       
https://github.com/SRombauts/SimplexNoise/archive/${MY_NOISE_COMMIT}.tar.gz -> 
SimplexNoise-2019-12-03.tar.gz
-       
https://github.com/justxi/QCodeEditor/archive/${MY_QCODEEDITOR_COMMIT}.tar.gz 
-> QCodeEditor-2021-08-17.tar.gz
-"
-S="${WORKDIR}/OpenRGBEffectsPlugin-${MY_COMMIT}"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=app-misc/openrgb-0.9_p20250802:=
-       dev-libs/hidapi
-       dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]
-       dev-qt/qt5compat:6
-       media-libs/libglvnd
-       media-libs/openal
-       media-video/pipewire:=
-"
-DEPEND="
-       ${RDEPEND}
-       dev-cpp/nlohmann_json
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-dep.patch"
-       "${FILESDIR}/${P}-build-system.patch"
-)
-
-src_prepare() {
-       default
-
-       filter-lto # Bug 927749
-
-       rm -r OpenRGB || die
-       ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
-       sed -e '/^GIT_/d' -i *.pro || die
-
-       rmdir Dependencies/SimplexNoise || die
-       ln -s "${WORKDIR}/SimplexNoise-${MY_NOISE_COMMIT}" 
Dependencies/SimplexNoise || die
-
-       rmdir Dependencies/QCodeEditor || die
-       ln -s "${WORKDIR}/QCodeEditor-${MY_QCODEEDITOR_COMMIT}" 
Dependencies/QCodeEditor || die
-
-       # Because of -Wl,--export-dynamic in app-misc/openrgb, this 
resources.qrc
-       # conflicts with the openrgb's one. So rename it.
-       sed -e 's/ resources.qrc/ resources_effects_plugin.qrc/' -i *.pro || die
-       mv --no-clobber resources.qrc resources_effects_plugin.qrc || die
-}
-
-src_configure() {
-       eqmake6 INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
-               INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/SPDAccessor" \
-               INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/hidapi_wrapper" \
-               CONFIG+=link_pkgconfig \
-               PKGCONFIG+=hidapi-hidraw
-}
-
-src_install() {
-       exeinto /usr/$(get_libdir)/openrgb/plugins
-       doexe libOpenRGBEffectsPlugin.so
-}

Reply via email to