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-skin/
Date: Mon, 27 Feb 2023 09:04:24
Message-Id: 1677488648.9024c900773e129d40745d3a45eac5b082a05271.juippis@gentoo
1 commit: 9024c900773e129d40745d3a45eac5b082a05271
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Sun Feb 26 23:59:54 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=9024c900
7
8 app-misc/openrgb-plugin-skin: 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-skin/Manifest | 1 -
14 .../openrgb-plugin-skin-0_p20211230.ebuild | 44 ----------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/app-misc/openrgb-plugin-skin/Manifest b/app-misc/openrgb-plugin-skin/Manifest
18 index ef0adc69ffdd..eb03452e78df 100644
19 --- a/app-misc/openrgb-plugin-skin/Manifest
20 +++ b/app-misc/openrgb-plugin-skin/Manifest
21 @@ -1,2 +1 @@
22 DIST OpenRGBSkinPlugin-release_0.8.tar.bz2 22711 BLAKE2B 25325c6be5cf619940e79e4f431871478e3026188d7aba4b8220a99afda8f75d18ffeafa0f905110d4ce44f5d7e28208f3d7b358cfadfcd4719a22f1ef5cf70d SHA512 89b9a4bcda4600ea7dbd05972bba7c5f8d917606b3def4971e6ccff84d8510ca420747dd85d3395bfea29e62adc775b592f9cbe20a6966776a46e15593f2cf59
23 -DIST openrgbskinplugin-ebb80f7bd0e1efaa995f60454f3c049a4607bc3b.tar.bz2 22843 BLAKE2B 30c88b143b3df829c543744b20424df24bde9dda10f770fb78d653609111801a4d1d3fe16ed3e3c15ad953f41113db5d4da40bc66f7ec57418b2e934cd9a2e32 SHA512 a70c0157072b6b638a5a4f3f48f41c73f422d0ac356174479901cd3d088faf6fe96e594b2a39b15de305e0355fd0d252dafc4a30b9216d57058ad2cde7f5a3e3
24
25 diff --git a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0_p20211230.ebuild b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0_p20211230.ebuild
26 deleted file mode 100644
27 index 3e8d07f3bf37..000000000000
28 --- a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0_p20211230.ebuild
29 +++ /dev/null
30 @@ -1,44 +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="ebb80f7bd0e1efaa995f60454f3c049a4607bc3b"
39 -SRC_URI="https://gitlab.com/OpenRGBDevelopers/openrgbskinplugin/-/archive/${MY_GIT_COMMIT}/openrgbskinplugin-${MY_GIT_COMMIT}.tar.bz2"
40 -S="${WORKDIR}/OpenRGBSkinPlugin-${MY_GIT_COMMIT}"
41 -KEYWORDS="amd64"
42 -
43 -DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel of OpenRGB"
44 -HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin"
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 -}
65 -
66 -src_configure() {
67 - eqmake5 \
68 - INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
69 -}
70 -
71 -src_install() {
72 - exeinto /usr/$(get_libdir)/OpenRGB/plugins
73 - doexe libOpenRGBSkinPlugin.so.1.0.0
74 -}