commit: 5e7719f68e37291f767335208947ecff133a74cc
Author: tea <tea+gentoo <AT> cuddleslut <DOT> fr>
AuthorDate: Tue May 13 18:21:05 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue May 13 18:22:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e7719f6
x11-misc/autotiling: drop 1.9.2
Signed-off-by: tea <tea+gentoo <AT> cuddleslut.fr>
x11-misc/autotiling/Manifest | 1 -
x11-misc/autotiling/autotiling-1.9.2.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index 141041854..2a26e4c6e 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1 @@
-DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B
0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e
SHA512
84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
DIST autotiling-1.9.3.tar.gz 18128 BLAKE2B
c236c1700daa238f86c7a01de52ec25a15029776974e7b778c01cfbabbd6ad4eb9916b602172fe9c2238d06dd5142fd3c78c2b39a097cda4a196c98cc498abe9
SHA512
235400882a5626db4db118c2c802060f695691fa4d19debc6deab7eb42a9b679ff111102798dc180bcbb548de97cb38b71eee76084d7ff76bf81d1818e00cf5b
diff --git a/x11-misc/autotiling/autotiling-1.9.2.ebuild
b/x11-misc/autotiling/autotiling-1.9.2.ebuild
deleted file mode 100644
index 3bdf5f96b..000000000
--- a/x11-misc/autotiling/autotiling-1.9.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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_{11..12} )
-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}.gh.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}]')"