public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2019-04-08 21:26 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2019-04-08 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     92cc1af0b9bda6ce59aa51ffb37e5a954ae154a1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 21:26:18 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 21:26:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cc1af0

sys-block/io-scheduler-udev-rules: Alternative way to configure I/O schedulers

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/Manifest         |  1 +
 .../io-scheduler-udev-rules-0.ebuild               | 25 ++++++++++++++++++++++
 sys-block/io-scheduler-udev-rules/metadata.xml     |  7 ++++++
 3 files changed, 33 insertions(+)

diff --git a/sys-block/io-scheduler-udev-rules/Manifest b/sys-block/io-scheduler-udev-rules/Manifest
new file mode 100644
index 00000000000..c27802d020b
--- /dev/null
+++ b/sys-block/io-scheduler-udev-rules/Manifest
@@ -0,0 +1 @@
+DIST io-scheduler-udev-rules-0.tar.bz2 7465 BLAKE2B cc82d81081fd21ccc5714874b02d70206bcf40311070f916ee1312106687e0a8566a1a906e6660f6a508704814f667a58cf547bec54cc88bab4a070616ddb6ba SHA512 c68430a4a3ee78ec34947e225be911c0e61db83f2ae078e1ea21a9c0148c668c0ebbb0fe798c89b8ab14b414a4c6b2e2d77bd5b1abf800a21db0320971134f43

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0.ebuild
new file mode 100644
index 00000000000..f30dece6dc0
--- /dev/null
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit udev
+
+DESCRIPTION="Udev rules to allow easier customization of kernel I/O schedulers"
+HOMEPAGE="https://gitlab.com/pachoramos/io-scheduler-udev-rules"
+SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+BDEPEND=""
+
+src_install() {
+	insinto /etc/default
+	doins etc/default/io-scheduler
+	udev_dorules udev/rules.d/60-io-scheduler.rules
+	einstalldocs
+}

diff --git a/sys-block/io-scheduler-udev-rules/metadata.xml b/sys-block/io-scheduler-udev-rules/metadata.xml
new file mode 100644
index 00000000000..020b40648ee
--- /dev/null
+++ b/sys-block/io-scheduler-udev-rules/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pacho@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2019-04-09 17:16 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2019-04-09 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     93076a0eef35347f3b7de883dedb3be1779aaa45
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 17:16:43 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 17:16:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93076a0e

sys-block/io-scheduler-udev-rules: Fix deps and reload rules

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 ...uler-udev-rules-0.ebuild => io-scheduler-udev-rules-0-r1.ebuild} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0-r1.ebuild
similarity index 90%
rename from sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0.ebuild
rename to sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0-r1.ebuild
index f30dece6dc0..ccf895f4095 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0-r1.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="virtual/udev"
 BDEPEND=""
 
 src_install() {
@@ -23,3 +23,7 @@ src_install() {
 	udev_dorules udev/rules.d/60-io-scheduler.rules
 	einstalldocs
 }
+
+pkg_postinst() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2019-04-14 14:16 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2019-04-14 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     bcbe747747ea531d57bb0e39a100d67e9ddee94b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:16:43 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:16:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbe7477

sys-block/io-scheduler-udev-rules: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/Manifest         |  1 -
 .../io-scheduler-udev-rules-0-r1.ebuild            | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/sys-block/io-scheduler-udev-rules/Manifest b/sys-block/io-scheduler-udev-rules/Manifest
index 17c7f5fd807..2e471d1e082 100644
--- a/sys-block/io-scheduler-udev-rules/Manifest
+++ b/sys-block/io-scheduler-udev-rules/Manifest
@@ -1,2 +1 @@
-DIST io-scheduler-udev-rules-0.tar.bz2 7465 BLAKE2B cc82d81081fd21ccc5714874b02d70206bcf40311070f916ee1312106687e0a8566a1a906e6660f6a508704814f667a58cf547bec54cc88bab4a070616ddb6ba SHA512 c68430a4a3ee78ec34947e225be911c0e61db83f2ae078e1ea21a9c0148c668c0ebbb0fe798c89b8ab14b414a4c6b2e2d77bd5b1abf800a21db0320971134f43
 DIST io-scheduler-udev-rules-1.tar.bz2 7503 BLAKE2B ef1c8f1cf1a94018e82a3c430860af9e7d6c31b12318b5b672ee3b9f0c51c24c69566f764c0a6c0bdfcc1342160a801d7849c0cd0e783715b2b36be1ba285a05 SHA512 7da4ec700bc508c790da916df030164da39bed223677ebc3633e1bf4ad085a9d401a3ed64dc7b07a5e90f4a60933a25a6c4584544c9022ac70e5b1b33cde0e2f

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0-r1.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0-r1.ebuild
deleted file mode 100644
index ccf895f4095..00000000000
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit udev
-
-DESCRIPTION="Udev rules to allow easier customization of kernel I/O schedulers"
-HOMEPAGE="https://gitlab.com/pachoramos/io-scheduler-udev-rules"
-SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="virtual/udev"
-BDEPEND=""
-
-src_install() {
-	insinto /etc/default
-	doins etc/default/io-scheduler
-	udev_dorules udev/rules.d/60-io-scheduler.rules
-	einstalldocs
-}
-
-pkg_postinst() {
-	udev_reload
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2019-04-14 14:16 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2019-04-14 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     51c4f99b0071fa73a4912e1e6ae791ce7d5d109f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:16:33 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:16:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c4f99b

sys-block/io-scheduler-udev-rules: Version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/Manifest         |  1 +
 .../io-scheduler-udev-rules-1.ebuild               | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sys-block/io-scheduler-udev-rules/Manifest b/sys-block/io-scheduler-udev-rules/Manifest
index c27802d020b..17c7f5fd807 100644
--- a/sys-block/io-scheduler-udev-rules/Manifest
+++ b/sys-block/io-scheduler-udev-rules/Manifest
@@ -1 +1,2 @@
 DIST io-scheduler-udev-rules-0.tar.bz2 7465 BLAKE2B cc82d81081fd21ccc5714874b02d70206bcf40311070f916ee1312106687e0a8566a1a906e6660f6a508704814f667a58cf547bec54cc88bab4a070616ddb6ba SHA512 c68430a4a3ee78ec34947e225be911c0e61db83f2ae078e1ea21a9c0148c668c0ebbb0fe798c89b8ab14b414a4c6b2e2d77bd5b1abf800a21db0320971134f43
+DIST io-scheduler-udev-rules-1.tar.bz2 7503 BLAKE2B ef1c8f1cf1a94018e82a3c430860af9e7d6c31b12318b5b672ee3b9f0c51c24c69566f764c0a6c0bdfcc1342160a801d7849c0cd0e783715b2b36be1ba285a05 SHA512 7da4ec700bc508c790da916df030164da39bed223677ebc3633e1bf4ad085a9d401a3ed64dc7b07a5e90f4a60933a25a6c4584544c9022ac70e5b1b33cde0e2f

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
new file mode 100644
index 00000000000..ccf895f4095
--- /dev/null
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit udev
+
+DESCRIPTION="Udev rules to allow easier customization of kernel I/O schedulers"
+HOMEPAGE="https://gitlab.com/pachoramos/io-scheduler-udev-rules"
+SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/udev"
+BDEPEND=""
+
+src_install() {
+	insinto /etc/default
+	doins etc/default/io-scheduler
+	udev_dorules udev/rules.d/60-io-scheduler.rules
+	einstalldocs
+}
+
+pkg_postinst() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2019-04-25 16:35 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2019-04-25 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b527ea5e8e4b11ab55291d7c410cb2555d72b883
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 16:32:21 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 16:32:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b527ea5e

sys-block/io-scheduler-udev-rules: Stabilize

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
index ccf895f4095..d6a94d739be 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2021-11-06  8:53 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2021-11-06  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6f6ba0ca38943dffb1fa9999340f12e3a0d6a414
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 08:52:08 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 08:52:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6ba0ca

sys-block/io-scheduler-udev-rules: Bump to v2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/Manifest         |  1 +
 .../io-scheduler-udev-rules-2.ebuild               | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sys-block/io-scheduler-udev-rules/Manifest b/sys-block/io-scheduler-udev-rules/Manifest
index 2e471d1e082..423903b4b44 100644
--- a/sys-block/io-scheduler-udev-rules/Manifest
+++ b/sys-block/io-scheduler-udev-rules/Manifest
@@ -1 +1,2 @@
 DIST io-scheduler-udev-rules-1.tar.bz2 7503 BLAKE2B ef1c8f1cf1a94018e82a3c430860af9e7d6c31b12318b5b672ee3b9f0c51c24c69566f764c0a6c0bdfcc1342160a801d7849c0cd0e783715b2b36be1ba285a05 SHA512 7da4ec700bc508c790da916df030164da39bed223677ebc3633e1bf4ad085a9d401a3ed64dc7b07a5e90f4a60933a25a6c4584544c9022ac70e5b1b33cde0e2f
+DIST io-scheduler-udev-rules-2.tar.bz2 7927 BLAKE2B d019b7c5acb81f60fc20c8009733a3e7f58f7ddeb96e3b4333fdbb027b710904c7f8ed669638dba59044ad9dca9a9771c204e339b5cff3b9782a71062642ce36 SHA512 a78128bd8d0b954d31d0086063e47180560720c42892c04cea111096c25fbaf75c6ec4c8645eae1ffb0b3986158b40db10e591b86fb9e34f63a5ae92b37df39a

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
new file mode 100644
index 00000000000..6e69ec8b576
--- /dev/null
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit udev
+
+DESCRIPTION="Udev rules to allow easier customization of kernel I/O schedulers"
+HOMEPAGE="https://gitlab.com/pachoramos/io-scheduler-udev-rules"
+SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/udev"
+BDEPEND=""
+
+src_install() {
+	insinto /etc/default
+	doins etc/default/io-scheduler
+	udev_dorules udev/rules.d/60-io-scheduler.rules
+	einstalldocs
+}
+
+pkg_postinst() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2021-12-02 18:06 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2021-12-02 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     034e443a3a899bdcd60bd93c591ae3913260b8a3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 18:05:48 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 18:06:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034e443a

sys-block/io-scheduler-udev-rules: Stabilize

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
index 6e69ec8b5768..2c07a1084162 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2022-06-18 10:42 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2022-06-18 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     25fbe9ce2d4c14c21e3239efaf3de0e3712db26a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 10:41:42 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 10:41:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fbe9ce

sys-block/io-scheduler-udev-rules: Call udev_reload when needed

Closes: https://bugs.gentoo.org/852056
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
index 2c07a1084162..780730584c3e 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,3 +27,7 @@ src_install() {
 pkg_postinst() {
 	udev_reload
 }
+
+pkg_postrm() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2022-06-18 10:42 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2022-06-18 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1de313b4fd3e0020bda90eb7aa1d399a08aca6f5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 10:42:19 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 10:42:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de313b4

sys-block/io-scheduler-udev-rules: drop 1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/Manifest         |  1 -
 .../io-scheduler-udev-rules-1.ebuild               | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/sys-block/io-scheduler-udev-rules/Manifest b/sys-block/io-scheduler-udev-rules/Manifest
index 423903b4b44c..214671b1b79a 100644
--- a/sys-block/io-scheduler-udev-rules/Manifest
+++ b/sys-block/io-scheduler-udev-rules/Manifest
@@ -1,2 +1 @@
-DIST io-scheduler-udev-rules-1.tar.bz2 7503 BLAKE2B ef1c8f1cf1a94018e82a3c430860af9e7d6c31b12318b5b672ee3b9f0c51c24c69566f764c0a6c0bdfcc1342160a801d7849c0cd0e783715b2b36be1ba285a05 SHA512 7da4ec700bc508c790da916df030164da39bed223677ebc3633e1bf4ad085a9d401a3ed64dc7b07a5e90f4a60933a25a6c4584544c9022ac70e5b1b33cde0e2f
 DIST io-scheduler-udev-rules-2.tar.bz2 7927 BLAKE2B d019b7c5acb81f60fc20c8009733a3e7f58f7ddeb96e3b4333fdbb027b710904c7f8ed669638dba59044ad9dca9a9771c204e339b5cff3b9782a71062642ce36 SHA512 a78128bd8d0b954d31d0086063e47180560720c42892c04cea111096c25fbaf75c6ec4c8645eae1ffb0b3986158b40db10e591b86fb9e34f63a5ae92b37df39a

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
deleted file mode 100644
index d6a94d739beb..000000000000
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit udev
-
-DESCRIPTION="Udev rules to allow easier customization of kernel I/O schedulers"
-HOMEPAGE="https://gitlab.com/pachoramos/io-scheduler-udev-rules"
-SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="virtual/udev"
-BDEPEND=""
-
-src_install() {
-	insinto /etc/default
-	doins etc/default/io-scheduler
-	udev_dorules udev/rules.d/60-io-scheduler.rules
-	einstalldocs
-}
-
-pkg_postinst() {
-	udev_reload
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2023-04-25 19:01 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-04-25 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e4f77671b7ddae7f430d90d188cbc2ac800a8e23
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 19:01:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 19:01:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f77671

sys-block/io-scheduler-udev-rules: Keyword 2 arm64, #905070

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
index 780730584c3e..aefc11f81ac8 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 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 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2023-07-05 18:27 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-07-05 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ecf1bcfe6d49d93cb1c4ae427b669d6291519eed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 17:46:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 18:27:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf1bcfe

sys-block/io-scheduler-udev-rules: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-block/io-scheduler-udev-rules/metadata.xml b/sys-block/io-scheduler-udev-rules/metadata.xml
index 787423c1b6a1..0976f48069f2 100644
--- a/sys-block/io-scheduler-udev-rules/metadata.xml
+++ b/sys-block/io-scheduler-udev-rules/metadata.xml
@@ -6,5 +6,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="gitlab">pachoramos/io-scheduler-udev-rules</remote-id>
+		<remote-id type="github">openSUSE/udev-extra-rules</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2023-07-05 18:27 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-07-05 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     dc416b85d2c2aec4a1fa44d038a51be9b2c25b91
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 17:45:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 18:27:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc416b85

sys-block/io-scheduler-udev-rules: add gitlab upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-block/io-scheduler-udev-rules/metadata.xml b/sys-block/io-scheduler-udev-rules/metadata.xml
index 572c7daf2ccf..787423c1b6a1 100644
--- a/sys-block/io-scheduler-udev-rules/metadata.xml
+++ b/sys-block/io-scheduler-udev-rules/metadata.xml
@@ -4,4 +4,7 @@
 	<maintainer type="person">
 		<email>pacho@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<remote-id type="gitlab">pachoramos/io-scheduler-udev-rules</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2024-08-12  9:07 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2024-08-12  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3a3435479a2b84a39a02429d31dd101add8fd92d
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Aug 10 22:56:34 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=3a343547

sys-block/io-scheduler-udev-rules: remove empty variables

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38079
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
index aefc11f81ac8..4cce20390029 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.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
@@ -11,11 +11,8 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
 
-DEPEND=""
 RDEPEND="virtual/udev"
-BDEPEND=""
 
 src_install() {
 	insinto /etc/default


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/
@ 2024-09-23  9:14 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-09-23  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a037fa2c88bec661f8a09eb153aa42a6d6dce42b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 09:14:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 09:14:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a037fa2c

sys-block/io-scheduler-udev-rules: Stabilize 2 arm64, #940134

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
index 4cce20390029..d4f6042d2ee3 100644
--- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
+++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="virtual/udev"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-09-23  9:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25 16:35 [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23  9:14 Arthur Zamarin
2024-08-12  9:07 Pacho Ramos
2023-07-05 18:27 Sam James
2023-07-05 18:27 Sam James
2023-04-25 19:01 Sam James
2022-06-18 10:42 Pacho Ramos
2022-06-18 10:42 Pacho Ramos
2021-12-02 18:06 Pacho Ramos
2021-11-06  8:53 Pacho Ramos
2019-04-14 14:16 Pacho Ramos
2019-04-14 14:16 Pacho Ramos
2019-04-09 17:16 Pacho Ramos
2019-04-08 21:26 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox