public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/, app-misc/openrgb-plugin-visualmap/files/
@ 2025-01-06 16:31 Patrick McLean
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McLean @ 2025-01-06 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c3a683f306d363dc9fc80af373e74031a813306a
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Fri Jan  3 09:35:31 2025 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 16:31:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a683f3

app-misc/openrgb-plugin-visualmap: drop 0.8

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest         |  1 -
 .../files/openrgb-plugin-visualmap-0.8-dep.patch   | 18 ---------
 .../openrgb-plugin-visualmap-0.8.ebuild            | 47 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest b/app-misc/openrgb-plugin-visualmap/Manifest
index 3c2953eba128..0346585038d9 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1,2 +1 @@
-DIST OpenRGBVisualMapPlugin-release_0.8.tar.bz2 51680 BLAKE2B c3423779f7a2082c8f682b519be2e1128b30dafbc4400414bd664f98de5c58701fbdbe9287a44951e8cf6ac4ee7c940a841f499ee1afce107e17537ad9df076b SHA512 7bf0393bc00bb69545ed02f6505f366aa90bb87350de6319977d02ba0afd38ccb895aa14edf02a42242b0a12f76ea2b135d8de5b3df10469c760b6f3d9dd2b61
 DIST OpenRGBVisualMapPlugin-release_0.9.tar.bz2 69646 BLAKE2B 2ae3c190c7b7347fadf62b4a133626da09e9ad90c1dc5c99decf960b115bff587e5d14d8e45ab65781171ebefdd29825422b9b709795d3d2cc735e8d0e061a69 SHA512 ef99263cbed900c1f541982e7349bda03212dfbb8873eb52db00f81cbe5823b7c4e2193de664dd7930da73e11a601b1b595b214629a813e1efda6e7184599521

diff --git a/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.8-dep.patch b/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.8-dep.patch
deleted file mode 100644
index b2023fa1df3a..000000000000
--- a/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.8-dep.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/OpenRGBVisualMapPlugin.pro
-+++ b/OpenRGBVisualMapPlugin.pro
-@@ -96,7 +96,6 @@ HEADERS +=
-     OpenRGB/qt/hsv.h                                                                            \
- 
- SOURCES +=                                                                                      \
--    OpenRGB/RGBController/RGBController.cpp                                                     \
-     OpenRGBVisualMapPlugin.cpp                                                                  \
-     VirtualController.cpp                                                                       \
-     VisualMapSettingsManager.cpp                                                                \
-@@ -120,7 +119,6 @@ SOURCES +=
-     ui/widget-editor/EditorGrid.cpp                                                             \
-     ui/widget-editor/LedItem.cpp                                                                \
-     ui/widget-editor/WidgetEditor.cpp                                                           \
--    OpenRGB/qt/hsv.cpp                                                                          \
- 
- FORMS +=                                                                                        \
-     ui/BackgroundApplier.ui                                                                     \

