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 13ACE15808E for ; Fri, 29 Apr 2022 10:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D55F3E08C3; Fri, 29 Apr 2022 10:21:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B172DE08D3 for ; Fri, 29 Apr 2022 10:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BB850341AD8 for ; Fri, 29 Apr 2022 10:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAEB46A for ; Fri, 29 Apr 2022 10:21:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651227670.f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/bspwm/Manifest x11-wm/bspwm/bspwm-0.9.9.ebuild X-VCS-Directories: x11-wm/bspwm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e X-VCS-Branch: master Date: Fri, 29 Apr 2022 10:21:53 +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: 8b50c6c3-ca2c-4949-a3cf-78ab4a7ada3e X-Archives-Hash: 7b5c291867f15bd1b72a0b97c739e2a8 commit: f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e Author: Sam James gentoo org> AuthorDate: Fri Apr 29 09:38:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 29 10:21:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57caf41 x11-wm/bspwm: drop 0.9.9 Signed-off-by: Sam James gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25251 Signed-off-by: Sam James gentoo.org> x11-wm/bspwm/Manifest | 1 - x11-wm/bspwm/bspwm-0.9.9.ebuild | 45 ----------------------------------------- 2 files changed, 46 deletions(-) diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest index c496f970407f..aedffc76e3e6 100644 --- a/x11-wm/bspwm/Manifest +++ b/x11-wm/bspwm/Manifest @@ -1,2 +1 @@ DIST bspwm-0.9.10.tar.gz 114099 BLAKE2B 0fd14d3605e05146435d408846844b7e5015290f97fdd00683eb5388b43678df42a76f1710660ee8036b7100d79a54400c13bf9450333d573a78846d2124516e SHA512 9ccb98c4e80635a781b3f889d8c3ae621c0926a79e9607268924b78bd11137caf70ee9a1edf5bc137d362d2acbe2984645f58ba31c586e6b017797758a66f9cf -DIST bspwm-0.9.9.tar.gz 111119 BLAKE2B b4f80f090582c48ff5322bf6b03db5aee5bab1868b39ee3c4a3ca9f46f0f5d243a94bd869f2c91dcfbca22136c632b4fa0a2dee0e5fd2f27bd170b1f85c69545 SHA512 17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2 diff --git a/x11-wm/bspwm/bspwm-0.9.9.ebuild b/x11-wm/bspwm/bspwm-0.9.9.ebuild deleted file mode 100644 index de939e4ebc65..000000000000 --- a/x11-wm/bspwm/bspwm-0.9.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Tiling window manager based on binary space partitioning" -HOMEPAGE="https://github.com/baskerville/bspwm/" -SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="examples" - -DEPEND=" - x11-libs/libxcb - x11-libs/xcb-util - x11-libs/xcb-util-wm -" -RDEPEND="${DEPEND} - x11-misc/sxhkd -" - -src_compile() { - emake PREFIX="${EPREFIX}/usr" CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/${PN}-session ${PN} - - insinto /usr/share/xsessions - doins contrib/freedesktop/bspwm.desktop - - insinto /etc/xdg/sxhkd - doins examples/sxhkdrc - - if use examples ; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -}