* [gentoo-commits] repo/gentoo:master commit in: sys-block/wait-for-dri-devices-rules/
@ 2023-10-26 14:22 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2023-10-26 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 45873f8189a0a4764c4d469b453f718abce7456a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 14:21:52 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 14:21:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45873f81
sys-block/wait-for-dri-devices-rules: new package, add 1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sys-block/wait-for-dri-devices-rules/Manifest | 1 +
sys-block/wait-for-dri-devices-rules/metadata.xml | 10 +++++
.../wait-for-dri-devices-rules-1.ebuild | 43 ++++++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/sys-block/wait-for-dri-devices-rules/Manifest b/sys-block/wait-for-dri-devices-rules/Manifest
new file mode 100644
index 000000000000..4f046c13b95f
--- /dev/null
+++ b/sys-block/wait-for-dri-devices-rules/Manifest
@@ -0,0 +1 @@
+DIST wait-for-dri-devices-rules-1.tar.bz2 6995 BLAKE2B 0cd257c1223844948040728be2ceef53b71007e6d87d23c7c6f697f125ca89432d7bfe4011605dc2dec9185091f777c1205233cfd425471c7b2bc25f65bf79b3 SHA512 51149b8d604a97eb531452b17c1290779ced8ec300c615e89accfb80522287d53c47177c0aee58714686fc9c1c0544e865611d09634d5b8f7ee3e542d74d3f9d
diff --git a/sys-block/wait-for-dri-devices-rules/metadata.xml b/sys-block/wait-for-dri-devices-rules/metadata.xml
new file mode 100644
index 000000000000..c288b0ec6a5f
--- /dev/null
+++ b/sys-block/wait-for-dri-devices-rules/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">pachoramos/wait-for-dri-devices-rules</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild b/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
new file mode 100644
index 000000000000..cd2f21b65124
--- /dev/null
+++ b/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit readme.gentoo-r1 udev
+
+DESCRIPTION="Udev and systemd rules to wait for dri devices"
+HOMEPAGE="https://gitlab.com/pachoramos/wait-for-dri-devices-rules"
+SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ sys-apps/systemd
+ virtual/udev
+"
+BDEPEND=""
+
+DOC_CONTENTS="
+ Feel free to modify
+ /etc/systemd/system/display-manager.service.d/10-wait-for-dri-devices.conf
+ according to your needed cards."
+
+src_install() {
+ udev_dorules udev/rules.d/99-systemd-dri-devices.rules
+ insinto /etc/systemd/system/display-manager.service.d/10-wait-for-dri-devices.conf
+ doins systemd/system/display-manager.service.d/10-wait-for-dri-devices.conf
+ einstalldocs
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ udev_reload
+ readme.gentoo_print_elog
+}
+
+pkg_postrm() {
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/wait-for-dri-devices-rules/
@ 2024-07-11 11:01 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-07-11 11:01 UTC (permalink / raw
To: gentoo-commits
commit: 08f4712bbc0b50d87c66b416027fb585a4346cc4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 11:01:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 11:01:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f4712b
sys-block/wait-for-dri-devices-rules: Stabilize 1 amd64, #935857
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild b/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
index cd2f21b65124..b7b8698ae13e 100644
--- a/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
+++ b/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/wait-for-dri-devices-rules/
@ 2024-08-12 9:07 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2024-08-12 9:07 UTC (permalink / raw
To: gentoo-commits
commit: a6aa6847496441d2bfd35a42f4a2ee8f43629400
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Aug 10 22:54:50 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 09:06:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6aa6847
sys-block/wait-for-dri-devices-rules: remove empty variables
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild b/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
index b7b8698ae13e..4d955e61626f 100644
--- a/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
+++ b/sys-block/wait-for-dri-devices-rules/wait-for-dri-devices-rules-1.ebuild
@@ -11,14 +11,11 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
-IUSE=""
-DEPEND=""
RDEPEND="
sys-apps/systemd
virtual/udev
"
-BDEPEND=""
DOC_CONTENTS="
Feel free to modify
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-12 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 14:22 [gentoo-commits] repo/gentoo:master commit in: sys-block/wait-for-dri-devices-rules/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 11:01 Sam James
2024-08-12 9:07 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox