From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1452083-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70162158020 for <garchives@archives.gentoo.org>; Tue, 1 Nov 2022 02:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69CACE096A; Tue, 1 Nov 2022 02:55:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C64E0996 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Nov 2022 02:55:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F610340D81 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Nov 2022 02:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FE56A4 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Nov 2022 02:55:06 +0000 (UTC) From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" <gentoo@tastytea.de> Message-ID: <1667095192.dc05992a8f380f28cfd9ef59487c05497c9341de.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/autotiling/Manifest x11-misc/autotiling/autotiling-1.7.ebuild x11-misc/autotiling/metadata.xml X-VCS-Directories: x11-misc/autotiling/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: dc05992a8f380f28cfd9ef59487c05497c9341de X-VCS-Branch: master Date: Tue, 1 Nov 2022 02:55:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5e8734d-95ea-4e08-9971-ae9805a05f64 X-Archives-Hash: 722563766a3717ced4d09782bf5fc162 Message-ID: <20221101025506.VDwxFstA5Rf2s8fAF3Yi2ugGGelSDd_wfbxe8jmHkm8@z> 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>gentoo@tastytea.de</email> + <name>Ronny (tastytea) Gutbrod</name> + </maintainer> + <upstream> + <remote-id type="github">nwg-piotr/autotiling</remote-id> + </upstream> +</pkgmetadata>