Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/
Date: Sat, 27 Aug 2022 23:10:44
Message-Id: 1661558221.c81b75a3222eb657956dd0ef481a815bdce15377.chutzpah@gentoo
1 commit: c81b75a3222eb657956dd0ef481a815bdce15377
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Mon Aug 22 23:45:06 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 23:57:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81b75a3
7
8 app-misc/openrgb-plugin-visualmap: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-misc/openrgb-plugin-visualmap/Manifest | 1 -
15 .../openrgb-plugin-visualmap-0_p20210614-r1.ebuild | 47 ----------------------
16 2 files changed, 48 deletions(-)
17
18 diff --git a/app-misc/openrgb-plugin-visualmap/Manifest b/app-misc/openrgb-plugin-visualmap/Manifest
19 index 7f609a82812f..de0c1e193754 100644
20 --- a/app-misc/openrgb-plugin-visualmap/Manifest
21 +++ b/app-misc/openrgb-plugin-visualmap/Manifest
22 @@ -1,2 +1 @@
23 DIST OpenRGBVisualMapPlugin-223c5ec67d256c5fa3bf7f3d572213114d93db6e.tar.bz2 54289 BLAKE2B b42b59fdc31f48d3e7be28051ccb02a2ba1befa1b1ed180a9313c8cbc50bad1c358ab5b4d8f249b488d5f32c801426078ef6c0c3c46dbec9695cb7b7cbf21d40 SHA512 eff52debcd027176a761fba71fb33d4a04802dd8f2441a86a825f3afecb268d2768edb8b03ec35ff2d17b5dc6f95dd0642e7d524fa7fcf93f0d215d712e75f3e
24 -DIST OpenRGBVisualMapPlugin-b603bb994719c765cc52c116c6f9f3983fc2a7b2.tar.bz2 45381 BLAKE2B e289f952a8f6553ff81a557753cbb94fb56111a6724f3141fc44a2f1abe9fa3d8e8b4eb769b54adfcb8ee6580d26378ca0b15fd83c14eb669e4682dad07729b8 SHA512 aab553dff55bc4d6990657ad9f29dbbe5ab78dfb532dba50923b32c2bb86ced8d37fc1190dca1b59f420aba7f0db81fbd0d35d49e499e19b9efa4638269a784d
25
26 diff --git a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
27 deleted file mode 100644
28 index ea9e72c46ee5..000000000000
29 --- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614-r1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit qmake-utils
38 -
39 -MY_GIT_COMMIT="b603bb994719c765cc52c116c6f9f3983fc2a7b2"
40 -SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2"
41 -S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
42 -KEYWORDS="~amd64"
43 -
44 -DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real ones"
45 -HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin"
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -
49 -RDEPEND="
50 - =app-misc/openrgb-0.6*:=
51 - dev-qt/qtcore:5
52 - dev-qt/qtgui:5
53 - dev-qt/qtwidgets:5
54 -"
55 -DEPEND="
56 - ${RDEPEND}
57 - dev-cpp/nlohmann_json
58 -"
59 -
60 -src_prepare() {
61 - default
62 - rm -r OpenRGB || die
63 - sed -i -e '/RGBController.cpp/d' OpenRGBVisualMapPlugin.pro || die
64 -}
65 -
66 -src_configure() {
67 - eqmake5 \
68 - INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
69 - INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB" \
70 - INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/RGBController" \
71 - INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/i2c_smbus" \
72 - INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/net_port"
73 -}
74 -
75 -src_install() {
76 - exeinto /usr/$(get_libdir)/OpenRGB/plugins
77 - doexe libOpenRGBVisualMapPlugin.so.1.0.0
78 -}