Gentoo Archives: gentoo-commits

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