Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/
Date: Tue, 01 Nov 2022 02:55:10
Message-Id: 1667095192.dc05992a8f380f28cfd9ef59487c05497c9341de.tastytea@gentoo
1 commit: dc05992a8f380f28cfd9ef59487c05497c9341de
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Oct 30 01:59:28 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Oct 30 01:59:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc05992a
7
8 x11-misc/autotiling: new package, add 1.7
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.7.ebuild | 21 +++++++++++++++++++++
14 x11-misc/autotiling/metadata.xml | 11 +++++++++++
15 3 files changed, 33 insertions(+)
16
17 diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
18 new file mode 100644
19 index 000000000..b944764da
20 --- /dev/null
21 +++ b/x11-misc/autotiling/Manifest
22 @@ -0,0 +1 @@
23 +DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
24
25 diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild
26 new file mode 100644
27 index 000000000..fa2c4a915
28 --- /dev/null
29 +++ b/x11-misc/autotiling/autotiling-1.7.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
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}]')"
52
53 diff --git a/x11-misc/autotiling/metadata.xml b/x11-misc/autotiling/metadata.xml
54 new file mode 100644
55 index 000000000..8e0f8c8a8
56 --- /dev/null
57 +++ b/x11-misc/autotiling/metadata.xml
58 @@ -0,0 +1,11 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>gentoo@××××××××.de</email>
64 + <name>Ronny (tastytea) Gutbrod</name>
65 + </maintainer>
66 + <upstream>
67 + <remote-id type="github">nwg-piotr/autotiling</remote-id>
68 + </upstream>
69 +</pkgmetadata>