commit:     099d4947098b7e0d096191b46bc957e5a5e5e4b4
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Feb 24 14:00:10 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Feb 24 14:08:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099d4947

x11-misc/autotiling: add 1.9

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 +
 x11-misc/autotiling/autotiling-1.9.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index 2bc15017ae..58e63f7097 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1,3 @@
 DIST autotiling-1.7.tar.gz 17675 BLAKE2B 
e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253
 SHA512 
ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
 DIST autotiling-1.8.tar.gz 18245 BLAKE2B 
7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6
 SHA512 
b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016
+DIST autotiling-1.9.tar.gz 18931 BLAKE2B 
c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab
 SHA512 
5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.ebuild 
b/x11-misc/autotiling/autotiling-1.9.ebuild
new file mode 100644
index 0000000000..5ff8dd27eb
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split 
orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling";
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"

Reply via email to