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-effects/
Date: Mon, 27 Feb 2023 09:04:25
Message-Id: 1677488648.94d980753d2bcda7f74dbe69f110aa89310b9450.juippis@gentoo
1 commit: 94d980753d2bcda7f74dbe69f110aa89310b9450
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Sun Feb 26 23:35:57 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=94d98075
7
8 app-misc/openrgb-plugin-effects: drop 0_p20220110
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-effects/Manifest | 1 -
14 .../openrgb-plugin-effects-0_p20220110.ebuild | 49 ----------------------
15 2 files changed, 50 deletions(-)
16
17 diff --git a/app-misc/openrgb-plugin-effects/Manifest b/app-misc/openrgb-plugin-effects/Manifest
18 index 559acba296d3..b6c7e91e0085 100644
19 --- a/app-misc/openrgb-plugin-effects/Manifest
20 +++ b/app-misc/openrgb-plugin-effects/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST OpenRGBEffectsPlugin-a7222bdbcd3c52e13d96993a33c5648f1306aeba.tar.bz2 255129 BLAKE2B 8fc7ee994d80bd9fe8d8a76e26710ed0fec429aa8df835f6a46a64d4034a4fc2352d722c9aed26032bff33781b1f024a893d685f6883e1816872d91cd937c1d0 SHA512 386879a7a1f05cfcbcca792add1b18f2680b4fa7b139f8532e6f32d09a5194c381357d3cbb3883352c2a03280c9b0b0f1e9faef7e140c7535144c0d645832d3e
23 DIST OpenRGBEffectsPlugin-release_0.8.tar.bz2 232858 BLAKE2B 71851eaa40719d8b04a91577756e76b248d261c344e461a00f2c60d26fe37b2a1a2d563a67f620a4c6887d21d4505cb715850f6f0eb4f133894833a72f22e8e4 SHA512 c1ad3f460a9cb4788e9eae3f6df1f0b60a838205a0655c1a639f1bcd04c00f99d55d9a51161267e543bbd961883d4ae0751babe7c98d9be395f104ac9d40e8e3
24 DIST QCodeEditor-2021-08-17.tar.gz 95099 BLAKE2B d9eab343c956288b098c9fad4b523615beb7c1a860a00b8c84a2a71f40398fd2e82c335c5d82bb5bc2d15d35bad698a780ff4d1d3202f7555a93120e8a2d906a SHA512 4f8af3a45d3b16d06bc6e4b795f005cf917a80add8f738454751a47d40747df1215ba9b4e05a0f654251bc006521151f8a256c2e41be05c72abae4e55f383b54
25 DIST SimplexNoise-2019-12-03.tar.gz 781353 BLAKE2B ce05f78b58439d57e369b8b3944b8d392bec80d579767cb1683befe5c56b90dcf40d405ff75d4541e6c17659f6e1abc83f5d3444fbe641724d21ed509e439854 SHA512 b1e27d6630a902006636ec31c3b1cead1857b255edc8ae8db74cdfee25300337200be48264c6adc0e2c0e39a3693e361d448e61ae62d2f0b700374b264d5e5cd
26
27 diff --git a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild
28 deleted file mode 100644
29 index 3df6ba0bd54b..000000000000
30 --- a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 2020-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit qmake-utils
39 -
40 -MY_GIT_COMMIT="a7222bdbcd3c52e13d96993a33c5648f1306aeba"
41 -SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBEffectsPlugin-${MY_GIT_COMMIT}.tar.bz2"
42 -S="${WORKDIR}/OpenRGBEffectsPlugin-${MY_GIT_COMMIT}"
43 -KEYWORDS="amd64"
44 -
45 -DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across devices"
46 -HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin"
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -
50 -RDEPEND="
51 - >=app-misc/openrgb-0.7:=
52 - dev-qt/qtcore:5
53 - dev-qt/qtgui:5[-gles2-only]
54 - dev-qt/qtwidgets:5[-gles2-only]
55 - media-libs/openal
56 -"
57 -DEPEND="
58 - ${RDEPEND}
59 - dev-cpp/nlohmann_json
60 -"
61 -
62 -PATCHES=(
63 - "${FILESDIR}/openrgb-plugin-effects-0_p20220110-dep.patch"
64 -)
65 -
66 -src_prepare() {
67 - default
68 - rm -r OpenRGB || die
69 - ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
70 - sed -e '/^GIT_/d' -i *.pro || die
71 -}
72 -
73 -src_configure() {
74 - eqmake5 \
75 - INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
76 -}
77 -
78 -src_install() {
79 - exeinto /usr/$(get_libdir)/OpenRGB/plugins
80 - doexe libOpenRGBEffectsPlugin.so.1.0
81 -}