Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
Date: Fri, 04 Nov 2022 03:47:53
Message-Id: 1667533602.156798cb93afb69453e3cc62f5fe58a51db45742.tastytea@gentoo
1 commit: 156798cb93afb69453e3cc62f5fe58a51db45742
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Nov 4 03:46:42 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Nov 4 03:46:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=156798cb
7
8 x11-misc/autotiling: add 1.8
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 x11-misc/autotiling/Manifest | 1 +
13 x11-misc/autotiling/autotiling-1.8.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
17 index b944764da..2bc15017a 100644
18 --- a/x11-misc/autotiling/Manifest
19 +++ b/x11-misc/autotiling/Manifest
20 @@ -1 +1,2 @@
21 DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
22 +DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016
23
24 diff --git a/x11-misc/autotiling/autotiling-1.8.ebuild b/x11-misc/autotiling/autotiling-1.8.ebuild
25 new file mode 100644
26 index 000000000..5040f5f73
27 --- /dev/null
28 +++ b/x11-misc/autotiling/autotiling-1.8.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517="setuptools"
36 +PYTHON_COMPAT=( python3_{10..11} )
37 +DISTUTILS_SINGLE_IMPL=1
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
42 +HOMEPAGE="https://github.com/nwg-piotr/autotiling"
43 +SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
50 +DEPEND="${RDEPEND}"
51 +BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"