From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A6D8158020 for ; Fri, 9 Dec 2022 00:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95455E08FC; Fri, 9 Dec 2022 00:54:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7496EE08A8 for ; Fri, 9 Dec 2022 00:54:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64946340D39 for ; Fri, 9 Dec 2022 00:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9920A777 for ; Fri, 9 Dec 2022 00:54:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670547243.525f3882c5f8141c1dc852dcea2eb1b8ed484de5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-joystick/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-joystick/Manifest x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild X-VCS-Directories: x11-drivers/xf86-input-joystick/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 525f3882c5f8141c1dc852dcea2eb1b8ed484de5 X-VCS-Branch: master Date: Fri, 9 Dec 2022 00:54:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08e78340-2274-4c8a-9fad-108ce8370e91 X-Archives-Hash: a4d1e09b1a3f9941d86f4606e7a92998 commit: 525f3882c5f8141c1dc852dcea2eb1b8ed484de5 Author: Matt Turner gentoo org> AuthorDate: Fri Dec 9 00:51:01 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Dec 9 00:54:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525f3882 x11-drivers/xf86-input-joystick: Version bump to 1.6.4 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-input-joystick/Manifest | 1 + .../xf86-input-joystick-1.6.4.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/x11-drivers/xf86-input-joystick/Manifest b/x11-drivers/xf86-input-joystick/Manifest index fc38fdeac4b2..96ee04ed336c 100644 --- a/x11-drivers/xf86-input-joystick/Manifest +++ b/x11-drivers/xf86-input-joystick/Manifest @@ -1 +1,2 @@ DIST xf86-input-joystick-1.6.3.tar.bz2 351846 BLAKE2B 3cbba17066cce241d6ed1a04ae26d4a875b994b47eb2d1078704d9dd109c9477ca367aebfec15b3358a7c857b91a8e751a83c2c4bab28f26b7aa6c02119463d8 SHA512 541c993bd37dd74d96d90060407d9fb9ebd3fbca352189a08c6b0c899c84609a1b5a3c1ea3febb4ceb5e2b881b54e45c75b8f9b2e475e16d7cffbbe42a3221e5 +DIST xf86-input-joystick-1.6.4.tar.xz 296132 BLAKE2B 2e24287bcf426e69ac87d2e000c94ce72807c5590a5399d9573f150e0353c93886d47ffb7d684bad119bb8dcf6cdfee14fe472ddb583f7f2554129ca8341fe30 SHA512 4e9127f125543060f9e6bc4b0aa384bc98a92acc52bfb240c9a114c565e0b24d2e9dcbc0e866845abc8aeb1e1a6c78cd5e3f0c0f22007aa93460b6a1910d67ef diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild new file mode 100644 index 000000000000..5b8ba3a32014 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org driver for joystick input devices" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_install() { + xorg-3_src_install + + insinto /usr/share/X11/xorg.conf.d + doins config/50-joystick-all.conf +}