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 CB4D815815E for ; Fri, 2 Feb 2024 08:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23C67E2AD7; Fri, 2 Feb 2024 08:13:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 08851E2AD7 for ; Fri, 2 Feb 2024 08:13:42 +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 31C1D3431FE for ; Fri, 2 Feb 2024 08:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F6914B5 for ; Fri, 2 Feb 2024 08:13:39 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1706861595.bb5d1b22f521ab691e24cbb941a2c6fdc945b65b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mygestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mygestures/mygestures-2.0.ebuild X-VCS-Directories: x11-misc/mygestures/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bb5d1b22f521ab691e24cbb941a2c6fdc945b65b X-VCS-Branch: master Date: Fri, 2 Feb 2024 08:13:39 +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: b5ceb375-b45a-48d2-ad42-da9f81ba0344 X-Archives-Hash: f077082b923c384f896502c27932a931 commit: bb5d1b22f521ab691e24cbb941a2c6fdc945b65b Author: Ionen Wolkens gentoo org> AuthorDate: Fri Feb 2 08:07:11 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Feb 2 08:13:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5d1b22 x11-misc/mygestures: adjust style Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/mygestures/mygestures-2.0.ebuild | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/x11-misc/mygestures/mygestures-2.0.ebuild b/x11-misc/mygestures/mygestures-2.0.ebuild index 18b0d8fe375b..902753001fed 100644 --- a/x11-misc/mygestures/mygestures-2.0.ebuild +++ b/x11-misc/mygestures/mygestures-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,11 @@ EAPI=8 inherit autotools DESCRIPTION="Mouse gestures for X" -HOMEPAGE="https://github.com/deters/mygestures" -SRC_URI="https://github.com/deters/mygestures/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/deters/mygestures/" +SRC_URI=" + https://github.com/deters/mygestures/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="GPL-2+" SLOT="0" @@ -18,11 +21,15 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXi x11-libs/libXrender - x11-libs/libXtst" + x11-libs/libXtst +" DEPEND=" ${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" + x11-base/xorg-proto +" +BDEPEND=" + virtual/pkgconfig +" src_prepare() { default