From f24fd472bdab1c7159f5325b07c4622d79f6fa3a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Apr 2024 16:11:31 +0200 Subject: x11-misc/autotiling: drop 1.8 Signed-off-by: tastytea --- x11-misc/autotiling/Manifest | 1 - x11-misc/autotiling/autotiling-1.8.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 x11-misc/autotiling/autotiling-1.8.ebuild (limited to 'x11-misc') diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest index 22ad9b909..d450c9a26 100644 --- a/x11-misc/autotiling/Manifest +++ b/x11-misc/autotiling/Manifest @@ -1,3 +1,2 @@ -DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143 DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f diff --git a/x11-misc/autotiling/autotiling-1.8.ebuild b/x11-misc/autotiling/autotiling-1.8.ebuild deleted file mode 100644 index 5040f5f73..000000000 --- a/x11-misc/autotiling/autotiling-1.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022 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}]')" -- cgit v1.2.3-65-gdbad