commit:     dc05992a8f380f28cfd9ef59487c05497c9341de
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 30 01:59:28 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Oct 30 01:59:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc05992a

x11-misc/autotiling: new package, add 1.7

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 +
 x11-misc/autotiling/autotiling-1.7.ebuild | 21 +++++++++++++++++++++
 x11-misc/autotiling/metadata.xml          | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
new file mode 100644
index 000000000..b944764da
--- /dev/null
+++ b/x11-misc/autotiling/Manifest
@@ -0,0 +1 @@
+DIST autotiling-1.7.tar.gz 17675 BLAKE2B 
e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253
 SHA512 
ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7

diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild 
b/x11-misc/autotiling/autotiling-1.7.ebuild
new file mode 100644
index 000000000..fa2c4a915
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}]')"

diff --git a/x11-misc/autotiling/metadata.xml b/x11-misc/autotiling/metadata.xml
new file mode 100644
index 000000000..8e0f8c8a8
--- /dev/null
+++ b/x11-misc/autotiling/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Ronny (tastytea) Gutbrod</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">nwg-piotr/autotiling</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to