diff --git a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
deleted file mode 100644
index 29925e2a50ea..000000000000
--- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2"
-S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}"
-KEYWORDS="amd64"
-
-DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real ones"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-	>=app-misc/openrgb-0.8:=
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-"
-DEPEND="
-	${RDEPEND}
-	dev-cpp/nlohmann_json
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-dep.patch"
-)
-
-src_prepare() {
-	default
-	rm -r OpenRGB || die
-	ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
-	sed -e '/^GIT_/d' -i *.pro || die
-}
-
-src_configure() {
-	eqmake5 \
-		INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-	exeinto /usr/$(get_libdir)/OpenRGB/plugins
-	doexe libOpenRGBVisualMapPlugin.so.1.0.0
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/, app-misc/openrgb-plugin-visualmap/files/
@ 2025-10-02 18:06 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2025-10-02 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     13b6deea4fbb6fae3e1fdb2a98b69b1049626a47
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 16:01:21 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 18:06:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b6deea

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

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

 app-misc/openrgb-plugin-visualmap/Manifest         |  2 -
 .../files/openrgb-plugin-visualmap-0.9-dep.patch   | 19 --------
 .../openrgb-plugin-visualmap-0.9-r1.ebuild         | 54 ----------------------
 .../openrgb-plugin-visualmap-0.9_p20250723.ebuild  | 52 ---------------------
 4 files changed, 127 deletions(-)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest b/app-misc/openrgb-plugin-visualmap/Manifest
index 991b0c426fda..176a18721a63 100644
--- a/app-misc/openrgb-plugin-visualmap/Manifest
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -1,3 +1 @@
-DIST OpenRGBVisualMapPlugin-release_0.9.tar.bz2 69646 BLAKE2B 2ae3c190c7b7347fadf62b4a133626da09e9ad90c1dc5c99decf960b115bff587e5d14d8e45ab65781171ebefdd29825422b9b709795d3d2cc735e8d0e061a69 SHA512 ef99263cbed900c1f541982e7349bda03212dfbb8873eb52db00f81cbe5823b7c4e2193de664dd7930da73e11a601b1b595b214629a813e1efda6e7184599521
 DIST OpenRGBVisualMapPlugin-release_candidate_1.0rc2.tar.bz2 142376 BLAKE2B 99c35b877d4a51ff359af60f84f33c76bad75ed1b7165126c878ce2d14ab42330fddc76cadf0d41249b84ed3f188772daa65c1562c1be094ac703e8434fff7c8 SHA512 be7e6c2f8b3b134964f9b92870b02c2f655d78d92182fff527cec33b74ea866b8b8e10c77226275a42aadeb5ff433bff0512a62c0c4b453cda91600ee9fd98ad
-DIST openrgb-plugin-visualmap-0.9_p20250723.tar.bz2 142388 BLAKE2B 34012e03b2929f90b954036743245bb6c0c9af3d65b06bb4296388441df0100878c93a2e68b270f289ead73d594e665387d41c72560933fc20cea0a554c91ba6 SHA512 7f583f5ddfa20f8ad9420d5761d00e1cc9991f8dea8f1cde2b9b8733eb00a4d98eff94f1e78feafea74da9c7896a37571392d10e75f391809705a71d5c95c4d7

diff --git a/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.9-dep.patch b/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.9-dep.patch
deleted file mode 100644
index 82e72a27817a..000000000000
--- a/app-misc/openrgb-plugin-visualmap/files/openrgb-plugin-visualmap-0.9-dep.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Fix dependency on app-misc/openrgb
-
---- a/OpenRGBVisualMapPlugin.pro
-+++ b/OpenRGBVisualMapPlugin.pro
-@@ -99,6 +99,5 @@ HEADERS +=
-     OpenRGB/qt/hsv.h                                                                            \
- 
- SOURCES +=                                                                                      \
--    OpenRGB/RGBController/RGBController.cpp                                                     \
-     OpenRGBPluginsFont.cpp                                                                      \
-     OpenRGBVisualMapPlugin.cpp                                                                  \
-@@ -124,7 +121,6 @@ SOURCES +=
-     ui/widget-editor/EditorGrid.cpp                                                             \
-     ui/widget-editor/LedItem.cpp                                                                \
-     ui/widget-editor/WidgetEditor.cpp                                                           \
--    OpenRGB/qt/hsv.cpp                                                                          \
- 
- FORMS +=                                                                                        \
-     ui/BackgroundApplier.ui                                                                     \

diff --git a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9-r1.ebuild b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9-r1.ebuild
deleted file mode 100644
index c7931fb62a39..000000000000
--- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real ones"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin"
-
-SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2"
-S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-	>=app-misc/openrgb-0.9:=
-	<app-misc/openrgb-0.9_p20250802
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-"
-DEPEND="
-	${RDEPEND}
-	dev-cpp/nlohmann_json
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-dep.patch"
-)
-
-src_prepare() {
-	default
-	rm -r OpenRGB || die
-	ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
-	sed -e '/^GIT_/d' -i *.pro || 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_visualmap_plugin.qrc/' -i *.pro || die
-	mv --no-clobber resources.qrc resources_visualmap_plugin.qrc || die
-}
-
-src_configure() {
-	eqmake5 \
-		INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-	exeinto /usr/$(get_libdir)/OpenRGB/plugins
-	doexe libOpenRGBVisualMapPlugin.so.1.0.0
-}

diff --git a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9_p20250723.ebuild b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9_p20250723.ebuild
deleted file mode 100644
index e26153cd7b3e..000000000000
--- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.9_p20250723.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real ones"
-HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin"
-
-MY_COMMIT="14cfa5aa28e708b7419de249b672122b3239aa72"
-SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_COMMIT}/OpenRGBVisualMapPlugin-${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2"
-S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_COMMIT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=app-misc/openrgb-0.9_p20250802:=
-	dev-qt/qtbase:6[gui,widgets]
-"
-DEPEND="
-	${RDEPEND}
-	dev-cpp/nlohmann_json
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-dep.patch"
-	"${FILESDIR}/${P}-build-system.patch"
-)
-
-src_prepare() {
-	default
-	rm -r OpenRGB || die
-	ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
-	sed -e '/^GIT_/d' -i *.pro || 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_visualmap_plugin.qrc/' -i *.pro || die
-	mv --no-clobber resources.qrc resources_visualmap_plugin.qrc || die
-}
-
-src_configure() {
-	eqmake6 INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-	exeinto /usr/$(get_libdir)/openrgb/plugins
-	doexe libOpenRGBVisualMapPlugin.so
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-02 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 18:06 [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/, app-misc/openrgb-plugin-visualmap/files/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2025-01-06 16:31 Patrick McLean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox