summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-02-02 03:07:11 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-02-02 03:13:15 -0500
commitbb5d1b22f521ab691e24cbb941a2c6fdc945b65b (patch)
treead153ded1ad2512e7b83ef3bfb4705c53ae30e27 /x11-misc/mygestures
parentgames-strategy/naev: add 0.11.3 (diff)
downloadgentoo-bb5d1b22f521ab691e24cbb941a2c6fdc945b65b.tar.gz
gentoo-bb5d1b22f521ab691e24cbb941a2c6fdc945b65b.tar.bz2
gentoo-bb5d1b22f521ab691e24cbb941a2c6fdc945b65b.zip
x11-misc/mygestures: adjust style
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc/mygestures')
-rw-r--r--x11-misc/mygestures/mygestures-2.0.ebuild19
1 files 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