commit:     8118741b39e28b74343ee2289db8a50b286154df
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 21:45:18 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> 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 <radhermit <AT> 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
-}

Reply via email to