From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 33C531581FB for ; Fri, 30 Aug 2024 15:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F6ECE29E5; Fri, 30 Aug 2024 15:31:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65D1DE29E5 for ; Fri, 30 Aug 2024 15:31:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E836343028 for ; Fri, 30 Aug 2024 15:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD7801844 for ; Fri, 30 Aug 2024 15:31:31 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1725030911.f82ccc4006de18a1ab802e22a2ff53776f19d56c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/i3/Manifest x11-wm/i3/i3-4.22.ebuild X-VCS-Directories: x11-wm/i3/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f82ccc4006de18a1ab802e22a2ff53776f19d56c X-VCS-Branch: master Date: Fri, 30 Aug 2024 15:31:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95dcb4f0-8734-4611-86ef-528fa892805c X-Archives-Hash: d68097a65a2aa635989a07fddbd9350b commit: f82ccc4006de18a1ab802e22a2ff53776f19d56c Author: Jakov Smolić gentoo org> AuthorDate: Fri Aug 30 15:15:11 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Aug 30 15:15:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82ccc40 x11-wm/i3: drop 4.22 Signed-off-by: Jakov Smolić gentoo.org> x11-wm/i3/Manifest | 1 - x11-wm/i3/i3-4.22.ebuild | 104 ----------------------------------------------- 2 files changed, 105 deletions(-) diff --git a/x11-wm/i3/Manifest b/x11-wm/i3/Manifest index 197caa7623f3..7e47de6e2a7d 100644 --- a/x11-wm/i3/Manifest +++ b/x11-wm/i3/Manifest @@ -1,2 +1 @@ -DIST i3-4.22.tar.xz 1349276 BLAKE2B fa179f445ba4286bfeec98dc7a2e1dfad14bda6874e84878a48ee5890ed4cf3a90fc542e8e14aedaaba3abebc8d280284a3b00e838da70a783064a4bd271ca41 SHA512 4e4536fb4108e92a1c918b5869232c0f7eb0feca2d3a49ba87250b970df0614cfe256d1e41fbd825a81c43b82898651e5d3fc11ca8101978916754dfa885266a DIST i3-4.23.tar.xz 1354628 BLAKE2B 3a5179d5b468ae66f81e53ee8376eb82d4f5d9441d1488f3f761fcad9d68b739fa963f4985db7448e5049983b8cf26ae3fa6bdac32c8677f0384f059cd9db507 SHA512 342bd6e9ff952dd2408c9af6e79e0279cb5e7388a510dd461be84a82a5fbedb92fa35065d4b76fd88e392026f2eb4979160891ae468f421935fe5922f58a66ba diff --git a/x11-wm/i3/i3-4.22.ebuild b/x11-wm/i3/i3-4.22.ebuild deleted file mode 100644 index be04e81b8a7d..000000000000 --- a/x11-wm/i3/i3-4.22.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson optfeature virtualx - -DESCRIPTION="An improved dynamic tiling window manager" -HOMEPAGE="https://i3wm.org/" - -if [[ "${PV}" = *9999 ]]; then - EGIT_REPO_URI="https://github.com/i3/i3" - EGIT_BRANCH="next" - inherit git-r3 -else - SRC_URI="https://i3wm.org/downloads/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="doc test" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - dev-libs/libev - dev-libs/libpcre2 - dev-libs/yajl - x11-libs/cairo[X,xcb(+)] - x11-libs/libxcb:= - x11-libs/libxkbcommon[X] - x11-libs/pango[X] - x11-libs/startup-notification - x11-libs/xcb-util - x11-libs/xcb-util-cursor - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-wm - x11-libs/xcb-util-xrm - x11-misc/xkeyboard-config -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - dev-perl/AnyEvent - dev-perl/ExtUtils-PkgConfig - dev-perl/Inline - dev-perl/Inline-C - dev-perl/IPC-Run - dev-perl/local-lib - dev-perl/X11-XCB - virtual/perl-Test-Simple - x11-base/xorg-server[xephyr] - x11-misc/xvfb-run - ) - doc? ( - app-text/asciidoc - app-text/xmlto - dev-lang/perl - ) -" -RDEPEND=" - ${COMMON_DEPEND} - dev-lang/perl - dev-perl/AnyEvent-I3 - dev-perl/JSON-XS -" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - cat > "${T}"/i3wm <<- EOF || die - #!/bin/sh - exec /usr/bin/i3 - EOF -} - -src_configure() { - local emesonargs=( - -Ddocdir="${EPREFIX}"/usr/share/doc/${PF} - $(meson_use doc docs) - $(meson_use doc mans) - ) - - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -src_install() { - meson_src_install - - exeinto /etc/X11/Sessions - doexe "${T}"/i3wm -} - -pkg_postinst() { - optfeature_header "There are several packages that may be useful with i3:" - optfeature "application launcher" x11-misc/dmenu - optfeature "simple screen locker" x11-misc/i3lock - optfeature "status bar generator" x11-misc/i3status -}