* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2021-08-14 9:15 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2021-08-14 9:15 UTC (permalink / raw
To: gentoo-commits
commit: bb6d1045102b724b2c0d8da42d926cfb733b0eed
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 09:15:30 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 09:15:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6d1045
app-laptop/rogauracore: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/Manifest | 1 +
app-laptop/rogauracore/metadata.xml | 12 +++++++++
app-laptop/rogauracore/rogauracore-1.4.ebuild | 35 ++++++++++++++++++++++++++
app-laptop/rogauracore/rogauracore-9999.ebuild | 35 ++++++++++++++++++++++++++
4 files changed, 83 insertions(+)
diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest
new file mode 100644
index 00000000000..6eb00cfc344
--- /dev/null
+++ b/app-laptop/rogauracore/Manifest
@@ -0,0 +1 @@
+DIST rogauracore-1.4.tar.gz 10305 BLAKE2B 27e94af50d318a3ce87f87236367aea72ee8daa2b0db896daeaa19bb75b6266faca2aca127d6444b759e6b7029c9f2eee1076ca4a197d70c4dfc2c611f5419ed SHA512 5179bfdfa8eeca5d7ac3ec87e4226429fa8d7987dc2d824a73a8a99142ceaf6fbda16f9844a62ecc8c629c44e334f940dff318bb3e2a3057c0bd1620d0f92c36
diff --git a/app-laptop/rogauracore/metadata.xml b/app-laptop/rogauracore/metadata.xml
new file mode 100644
index 00000000000..0a969a8820a
--- /dev/null
+++ b/app-laptop/rogauracore/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>fordfrog@gentoo.org</email>
+ <description>Miroslav Šulc</description>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">wroberts/rogauracore</remote-id>
+ <bugs-to>https://github.com/wroberts/rogauracore/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/app-laptop/rogauracore/rogauracore-1.4.ebuild b/app-laptop/rogauracore/rogauracore-1.4.ebuild
new file mode 100644
index 00000000000..a6678b687a8
--- /dev/null
+++ b/app-laptop/rogauracore/rogauracore-1.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+if [[ ${PV} = "9999" ]]; then
+ EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="RGB keyboard control for Asus ROG laptops"
+HOMEPAGE="https://github.com/wroberts/rogauracore"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="virtual/libusb:="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf
+}
+
+src_compile() {
+ emake
+}
diff --git a/app-laptop/rogauracore/rogauracore-9999.ebuild b/app-laptop/rogauracore/rogauracore-9999.ebuild
new file mode 100644
index 00000000000..a6678b687a8
--- /dev/null
+++ b/app-laptop/rogauracore/rogauracore-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+if [[ ${PV} = "9999" ]]; then
+ EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="RGB keyboard control for Asus ROG laptops"
+HOMEPAGE="https://github.com/wroberts/rogauracore"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="virtual/libusb:="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf
+}
+
+src_compile() {
+ emake
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2021-08-15 20:11 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2021-08-15 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 714217ff268268080563ae249456cd4c6028b402
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 20:10:57 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 20:11:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714217ff
app-laptop/rogauracore: fixed metadata
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-laptop/rogauracore/metadata.xml b/app-laptop/rogauracore/metadata.xml
index 0a969a8820a..e124668af5f 100644
--- a/app-laptop/rogauracore/metadata.xml
+++ b/app-laptop/rogauracore/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<maintainer type="person">
<email>fordfrog@gentoo.org</email>
- <description>Miroslav Šulc</description>
+ <name>Miroslav Šulc</name>
</maintainer>
<upstream>
<remote-id type="github">wroberts/rogauracore</remote-id>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2021-09-07 5:21 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2021-09-07 5:21 UTC (permalink / raw
To: gentoo-commits
commit: f0998bf6fd60ef761d0db1bcb1289a357753fb98
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 05:21:16 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 05:21:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0998bf6
app-laptop/rogauracore: bump to 1.5
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/Manifest | 1 +
app-laptop/rogauracore/rogauracore-1.5.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest
index 6eb00cfc344..0b12c9002c2 100644
--- a/app-laptop/rogauracore/Manifest
+++ b/app-laptop/rogauracore/Manifest
@@ -1 +1,2 @@
DIST rogauracore-1.4.tar.gz 10305 BLAKE2B 27e94af50d318a3ce87f87236367aea72ee8daa2b0db896daeaa19bb75b6266faca2aca127d6444b759e6b7029c9f2eee1076ca4a197d70c4dfc2c611f5419ed SHA512 5179bfdfa8eeca5d7ac3ec87e4226429fa8d7987dc2d824a73a8a99142ceaf6fbda16f9844a62ecc8c629c44e334f940dff318bb3e2a3057c0bd1620d0f92c36
+DIST rogauracore-1.5.tar.gz 10442 BLAKE2B 1720ebd4808e814f0af77ed55027accd37645a0375eb3d29a814fe50624b8fadd2cde274cf0f33b87b83dd3be60d06513054df04f4e00a4e0168f5ff42d1ef50 SHA512 7ea47b9fa411ebe1176d9fbba3a814dbe67697d23b991547674f0ce2fd9b6536fce806e9dcf005f41de47f70bca543a7d8e77fa1fb35ed239ebc59a48746e1fc
diff --git a/app-laptop/rogauracore/rogauracore-1.5.ebuild b/app-laptop/rogauracore/rogauracore-1.5.ebuild
new file mode 100644
index 00000000000..a6678b687a8
--- /dev/null
+++ b/app-laptop/rogauracore/rogauracore-1.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+if [[ ${PV} = "9999" ]]; then
+ EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="RGB keyboard control for Asus ROG laptops"
+HOMEPAGE="https://github.com/wroberts/rogauracore"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="virtual/libusb:="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf
+}
+
+src_compile() {
+ emake
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2022-05-29 6:23 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2022-05-29 6:23 UTC (permalink / raw
To: gentoo-commits
commit: da9a0d9329790568aece0d42f91f27b185ef921b
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 06:23:27 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun May 29 06:23:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9a0d93
app-laptop/rogauracore: bump to 1.6, eapi8, inherited udev, updated live
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/Manifest | 1 +
.../{rogauracore-9999.ebuild => rogauracore-1.6.ebuild} | 10 +++++++---
app-laptop/rogauracore/rogauracore-9999.ebuild | 10 +++++++---
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest
index 0b12c9002c2a..a6de841fae4d 100644
--- a/app-laptop/rogauracore/Manifest
+++ b/app-laptop/rogauracore/Manifest
@@ -1,2 +1,3 @@
DIST rogauracore-1.4.tar.gz 10305 BLAKE2B 27e94af50d318a3ce87f87236367aea72ee8daa2b0db896daeaa19bb75b6266faca2aca127d6444b759e6b7029c9f2eee1076ca4a197d70c4dfc2c611f5419ed SHA512 5179bfdfa8eeca5d7ac3ec87e4226429fa8d7987dc2d824a73a8a99142ceaf6fbda16f9844a62ecc8c629c44e334f940dff318bb3e2a3057c0bd1620d0f92c36
DIST rogauracore-1.5.tar.gz 10442 BLAKE2B 1720ebd4808e814f0af77ed55027accd37645a0375eb3d29a814fe50624b8fadd2cde274cf0f33b87b83dd3be60d06513054df04f4e00a4e0168f5ff42d1ef50 SHA512 7ea47b9fa411ebe1176d9fbba3a814dbe67697d23b991547674f0ce2fd9b6536fce806e9dcf005f41de47f70bca543a7d8e77fa1fb35ed239ebc59a48746e1fc
+DIST rogauracore-1.6.tar.gz 10617 BLAKE2B 5472346f94326fd94bb51b1b8561a1257c07ed82e95f1e7ff3cd5be162ed2ef2ade6035d78ef2e1d8213ddc94c84975d86180042e0cbb97ab60d7de36c14a37f SHA512 93446614ebfb56a4bc63b14fcbd65632e35f8ec3eec463db311fd58bf525a60982dc6c5debc94841bb5c0dcc052608f5fb288065a0765c8eda94c40830b367d3
diff --git a/app-laptop/rogauracore/rogauracore-9999.ebuild b/app-laptop/rogauracore/rogauracore-1.6.ebuild
similarity index 85%
copy from app-laptop/rogauracore/rogauracore-9999.ebuild
copy to app-laptop/rogauracore/rogauracore-1.6.ebuild
index a6678b687a8b..5c7ce4a941bd 100644
--- a/app-laptop/rogauracore/rogauracore-9999.ebuild
+++ b/app-laptop/rogauracore/rogauracore-1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit autotools
+inherit autotools udev
if [[ ${PV} = "9999" ]]; then
EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
@@ -33,3 +33,7 @@ src_configure() {
src_compile() {
emake
}
+
+pkg_postinst() {
+ udev_reload
+}
diff --git a/app-laptop/rogauracore/rogauracore-9999.ebuild b/app-laptop/rogauracore/rogauracore-9999.ebuild
index a6678b687a8b..5c7ce4a941bd 100644
--- a/app-laptop/rogauracore/rogauracore-9999.ebuild
+++ b/app-laptop/rogauracore/rogauracore-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit autotools
+inherit autotools udev
if [[ ${PV} = "9999" ]]; then
EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
@@ -33,3 +33,7 @@ src_configure() {
src_compile() {
emake
}
+
+pkg_postinst() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2022-05-29 6:24 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2022-05-29 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 489202e3e13277d7e3421b64a84215a765382ebb
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 06:24:20 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun May 29 06:24:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489202e3
app-laptop/rogauracore: dropped obsolete 1.4
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/Manifest | 1 -
app-laptop/rogauracore/rogauracore-1.4.ebuild | 35 ---------------------------
2 files changed, 36 deletions(-)
diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest
index a6de841fae4d..4358890dd05f 100644
--- a/app-laptop/rogauracore/Manifest
+++ b/app-laptop/rogauracore/Manifest
@@ -1,3 +1,2 @@
-DIST rogauracore-1.4.tar.gz 10305 BLAKE2B 27e94af50d318a3ce87f87236367aea72ee8daa2b0db896daeaa19bb75b6266faca2aca127d6444b759e6b7029c9f2eee1076ca4a197d70c4dfc2c611f5419ed SHA512 5179bfdfa8eeca5d7ac3ec87e4226429fa8d7987dc2d824a73a8a99142ceaf6fbda16f9844a62ecc8c629c44e334f940dff318bb3e2a3057c0bd1620d0f92c36
DIST rogauracore-1.5.tar.gz 10442 BLAKE2B 1720ebd4808e814f0af77ed55027accd37645a0375eb3d29a814fe50624b8fadd2cde274cf0f33b87b83dd3be60d06513054df04f4e00a4e0168f5ff42d1ef50 SHA512 7ea47b9fa411ebe1176d9fbba3a814dbe67697d23b991547674f0ce2fd9b6536fce806e9dcf005f41de47f70bca543a7d8e77fa1fb35ed239ebc59a48746e1fc
DIST rogauracore-1.6.tar.gz 10617 BLAKE2B 5472346f94326fd94bb51b1b8561a1257c07ed82e95f1e7ff3cd5be162ed2ef2ade6035d78ef2e1d8213ddc94c84975d86180042e0cbb97ab60d7de36c14a37f SHA512 93446614ebfb56a4bc63b14fcbd65632e35f8ec3eec463db311fd58bf525a60982dc6c5debc94841bb5c0dcc052608f5fb288065a0765c8eda94c40830b367d3
diff --git a/app-laptop/rogauracore/rogauracore-1.4.ebuild b/app-laptop/rogauracore/rogauracore-1.4.ebuild
deleted file mode 100644
index a6678b687a8b..000000000000
--- a/app-laptop/rogauracore/rogauracore-1.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-if [[ ${PV} = "9999" ]]; then
- EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="RGB keyboard control for Asus ROG laptops"
-HOMEPAGE="https://github.com/wroberts/rogauracore"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="virtual/libusb:="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf
-}
-
-src_compile() {
- emake
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2022-05-29 7:22 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2022-05-29 7:22 UTC (permalink / raw
To: gentoo-commits
commit: d5e1ff79a0ae0083acfa01d031865fe09bdbf835
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 07:22:55 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May 29 07:22:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e1ff79
app-laptop/rogauracore: Stabilize 1.5 amd64, #848009
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-laptop/rogauracore/rogauracore-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-laptop/rogauracore/rogauracore-1.5.ebuild b/app-laptop/rogauracore/rogauracore-1.5.ebuild
index a6678b687a8b..083d9ea4e335 100644
--- a/app-laptop/rogauracore/rogauracore-1.5.ebuild
+++ b/app-laptop/rogauracore/rogauracore-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} = "9999" ]]; then
inherit git-r3
else
SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
DESCRIPTION="RGB keyboard control for Asus ROG laptops"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2022-06-28 3:59 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2022-06-28 3:59 UTC (permalink / raw
To: gentoo-commits
commit: c4d879d60a2f5edcce042d8c120655b0086be6d5
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 03:58:56 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 03:58:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d879d6
app-laptop/rogauracore: fixed udev reload
Closes: https://bugs.gentoo.org/854690
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/rogauracore-1.5.ebuild | 10 +++++++++-
app-laptop/rogauracore/rogauracore-1.6.ebuild | 4 ++++
app-laptop/rogauracore/rogauracore-9999.ebuild | 4 ++++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/app-laptop/rogauracore/rogauracore-1.5.ebuild b/app-laptop/rogauracore/rogauracore-1.5.ebuild
index 083d9ea4e335..06b0cf8b4207 100644
--- a/app-laptop/rogauracore/rogauracore-1.5.ebuild
+++ b/app-laptop/rogauracore/rogauracore-1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools
+inherit autotools udev
if [[ ${PV} = "9999" ]]; then
EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
@@ -33,3 +33,11 @@ src_configure() {
src_compile() {
emake
}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}
diff --git a/app-laptop/rogauracore/rogauracore-1.6.ebuild b/app-laptop/rogauracore/rogauracore-1.6.ebuild
index 5c7ce4a941bd..4507dee9a9ea 100644
--- a/app-laptop/rogauracore/rogauracore-1.6.ebuild
+++ b/app-laptop/rogauracore/rogauracore-1.6.ebuild
@@ -37,3 +37,7 @@ src_compile() {
pkg_postinst() {
udev_reload
}
+
+pkg_postrm() {
+ udev_reload
+}
diff --git a/app-laptop/rogauracore/rogauracore-9999.ebuild b/app-laptop/rogauracore/rogauracore-9999.ebuild
index 5c7ce4a941bd..4507dee9a9ea 100644
--- a/app-laptop/rogauracore/rogauracore-9999.ebuild
+++ b/app-laptop/rogauracore/rogauracore-9999.ebuild
@@ -37,3 +37,7 @@ src_compile() {
pkg_postinst() {
udev_reload
}
+
+pkg_postrm() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2022-06-29 7:52 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2022-06-29 7:52 UTC (permalink / raw
To: gentoo-commits
commit: 0acf13f5d02323aedf2b817349e7f18bdffcb35e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 07:51:10 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:51:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acf13f5
app-laptop/rogauracore: amd64 stable wrt bug #854978
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-laptop/rogauracore/rogauracore-1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-laptop/rogauracore/rogauracore-1.6.ebuild b/app-laptop/rogauracore/rogauracore-1.6.ebuild
index 4507dee9a9ea..df914c94c930 100644
--- a/app-laptop/rogauracore/rogauracore-1.6.ebuild
+++ b/app-laptop/rogauracore/rogauracore-1.6.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = "9999" ]]; then
inherit git-r3
else
SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
DESCRIPTION="RGB keyboard control for Asus ROG laptops"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/
@ 2022-06-29 18:01 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2022-06-29 18:01 UTC (permalink / raw
To: gentoo-commits
commit: f464bb1582501a20fbe8039c7042ce7141eff73d
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 18:01:40 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 18:01:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f464bb15
app-laptop/rogauracore: dropped obsolete 1.5
Bug: https://bugs.gentoo.org/854978
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-laptop/rogauracore/Manifest | 1 -
app-laptop/rogauracore/rogauracore-1.5.ebuild | 43 ---------------------------
2 files changed, 44 deletions(-)
diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest
index 4358890dd05f..67b6e4bd6997 100644
--- a/app-laptop/rogauracore/Manifest
+++ b/app-laptop/rogauracore/Manifest
@@ -1,2 +1 @@
-DIST rogauracore-1.5.tar.gz 10442 BLAKE2B 1720ebd4808e814f0af77ed55027accd37645a0375eb3d29a814fe50624b8fadd2cde274cf0f33b87b83dd3be60d06513054df04f4e00a4e0168f5ff42d1ef50 SHA512 7ea47b9fa411ebe1176d9fbba3a814dbe67697d23b991547674f0ce2fd9b6536fce806e9dcf005f41de47f70bca543a7d8e77fa1fb35ed239ebc59a48746e1fc
DIST rogauracore-1.6.tar.gz 10617 BLAKE2B 5472346f94326fd94bb51b1b8561a1257c07ed82e95f1e7ff3cd5be162ed2ef2ade6035d78ef2e1d8213ddc94c84975d86180042e0cbb97ab60d7de36c14a37f SHA512 93446614ebfb56a4bc63b14fcbd65632e35f8ec3eec463db311fd58bf525a60982dc6c5debc94841bb5c0dcc052608f5fb288065a0765c8eda94c40830b367d3
diff --git a/app-laptop/rogauracore/rogauracore-1.5.ebuild b/app-laptop/rogauracore/rogauracore-1.5.ebuild
deleted file mode 100644
index 06b0cf8b4207..000000000000
--- a/app-laptop/rogauracore/rogauracore-1.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools udev
-
-if [[ ${PV} = "9999" ]]; then
- EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64"
-fi
-
-DESCRIPTION="RGB keyboard control for Asus ROG laptops"
-HOMEPAGE="https://github.com/wroberts/rogauracore"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="virtual/libusb:="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf
-}
-
-src_compile() {
- emake
-}
-
-pkg_postinst() {
- udev_reload
-}
-
-pkg_postrm() {
- udev_reload
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-06-29 18:01 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 7:52 [gentoo-commits] repo/gentoo:master commit in: app-laptop/rogauracore/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2022-06-29 18:01 Miroslav Šulc
2022-06-28 3:59 Miroslav Šulc
2022-05-29 7:22 Jakov Smolić
2022-05-29 6:24 Miroslav Šulc
2022-05-29 6:23 Miroslav Šulc
2021-09-07 5:21 Miroslav Šulc
2021-08-15 20:11 Miroslav Šulc
2021-08-14 9:15 Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox