public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/joycond/
@ 2022-05-31 20:27 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2022-05-31 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5b5a9275955833746b8f452d0e5ed8619a97cf56
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 20:26:34 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 31 20:26:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5a9275

games-util/joycond: Call udev_reload when installing or removing

Closes: https://bugs.gentoo.org/847043
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild b/games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild
index 89a5d6774449..fb0deb654d53 100644
--- a/games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild
+++ b/games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake linux-info
+inherit cmake linux-info udev
 
 COMMIT="f9a66914622514c13997c2bf7ec20fa98e9dfc1d"
 DESCRIPTION="Daemon that uses hid-nintendo evdev devices to implement joycon pairing"
@@ -41,3 +41,11 @@ src_install() {
 	newinitd "${FILESDIR}"/${PN}.initd ${PN}
 	doman doc/${PN}.1
 }
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/joycond/
@ 2022-12-08 21:40 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2022-12-08 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ee22ad72f414486c1e693ac7c9e379d1ac91029b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 21:39:33 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 21:39:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee22ad72

games-util/joycond: Bump snapshot to 20220720. drop old 20210730

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/joycond/Manifest                                             | 2 +-
 ...cond-0.1.0_p20210730-r1.ebuild => joycond-0.1.0_p20220720-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/joycond/Manifest b/games-util/joycond/Manifest
index 8d055c0bbddc..77c7dadd3a32 100644
--- a/games-util/joycond/Manifest
+++ b/games-util/joycond/Manifest
@@ -1 +1 @@
-DIST joycond-0.1.0_p20210730.tar.gz 29947 BLAKE2B d151e9a798a358e142c44722ce5d9892bc63a7c2992aa6b962a02ab971a8aec9bd343bd56cc26ae36e63d5977d1d0a99c52c35aeb779d352f1bbe2d15010e43c SHA512 1d0a82bd9e2aeecef3215232ffb6acb77008845fe0e8094e81d2b81627cca1e5d581986fad6631c5efd2b29514370fbac8a65d9996df762543d050628327a564
+DIST joycond-0.1.0_p20220720.tar.gz 30009 BLAKE2B b3963a6d3e8047708d2aa258cb11a8018e263d91c4e1c5491b70eef9d22b4256002780adf897b809f87b101e2876086528389ce9649f34125b3fa226695b5e8f SHA512 b32be26a2d7184910d2d8c1e3ac356885f301d5a443b0d9c91431e37108bc77feb369e93db3c3f0a20a81c2287fd54baed785e5744a787a0bff9763815ffe655

diff --git a/games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild b/games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild
similarity index 94%
rename from games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild
rename to games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild
index fb0deb654d53..108e48aba915 100644
--- a/games-util/joycond/joycond-0.1.0_p20210730-r1.ebuild
+++ b/games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake linux-info udev
 
-COMMIT="f9a66914622514c13997c2bf7ec20fa98e9dfc1d"
+COMMIT="5b590ecc9bca181d8bc21377e752126bc9180319"
 DESCRIPTION="Daemon that uses hid-nintendo evdev devices to implement joycon pairing"
 HOMEPAGE="https://github.com/DanielOgorchock/joycond"
 SRC_URI="https://github.com/DanielOgorchock/joycond/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/joycond/
@ 2024-08-31  7:08 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-08-31  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0d4b10956ecc5b760a776c18b5a9cf8f7c21136f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 07:08:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 07:08:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4b1095

games-util/joycond: Keyword 0.1.0_p20220720-r1 arm64, #937816

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

 games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild b/games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild
index 108e48aba915..293bbf3b3ce6 100644
--- a/games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild
+++ b/games-util/joycond/joycond-0.1.0_p20220720-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/DanielOgorchock/joycond/archive/${COMMIT}.tar.gz ->
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 DEPEND="
 	dev-libs/libevdev


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

end of thread, other threads:[~2024-08-31  7:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31  7:08 [gentoo-commits] repo/gentoo:master commit in: games-util/joycond/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-12-08 21:40 James Le Cuirot
2022-05-31 20:27 James Le Cuirot

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