From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1519761-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C8F215806E for <garchives@archives.gentoo.org>; Fri, 19 May 2023 16:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2BAE084E; Fri, 19 May 2023 16:22:38 +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 2D046E084E for <gentoo-commits@lists.gentoo.org>; Fri, 19 May 2023 16:22:38 +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 F354233BE95 for <gentoo-commits@lists.gentoo.org>; Fri, 19 May 2023 16:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E27A6C for <gentoo-commits@lists.gentoo.org>; Fri, 19 May 2023 16:22:35 +0000 (UTC) From: "Nickolas Raymond Kaczynski" <nrk@disroot.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nickolas Raymond Kaczynski" <nrk@disroot.org> Message-ID: <1684513331.582d80cd9950755a48ebebc4e02ce0a235fcdc2a.nrk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/xbanish/Manifest x11-misc/xbanish/xbanish-1.8_p20230519.ebuild X-VCS-Directories: x11-misc/xbanish/ X-VCS-Committer: nrk X-VCS-Committer-Name: Nickolas Raymond Kaczynski X-VCS-Revision: 582d80cd9950755a48ebebc4e02ce0a235fcdc2a X-VCS-Branch: dev Date: Fri, 19 May 2023 16:22:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28c87e6d-f8e8-4896-a2d7-69e7f2dadbeb X-Archives-Hash: fa49aa9aadb981eb7e66ce8754634154 commit: 582d80cd9950755a48ebebc4e02ce0a235fcdc2a Author: NRK <nrk <AT> disroot <DOT> org> AuthorDate: Fri May 19 16:17:43 2023 +0000 Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org> CommitDate: Fri May 19 16:22:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=582d80cd x11-misc/xbanish: add snapshot a couple useful bugfixes and feature has been merged since last release, but no tagged release yet. changes compared to v1.8: * upgrade to EAPI 8 * drop libXt from DEPEND: wasn't needed, unnecessary include dropped upstream. * drop src_configure: upstream makefile now respects env LDFLAGS Signed-off-by: NRK <nrk <AT> disroot.org> x11-misc/xbanish/Manifest | 1 + x11-misc/xbanish/xbanish-1.8_p20230519.ebuild | 35 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/x11-misc/xbanish/Manifest b/x11-misc/xbanish/Manifest index dd29d02ca..086b2d129 100644 --- a/x11-misc/xbanish/Manifest +++ b/x11-misc/xbanish/Manifest @@ -1 +1,2 @@ DIST xbanish-1.8.tar.gz 7082 BLAKE2B 2b54a93754264723b6c18d089db40aae902a8e406d919ffbc42d01cd4b85675477cef9c586c09cbf3f518a84aff9f33069cc228627d9967ae182fac545b1a6e5 SHA512 d6c3434f38bd0c9aabdc8745cb46ad196df379acae156f2f282aba83f69ecb88164fe752cd868e63ab887ca5758fbfd502d709c811843fe1deafd880e161a972 +DIST xbanish-1.8_p20230519.tar.gz 7357 BLAKE2B 0e39657000fafef6ca2e2020c01b7a4511a9f094fd35deba3c23e61ddc9c0c13aafc9e47c92a073e737a9c1be9a494224fd5081ef89f9637d197b841d3024a06 SHA512 8ab02a78a4e1b86111c0c100044f850185d9365d02f2f09138da2b2b0a7bc3ea3f54491e25fb618b015f3741656f60561cb14a68e93c054f69e8318b444aa1bb diff --git a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild new file mode 100644 index 000000000..da0ccba5f --- /dev/null +++ b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild @@ -0,0 +1,35 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" +HOMEPAGE="https://github.com/jcs/xbanish" + +COMMIT="189ce79b1df4eb4995980530ebc3d28715a67488" +SRC_URI="https://github.com/jcs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +KEYWORDS="~amd64" +LICENSE="ISC" +SLOT="0" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXext +" +DEPEND="${RDEPEND}" + +src_compile() { + emake CC=$(tc-getCC) +} + +src_install() { + dobin xbanish + doman xbanish.1 +}