Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
Date: Sun, 29 May 2022 06:23:43
Message-Id: 1653805417.da9a0d9329790568aece0d42f91f27b185ef921b.fordfrog@gentoo
1 commit: da9a0d9329790568aece0d42f91f27b185ef921b
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 06:23:27 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 06:23:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9a0d93
7
8 app-laptop/rogauracore: bump to 1.6, eapi8, inherited udev, updated live
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 app-laptop/rogauracore/Manifest | 1 +
13 .../{rogauracore-9999.ebuild => rogauracore-1.6.ebuild} | 10 +++++++---
14 app-laptop/rogauracore/rogauracore-9999.ebuild | 10 +++++++---
15 3 files changed, 15 insertions(+), 6 deletions(-)
16
17 diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest
18 index 0b12c9002c2a..a6de841fae4d 100644
19 --- a/app-laptop/rogauracore/Manifest
20 +++ b/app-laptop/rogauracore/Manifest
21 @@ -1,2 +1,3 @@
22 DIST rogauracore-1.4.tar.gz 10305 BLAKE2B 27e94af50d318a3ce87f87236367aea72ee8daa2b0db896daeaa19bb75b6266faca2aca127d6444b759e6b7029c9f2eee1076ca4a197d70c4dfc2c611f5419ed SHA512 5179bfdfa8eeca5d7ac3ec87e4226429fa8d7987dc2d824a73a8a99142ceaf6fbda16f9844a62ecc8c629c44e334f940dff318bb3e2a3057c0bd1620d0f92c36
23 DIST rogauracore-1.5.tar.gz 10442 BLAKE2B 1720ebd4808e814f0af77ed55027accd37645a0375eb3d29a814fe50624b8fadd2cde274cf0f33b87b83dd3be60d06513054df04f4e00a4e0168f5ff42d1ef50 SHA512 7ea47b9fa411ebe1176d9fbba3a814dbe67697d23b991547674f0ce2fd9b6536fce806e9dcf005f41de47f70bca543a7d8e77fa1fb35ed239ebc59a48746e1fc
24 +DIST rogauracore-1.6.tar.gz 10617 BLAKE2B 5472346f94326fd94bb51b1b8561a1257c07ed82e95f1e7ff3cd5be162ed2ef2ade6035d78ef2e1d8213ddc94c84975d86180042e0cbb97ab60d7de36c14a37f SHA512 93446614ebfb56a4bc63b14fcbd65632e35f8ec3eec463db311fd58bf525a60982dc6c5debc94841bb5c0dcc052608f5fb288065a0765c8eda94c40830b367d3
25
26 diff --git a/app-laptop/rogauracore/rogauracore-9999.ebuild b/app-laptop/rogauracore/rogauracore-1.6.ebuild
27 similarity index 85%
28 copy from app-laptop/rogauracore/rogauracore-9999.ebuild
29 copy to app-laptop/rogauracore/rogauracore-1.6.ebuild
30 index a6678b687a8b..5c7ce4a941bd 100644
31 --- a/app-laptop/rogauracore/rogauracore-9999.ebuild
32 +++ b/app-laptop/rogauracore/rogauracore-1.6.ebuild
33 @@ -1,9 +1,9 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 -inherit autotools
42 +inherit autotools udev
43
44 if [[ ${PV} = "9999" ]]; then
45 EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
46 @@ -33,3 +33,7 @@ src_configure() {
47 src_compile() {
48 emake
49 }
50 +
51 +pkg_postinst() {
52 + udev_reload
53 +}
54
55 diff --git a/app-laptop/rogauracore/rogauracore-9999.ebuild b/app-laptop/rogauracore/rogauracore-9999.ebuild
56 index a6678b687a8b..5c7ce4a941bd 100644
57 --- a/app-laptop/rogauracore/rogauracore-9999.ebuild
58 +++ b/app-laptop/rogauracore/rogauracore-9999.ebuild
59 @@ -1,9 +1,9 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 +# Copyright 1999-2022 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 -EAPI=7
65 +EAPI=8
66
67 -inherit autotools
68 +inherit autotools udev
69
70 if [[ ${PV} = "9999" ]]; then
71 EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
72 @@ -33,3 +33,7 @@ src_configure() {
73 src_compile() {
74 emake
75 }
76 +
77 +pkg_postinst() {
78 + udev_reload
79 +}