summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-08-23 23:50:26 -0600
committerTim Harder <radhermit@gentoo.org>2019-08-23 23:50:46 -0600
commitfd88036b3cdd8ae79bac9a1a4937fa7e653d0792 (patch)
treecb1e33a69240cf47e25fc5e32fb145eb927115b1 /x11-wm/bspwm
parentx11-wm/bspwm: version bump to 0.9.9 (diff)
downloadgentoo-fd88036b3cdd8ae79bac9a1a4937fa7e653d0792.tar.gz
gentoo-fd88036b3cdd8ae79bac9a1a4937fa7e653d0792.tar.bz2
gentoo-fd88036b3cdd8ae79bac9a1a4937fa7e653d0792.zip
x11-wm/bspwm: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'x11-wm/bspwm')
-rw-r--r--x11-wm/bspwm/Manifest1
-rw-r--r--x11-wm/bspwm/bspwm-0.9.5.ebuild46
-rw-r--r--x11-wm/bspwm/bspwm-0.9.7.ebuild46
3 files changed, 0 insertions, 93 deletions
diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 11c39d76f8f6..161cc80e14fb 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,3 +1,2 @@
-DIST bspwm-0.9.5.tar.gz 106893 BLAKE2B 6059fd31cb4d4ee262f5a60bac9d21efb61b55e2f47785310e5101abb77023307ff0b9e858701f9558e1e8980905bf323fb310e426c714cf05f09251947c19a3 SHA512 7f50caca3b049f7401f4db8c9d1a9a2d098a3d67a3f8fe87d433c14ad1d0443be9ed4296163628fd7180614d340b672350e02538f36d0e812418aafaef16ba09
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.5.ebuild b/x11-wm/bspwm/bspwm-0.9.5.ebuild
deleted file mode 100644
index db690abde824..000000000000
--- a/x11-wm/bspwm/bspwm-0.9.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 install
- dodoc doc/{CONTRIBUTING,MISC,TODO}.md
-
- 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
-}
diff --git a/x11-wm/bspwm/bspwm-0.9.7.ebuild b/x11-wm/bspwm/bspwm-0.9.7.ebuild
deleted file mode 100644
index 8b132d0fe0a7..000000000000
--- a/x11-wm/bspwm/bspwm-0.9.7.ebuild
+++ /dev/null
@@ -1,46 +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 install
- dodoc doc/{CONTRIBUTING,MISC,TODO}.md
-
- 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
-}