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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECA97138334 for ; Sun, 17 Nov 2019 22:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 274A4E0929; Sun, 17 Nov 2019 22:10:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A94AEE0924 for ; Sun, 17 Nov 2019 22:10:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5E8F34CF32 for ; Sun, 17 Nov 2019 22:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB4148C1 for ; Sun, 17 Nov 2019 22:10:21 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1574028565.8118741b39e28b74343ee2289db8a50b286154df.radhermit@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.7-r1.ebuild X-VCS-Directories: x11-wm/bspwm/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8118741b39e28b74343ee2289db8a50b286154df X-VCS-Branch: master Date: Sun, 17 Nov 2019 22:10:21 +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: 8693b071-6677-4d8c-9d6e-e25ce5969f60 X-Archives-Hash: a0b48cb86db291e2fb89dcf1a823b85b commit: 8118741b39e28b74343ee2289db8a50b286154df Author: Tim Harder gentoo org> AuthorDate: Sun Nov 17 21:45:18 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Nov 17 22:09:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8118741b x11-wm/bspwm: remove old Signed-off-by: Tim Harder gentoo.org> x11-wm/bspwm/Manifest | 1 - x11-wm/bspwm/bspwm-0.9.7-r1.ebuild | 45 -------------------------------------- 2 files changed, 46 deletions(-) diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest index 161cc80e14f..441bb10b825 100644 --- a/x11-wm/bspwm/Manifest +++ b/x11-wm/bspwm/Manifest @@ -1,2 +1 @@ -DIST bspwm-0.9.7.tar.gz 110956 BLAKE2B 75fb711d9c2fa519ff88faea20b1e74f562c1fa207dfe18990d6131b859ad06c15c92f2352e9e045d8b634fd8f15c3758501044107be6aa4d09bba5c3ab4ee2f SHA512 57115cd3ea9eea7a50a3dc26497354355c86b6dd86136c1899cc58bbefa228104eb292bdecf5f9eac5203d3eb326457e35dc9bedc5f18ec3e3c178dd3ca9926a DIST bspwm-0.9.9.tar.gz 111119 BLAKE2B b4f80f090582c48ff5322bf6b03db5aee5bab1868b39ee3c4a3ca9f46f0f5d243a94bd869f2c91dcfbca22136c632b4fa0a2dee0e5fd2f27bd170b1f85c69545 SHA512 17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2 diff --git a/x11-wm/bspwm/bspwm-0.9.7-r1.ebuild b/x11-wm/bspwm/bspwm-0.9.7-r1.ebuild deleted file mode 100644 index 484d61f26f2..00000000000 --- a/x11-wm/bspwm/bspwm-0.9.7-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 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=/usr CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/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 -}