[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2022-10-03 Thread Georgy Yakovlev
commit: 9b4bd4a05b8d37875f6d321ff7bd668f16b88bd6
Author: Dylan Wolf  protonmail  com>
AuthorDate: Sun Oct  2 21:01:31 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct  3 21:28:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4bd4a0

x11-wm/bspwm: add myself as a maintainer

Signed-off-by: Dylan Wolf  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27585
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-wm/bspwm/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-wm/bspwm/metadata.xml b/x11-wm/bspwm/metadata.xml
index 297ea5190a64..f426ad7d85e5 100644
--- a/x11-wm/bspwm/metadata.xml
+++ b/x11-wm/bspwm/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   etc...@protonmail.com
+   Dylan Wolf
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

baskerville/bspwm




[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2022-04-29 Thread Sam James
commit: f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 09:38:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 10:21:10 2022 +
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 19 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2021-07-20 Thread Yixun Lan
commit: b74e14a0af28e65bac9a5770ab6d826a73bda881
Author: Alex Fan  yahoo  com>
AuthorDate: Sat Jul 17 11:11:23 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jul 21 02:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74e14a0

x11-wm/bspwm: keyword 0.9.10 for ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>

Signed-off-by: Yixun Lan  gentoo.org>

 x11-wm/bspwm/bspwm-0.9.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/bspwm/bspwm-0.9.10.ebuild b/x11-wm/bspwm/bspwm-0.9.10.ebuild
index 84e87f40707..78c44c3c2ea 100644
--- a/x11-wm/bspwm/bspwm-0.9.10.ebuild
+++ b/x11-wm/bspwm/bspwm-0.9.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="examples"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2021-06-11 Thread Guilherme Amadio
commit: 9710b055febb9354403dfc2f21ee8a5197de8a99
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Jun 11 07:18:56 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Jun 11 07:18:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9710b055

x11-wm/bspwm: prefix support

Closes: https://bugs.gentoo.org/795333
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Guilherme Amadio  gentoo.org>

 x11-wm/bspwm/bspwm-0.9.10.ebuild | 2 +-
 x11-wm/bspwm/bspwm-0.9.9.ebuild  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/bspwm/bspwm-0.9.10.ebuild b/x11-wm/bspwm/bspwm-0.9.10.ebuild
index b56b16b16c0..84e87f40707 100644
--- a/x11-wm/bspwm/bspwm-0.9.10.ebuild
+++ b/x11-wm/bspwm/bspwm-0.9.10.ebuild
@@ -27,7 +27,7 @@ src_compile() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/usr/share/doc/${PF}" 
install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
 
exeinto /etc/X11/Sessions
newexe "${FILESDIR}"/${PN}-session ${PN}

diff --git a/x11-wm/bspwm/bspwm-0.9.9.ebuild b/x11-wm/bspwm/bspwm-0.9.9.ebuild
index 0a9a67c8829..de939e4ebc6 100644
--- a/x11-wm/bspwm/bspwm-0.9.9.ebuild
+++ b/x11-wm/bspwm/bspwm-0.9.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,11 +23,11 @@ RDEPEND="${DEPEND}
 "
 
 src_compile() {
-   emake PREFIX=/usr CC="$(tc-getCC)"
+   emake PREFIX="${EPREFIX}/usr" CC="$(tc-getCC)"
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/usr/share/doc/${PF}" 
install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
 
exeinto /etc/X11/Sessions
newexe "${FILESDIR}"/${PN}-session ${PN}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2020-10-26 Thread Tim Harder
commit: 7163c0593c518730ea89578ea166a97caa453272
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Oct 27 05:43:25 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Oct 27 05:44:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7163c059

x11-wm/bspwm: version bump to 0.9.10

Closes: https://bugs.gentoo.org/706676
Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/Manifest|  1 +
 x11-wm/bspwm/bspwm-0.9.10.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 441bb10b825..c496f970407 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1 +1,2 @@
+DIST bspwm-0.9.10.tar.gz 114099 BLAKE2B 
0fd14d3605e05146435d408846844b7e5015290f97fdd00683eb5388b43678df42a76f1710660ee8036b7100d79a54400c13bf9450333d573a78846d2124516e
 SHA512 
9ccb98c4e80635a781b3f889d8c3ae621c0926a79e9607268924b78bd11137caf70ee9a1edf5bc137d362d2acbe2984645f58ba31c586e6b017797758a66f9cf
 DIST bspwm-0.9.9.tar.gz 19 BLAKE2B 
b4f80f090582c48ff5322bf6b03db5aee5bab1868b39ee3c4a3ca9f46f0f5d243a94bd869f2c91dcfbca22136c632b4fa0a2dee0e5fd2f27bd170b1f85c69545
 SHA512 
17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2

diff --git a/x11-wm/bspwm/bspwm-0.9.10.ebuild b/x11-wm/bspwm/bspwm-0.9.10.ebuild
new file mode 100644
index 000..3972de1a5a7
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.10.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 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 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2020-01-14 Thread Agostino Sarubbo
commit: b002b883dbfd6c0a20eaa667417c46a41b8cd42a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 14 16:14:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 14 16:14:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b002b883

x11-wm/bspwm: amd64 stable wrt bug #705262

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/bspwm/bspwm-0.9.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/bspwm/bspwm-0.9.9.ebuild b/x11-wm/bspwm/bspwm-0.9.9.ebuild
index 484d61f26f2..0a9a67c8829 100644
--- a/x11-wm/bspwm/bspwm-0.9.9.ebuild
+++ b/x11-wm/bspwm/bspwm-0.9.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2020-01-11 Thread Johannes Huber
commit: 8ac59a231bb692d15ba7dc708ada9b97dc55a041
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jan 11 11:32:06 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jan 11 11:32:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac59a23

x11-wm/bspwm: Add myself as maintainer

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber  gentoo.org>

 x11-wm/bspwm/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/bspwm/metadata.xml b/x11-wm/bspwm/metadata.xml
index 9b75804f0a2..42a28272280 100644
--- a/x11-wm/bspwm/metadata.xml
+++ b/x11-wm/bspwm/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   j...@gentoo.org
+   Johannes Huber
+   

baskerville/bspwm




[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-11-17 Thread Tim Harder
commit: 8118741b39e28b74343ee2289db8a50b286154df
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 21:45:18 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:09:25 2019 +
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 19 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-11-17 Thread Tim Harder
commit: 467c48801a27ad1265ee4a90abc689051704702f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 21:45:28 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 22:09:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467c4880

x11-wm/bspwm: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-wm/bspwm/metadata.xml b/x11-wm/bspwm/metadata.xml
index a744a953bd9..9b75804f0a2 100644
--- a/x11-wm/bspwm/metadata.xml
+++ b/x11-wm/bspwm/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

baskerville/bspwm




[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-08-23 Thread Tim Harder
commit: fd88036b3cdd8ae79bac9a1a4937fa7e653d0792
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 24 05:50:26 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 24 05:50:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd88036b

x11-wm/bspwm: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/Manifest   |  1 -
 x11-wm/bspwm/bspwm-0.9.5.ebuild | 46 -
 x11-wm/bspwm/bspwm-0.9.7.ebuild | 46 -
 3 files changed, 93 deletions(-)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 11c39d76f8f..161cc80e14f 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 19 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 db690abde82..000
--- 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 8b132d0fe0a..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-08-23 Thread Tim Harder
commit: da155218ce2cb7598501124d0ba2a100bced2cd6
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 24 05:50:07 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 24 05:50:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da155218

x11-wm/bspwm: version bump to 0.9.9

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.9.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index af41cb84b3d..11c39d76f8f 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,2 +1,3 @@
 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 19 BLAKE2B 
b4f80f090582c48ff5322bf6b03db5aee5bab1868b39ee3c4a3ca9f46f0f5d243a94bd869f2c91dcfbca22136c632b4fa0a2dee0e5fd2f27bd170b1f85c69545
 SHA512 
17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2

diff --git a/x11-wm/bspwm/bspwm-0.9.9.ebuild b/x11-wm/bspwm/bspwm-0.9.9.ebuild
new file mode 100644
index 000..484d61f26f2
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.9.ebuild
@@ -0,0 +1,45 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-07-01 Thread Tim Harder
commit: cdbe01c0bedc0888cbbeb462231e311262c70a34
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jul  2 05:33:53 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jul  2 05:33:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbe01c0

x11-wm/bspwm: fix docs install

Closes: https://bugs.gentoo.org/689052

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/bspwm-0.9.7-r1.ebuild | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/x11-wm/bspwm/bspwm-0.9.7-r1.ebuild 
b/x11-wm/bspwm/bspwm-0.9.7-r1.ebuild
new file mode 100644
index 000..484d61f26f2
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.7-r1.ebuild
@@ -0,0 +1,45 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-03-04 Thread Tim Harder
commit: eb2c4811a7f0a5edba5ef71b7d043ca0722ec3c5
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar  4 22:13:52 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar  4 22:13:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2c4811

x11-wm/bspwm: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/Manifest   |  2 --
 x11-wm/bspwm/bspwm-0.9.2.ebuild | 46 -
 x11-wm/bspwm/bspwm-0.9.3.ebuild | 46 -
 3 files changed, 94 deletions(-)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 280722f43dc..af41cb84b3d 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,4 +1,2 @@
-DIST bspwm-0.9.2.tar.gz 92558 BLAKE2B 
1b9606ce7c0390537c093749f6fdba3c87108da9a5e3471a82bf205b9dd1c50ad31aba6cedc2fbc58cc9788f181a6aea232e02d2c1b4e9811a13a4205da9941a
 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
-DIST bspwm-0.9.3.tar.gz 95779 BLAKE2B 
d066e20fe3037f0a542857dd3743046d9d228bd487e6f276c50aecd44113bd0a8297900c102e1d05e6cd20ac5bd1540ad03e49a1f5b9bc1e72f1aab4f0a9
 SHA512 
015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
 DIST bspwm-0.9.5.tar.gz 106893 BLAKE2B 
6059fd31cb4d4ee262f5a60bac9d21efb61b55e2f47785310e5101abb77023307ff0b9e858701f9558e1e8980905bf323fb310e426c714cf05f09251947c19a3
 SHA512 
7f50caca3b049f7401f4db8c9d1a9a2d098a3d67a3f8fe87d433c14ad1d0443be9ed4296163628fd7180614d340b672350e02538f36d0e812418aafaef16ba09
 DIST bspwm-0.9.7.tar.gz 110956 BLAKE2B 
75fb711d9c2fa519ff88faea20b1e74f562c1fa207dfe18990d6131b859ad06c15c92f2352e9e045d8b634fd8f15c3758501044107be6aa4d09bba5c3ab4ee2f
 SHA512 
57115cd3ea9eea7a50a3dc26497354355c86b6dd86136c1899cc58bbefa228104eb292bdecf5f9eac5203d3eb326457e35dc9bedc5f18ec3e3c178dd3ca9926a

diff --git a/x11-wm/bspwm/bspwm-0.9.2.ebuild b/x11-wm/bspwm/bspwm-0.9.2.ebuild
deleted file mode 100644
index c8ded088233..000
--- a/x11-wm/bspwm/bspwm-0.9.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 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.3.ebuild b/x11-wm/bspwm/bspwm-0.9.3.ebuild
deleted file mode 100644
index c8ded088233..000
--- a/x11-wm/bspwm/bspwm-0.9.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2019-03-04 Thread Tim Harder
commit: 1d48e3baa83c1e80dc73fbc95eaeb754af8bfba3
Author: Pixeliz3d  protonmail  com>
AuthorDate: Mon Mar  4 09:05:01 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar  4 22:13:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d48e3ba

x11-wm/bspwm: version bump to 0.9.7

Closes: https://bugs.gentoo.org/679398

Signed-off-by: Andrey Brusnik  protonmail.com>
Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.7.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 459ca8118b1..280722f43dc 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,3 +1,4 @@
 DIST bspwm-0.9.2.tar.gz 92558 BLAKE2B 
1b9606ce7c0390537c093749f6fdba3c87108da9a5e3471a82bf205b9dd1c50ad31aba6cedc2fbc58cc9788f181a6aea232e02d2c1b4e9811a13a4205da9941a
 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
 DIST bspwm-0.9.3.tar.gz 95779 BLAKE2B 
d066e20fe3037f0a542857dd3743046d9d228bd487e6f276c50aecd44113bd0a8297900c102e1d05e6cd20ac5bd1540ad03e49a1f5b9bc1e72f1aab4f0a9
 SHA512 
015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
 DIST bspwm-0.9.5.tar.gz 106893 BLAKE2B 
6059fd31cb4d4ee262f5a60bac9d21efb61b55e2f47785310e5101abb77023307ff0b9e858701f9558e1e8980905bf323fb310e426c714cf05f09251947c19a3
 SHA512 
7f50caca3b049f7401f4db8c9d1a9a2d098a3d67a3f8fe87d433c14ad1d0443be9ed4296163628fd7180614d340b672350e02538f36d0e812418aafaef16ba09
+DIST bspwm-0.9.7.tar.gz 110956 BLAKE2B 
75fb711d9c2fa519ff88faea20b1e74f562c1fa207dfe18990d6131b859ad06c15c92f2352e9e045d8b634fd8f15c3758501044107be6aa4d09bba5c3ab4ee2f
 SHA512 
57115cd3ea9eea7a50a3dc26497354355c86b6dd86136c1899cc58bbefa228104eb292bdecf5f9eac5203d3eb326457e35dc9bedc5f18ec3e3c178dd3ca9926a

diff --git a/x11-wm/bspwm/bspwm-0.9.7.ebuild b/x11-wm/bspwm/bspwm-0.9.7.ebuild
new file mode 100644
index 000..8b132d0fe0a
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.7.ebuild
@@ -0,0 +1,46 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2018-06-30 Thread Tim Harder
commit: 1c1451ec6357632fe295b31961c06aa4462e8616
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jun 30 19:12:46 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jun 30 19:20:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1451ec

x11-wm/bspwm: version bump to 0.9.5

Closes: https://bugs.gentoo.org/659692

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.5.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 26ed8944aae..459ca8118b1 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,2 +1,3 @@
 DIST bspwm-0.9.2.tar.gz 92558 BLAKE2B 
1b9606ce7c0390537c093749f6fdba3c87108da9a5e3471a82bf205b9dd1c50ad31aba6cedc2fbc58cc9788f181a6aea232e02d2c1b4e9811a13a4205da9941a
 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
 DIST bspwm-0.9.3.tar.gz 95779 BLAKE2B 
d066e20fe3037f0a542857dd3743046d9d228bd487e6f276c50aecd44113bd0a8297900c102e1d05e6cd20ac5bd1540ad03e49a1f5b9bc1e72f1aab4f0a9
 SHA512 
015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
+DIST bspwm-0.9.5.tar.gz 106893 BLAKE2B 
6059fd31cb4d4ee262f5a60bac9d21efb61b55e2f47785310e5101abb77023307ff0b9e858701f9558e1e8980905bf323fb310e426c714cf05f09251947c19a3
 SHA512 
7f50caca3b049f7401f4db8c9d1a9a2d098a3d67a3f8fe87d433c14ad1d0443be9ed4296163628fd7180614d340b672350e02538f36d0e812418aafaef16ba09

diff --git a/x11-wm/bspwm/bspwm-0.9.5.ebuild b/x11-wm/bspwm/bspwm-0.9.5.ebuild
new file mode 100644
index 000..db690abde82
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.5.ebuild
@@ -0,0 +1,46 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/, x11-wm/bspwm/files/

2017-07-28 Thread Tim Harder
commit: f4d03773f79ad7be14969a8dd2c8f8671b1f288a
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jul 29 03:22:15 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jul 29 03:23:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d03773

x11-wm/bspwm: remove old

 x11-wm/bspwm/Manifest|  4 ---
 x11-wm/bspwm/bspwm-0.8.8-r1.ebuild   | 50 
 x11-wm/bspwm/bspwm-0.8.9.ebuild  | 50 
 x11-wm/bspwm/bspwm-0.9.1.ebuild  | 46 -
 x11-wm/bspwm/bspwm-0.9.ebuild| 50 
 x11-wm/bspwm/files/bspwm-0.8.8-desktop.patch |  9 -
 x11-wm/bspwm/files/bspwm-0.8.8-flags.patch   | 15 -
 x11-wm/bspwm/files/bspwm-0.9-desktop.patch   |  9 -
 8 files changed, 233 deletions(-)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 021af2affcf..6f7c9fc1288 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,6 +1,2 @@
-DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915adb6edb17e2471310e73790 SHA512 
09614549410d2f6bd58d1190e8008256077433481bb4f91426fbf14ef74c3bff92f3b2d2c72476b6439ad83807c7368591af46a0c34ec658bcc5b9c6f940ca55
 WHIRLPOOL 
331d089c7545a5fe6325e42aa9603f9dcb81d28fd9182329dbc50a0828fafa661ce12885894d728ad99f0d04ca5a2773de257b91f62e1be3f272e0ee8a7b5674
-DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
-DIST bspwm-0.9.1.tar.gz 82335 SHA256 
02bb58a307acdec242eb4b8a62764ed53d01c30474dfb1bc09812d943773bb85 SHA512 
0940e4e024326a903189e6f46fb713eec202f718a02cece56476e6cda147aec6f8c6d6d646879b297b56a385c3b1714069ad204cf5ec0a5d7a0faf40cc45f74b
 WHIRLPOOL 
babbb2bc63844b6e778723e9899f78175b967a6ebfb99468f0ad97a792ffab059fe1c83bbc08bc7eb9245bf83b9b5622b7ac7e3c1fb3849e333cd71eb1ffb23d
 DIST bspwm-0.9.2.tar.gz 92558 SHA256 
33689d138d50f42444820b3a76b84fee7fa3af58e33ad589319c84e51fefdcf0 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
 WHIRLPOOL 
70b6f9572225e60e78fd6188644355dde6aca2702d723b1fb9930f9395480833593c38b9f48c7b2d25fa68f0619a68a0de2ac4634c10136f7d9ebfb2a4334f50
 DIST bspwm-0.9.3.tar.gz 95779 SHA256 
b356e3ff5754c63c94b36d904274c0ba16f9a8494e78a1c93bb23113f891bc9d SHA512 
015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
 WHIRLPOOL 
d7ad190008a34e38ac9dee1e264b15613dfea72775c4d3ad0de0c6a3651820e71497d435da5306151b5b0f59e7571a7487eabefcb16d78b27fc222438cebc13e
-DIST bspwm-0.9.tar.gz 62798 SHA256 
1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde SHA512 
09c4a52dc9f2635973d3b31d507373c27e17a8fb172b2783422049cfc4fa8416bb87a29dea74c2e0e71febdfa53f86a9c09004aa7328b6a08490537329c48370
 WHIRLPOOL 
c96d6966a0385513b7ad25ce84fec4e959b65076209112f7f15f6e33cfc676994103fbee00d28d1809c74f506feaeddedf91b72006fc72a8099a59e5f549e727

diff --git a/x11-wm/bspwm/bspwm-0.8.8-r1.ebuild 
b/x11-wm/bspwm/bspwm-0.8.8-r1.ebuild
deleted file mode 100644
index d432c1f00da..000
--- a/x11-wm/bspwm/bspwm-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils 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-wm
-"
-RDEPEND="${DEPEND}
-   x11-misc/sxhkd
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-flags.patch
-   epatch "${FILESDIR}"/${P}-desktop.patch
-}
-
-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/lightdm/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.8.9.ebuild b/x11-wm/bspwm/bspwm-0.8.9.ebuild
deleted file mode 100644
index f1dc7c797b8..000
--- a/x11-wm/bspwm/bspwm-0.8.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyrig

[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2017-07-28 Thread Tim Harder
commit: bdcc3c5a09cbf9e60eaec2c79b186ac65c65
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jul 29 03:20:56 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jul 29 03:23:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcc3c5d

x11-wm/bspwm: version bump to 0.9.3

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.3.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index f6d89e3b57f..021af2affcf 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -2,4 +2,5 @@ DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915ad
 DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
 DIST bspwm-0.9.1.tar.gz 82335 SHA256 
02bb58a307acdec242eb4b8a62764ed53d01c30474dfb1bc09812d943773bb85 SHA512 
0940e4e024326a903189e6f46fb713eec202f718a02cece56476e6cda147aec6f8c6d6d646879b297b56a385c3b1714069ad204cf5ec0a5d7a0faf40cc45f74b
 WHIRLPOOL 
babbb2bc63844b6e778723e9899f78175b967a6ebfb99468f0ad97a792ffab059fe1c83bbc08bc7eb9245bf83b9b5622b7ac7e3c1fb3849e333cd71eb1ffb23d
 DIST bspwm-0.9.2.tar.gz 92558 SHA256 
33689d138d50f42444820b3a76b84fee7fa3af58e33ad589319c84e51fefdcf0 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
 WHIRLPOOL 
70b6f9572225e60e78fd6188644355dde6aca2702d723b1fb9930f9395480833593c38b9f48c7b2d25fa68f0619a68a0de2ac4634c10136f7d9ebfb2a4334f50
+DIST bspwm-0.9.3.tar.gz 95779 SHA256 
b356e3ff5754c63c94b36d904274c0ba16f9a8494e78a1c93bb23113f891bc9d SHA512 
015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
 WHIRLPOOL 
d7ad190008a34e38ac9dee1e264b15613dfea72775c4d3ad0de0c6a3651820e71497d435da5306151b5b0f59e7571a7487eabefcb16d78b27fc222438cebc13e
 DIST bspwm-0.9.tar.gz 62798 SHA256 
1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde SHA512 
09c4a52dc9f2635973d3b31d507373c27e17a8fb172b2783422049cfc4fa8416bb87a29dea74c2e0e71febdfa53f86a9c09004aa7328b6a08490537329c48370
 WHIRLPOOL 
c96d6966a0385513b7ad25ce84fec4e959b65076209112f7f15f6e33cfc676994103fbee00d28d1809c74f506feaeddedf91b72006fc72a8099a59e5f549e727

diff --git a/x11-wm/bspwm/bspwm-0.9.3.ebuild b/x11-wm/bspwm/bspwm-0.9.3.ebuild
new file mode 100644
index 000..c8ded088233
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2016-11-03 Thread Tim Harder
commit: 49b1414f2c9743e2a30448c6aba8871859381c6d
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Nov  4 00:25:10 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Nov  4 00:26:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b1414f

x11-wm/bspwm: version bump to 0.9.2

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 38e514b..f6d89e3 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,4 +1,5 @@
 DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915adb6edb17e2471310e73790 SHA512 
09614549410d2f6bd58d1190e8008256077433481bb4f91426fbf14ef74c3bff92f3b2d2c72476b6439ad83807c7368591af46a0c34ec658bcc5b9c6f940ca55
 WHIRLPOOL 
331d089c7545a5fe6325e42aa9603f9dcb81d28fd9182329dbc50a0828fafa661ce12885894d728ad99f0d04ca5a2773de257b91f62e1be3f272e0ee8a7b5674
 DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
 DIST bspwm-0.9.1.tar.gz 82335 SHA256 
02bb58a307acdec242eb4b8a62764ed53d01c30474dfb1bc09812d943773bb85 SHA512 
0940e4e024326a903189e6f46fb713eec202f718a02cece56476e6cda147aec6f8c6d6d646879b297b56a385c3b1714069ad204cf5ec0a5d7a0faf40cc45f74b
 WHIRLPOOL 
babbb2bc63844b6e778723e9899f78175b967a6ebfb99468f0ad97a792ffab059fe1c83bbc08bc7eb9245bf83b9b5622b7ac7e3c1fb3849e333cd71eb1ffb23d
+DIST bspwm-0.9.2.tar.gz 92558 SHA256 
33689d138d50f42444820b3a76b84fee7fa3af58e33ad589319c84e51fefdcf0 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
 WHIRLPOOL 
70b6f9572225e60e78fd6188644355dde6aca2702d723b1fb9930f9395480833593c38b9f48c7b2d25fa68f0619a68a0de2ac4634c10136f7d9ebfb2a4334f50
 DIST bspwm-0.9.tar.gz 62798 SHA256 
1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde SHA512 
09c4a52dc9f2635973d3b31d507373c27e17a8fb172b2783422049cfc4fa8416bb87a29dea74c2e0e71febdfa53f86a9c09004aa7328b6a08490537329c48370
 WHIRLPOOL 
c96d6966a0385513b7ad25ce84fec4e959b65076209112f7f15f6e33cfc676994103fbee00d28d1809c74f506feaeddedf91b72006fc72a8099a59e5f549e727

diff --git a/x11-wm/bspwm/bspwm-0.9.2.ebuild b/x11-wm/bspwm/bspwm-0.9.2.ebuild
new file mode 100644
index ..5e8b7bf
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2016-03-19 Thread Tim Harder
commit: 21b62dc93f3207d484feb92669c7ca82054636f3
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 17 04:52:32 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 17 05:14:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b62dc9

x11-wm/bspwm: version bump to 0.9.1

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index ef50965..38e514b 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,3 +1,4 @@
 DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915adb6edb17e2471310e73790 SHA512 
09614549410d2f6bd58d1190e8008256077433481bb4f91426fbf14ef74c3bff92f3b2d2c72476b6439ad83807c7368591af46a0c34ec658bcc5b9c6f940ca55
 WHIRLPOOL 
331d089c7545a5fe6325e42aa9603f9dcb81d28fd9182329dbc50a0828fafa661ce12885894d728ad99f0d04ca5a2773de257b91f62e1be3f272e0ee8a7b5674
 DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
+DIST bspwm-0.9.1.tar.gz 82335 SHA256 
02bb58a307acdec242eb4b8a62764ed53d01c30474dfb1bc09812d943773bb85 SHA512 
0940e4e024326a903189e6f46fb713eec202f718a02cece56476e6cda147aec6f8c6d6d646879b297b56a385c3b1714069ad204cf5ec0a5d7a0faf40cc45f74b
 WHIRLPOOL 
babbb2bc63844b6e778723e9899f78175b967a6ebfb99468f0ad97a792ffab059fe1c83bbc08bc7eb9245bf83b9b5622b7ac7e3c1fb3849e333cd71eb1ffb23d
 DIST bspwm-0.9.tar.gz 62798 SHA256 
1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde SHA512 
09c4a52dc9f2635973d3b31d507373c27e17a8fb172b2783422049cfc4fa8416bb87a29dea74c2e0e71febdfa53f86a9c09004aa7328b6a08490537329c48370
 WHIRLPOOL 
c96d6966a0385513b7ad25ce84fec4e959b65076209112f7f15f6e33cfc676994103fbee00d28d1809c74f506feaeddedf91b72006fc72a8099a59e5f549e727

diff --git a/x11-wm/bspwm/bspwm-0.9.1.ebuild b/x11-wm/bspwm/bspwm-0.9.1.ebuild
new file mode 100644
index 000..75aa1e1
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2015-08-31 Thread Jeroen Roovers
commit: f8b7b965b39eb2517cb1d7565b8b8194b2832917
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep  1 04:27:43 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Sep  1 04:28:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b7b965

x11-wm/bspwm: Fix Manifest.

Package-Manager: portage-2.2.20.1

 x11-wm/bspwm/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 8f233cc..ef50965 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,3 +1,3 @@
 DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915adb6edb17e2471310e73790 SHA512 
09614549410d2f6bd58d1190e8008256077433481bb4f91426fbf14ef74c3bff92f3b2d2c72476b6439ad83807c7368591af46a0c34ec658bcc5b9c6f940ca55
 WHIRLPOOL 
331d089c7545a5fe6325e42aa9603f9dcb81d28fd9182329dbc50a0828fafa661ce12885894d728ad99f0d04ca5a2773de257b91f62e1be3f272e0ee8a7b5674
 DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
-DIST bspwm-0.9.tar.gz 62790 SHA256 
495dcdefb4cae52052749f0e6cd628bd16bb14cf61c359d46c62673f1264b97c SHA512 
1e099191c95ba7ec4f02c8fd29f212aeffa63aa5be4a0992ded2ce0528f887b879940e7be8b9aafa00c71837dc4c1afbd3848d3768f2f6fd28c08dd73c92d5bb
 WHIRLPOOL 
fdb0d7d3f76243bd42aeba1d487ce29eedefd06e1d0054e199de36367f902fb1c8b087bfdfd57ad3cacff5f3350b1eb5db80749d1cb05dd3243fef76ea2a0f88
+DIST bspwm-0.9.tar.gz 62798 SHA256 
1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde SHA512 
09c4a52dc9f2635973d3b31d507373c27e17a8fb172b2783422049cfc4fa8416bb87a29dea74c2e0e71febdfa53f86a9c09004aa7328b6a08490537329c48370
 WHIRLPOOL 
c96d6966a0385513b7ad25ce84fec4e959b65076209112f7f15f6e33cfc676994103fbee00d28d1809c74f506feaeddedf91b72006fc72a8099a59e5f549e727



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/files/, x11-wm/bspwm/

2015-08-26 Thread Tim Harder
commit: 2e2c6b4ce321e5f12962a5ae50c75bd69462694c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 27 03:42:49 2015 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 27 03:43:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2c6b4c

x11-wm/bspwm: version bump

 x11-wm/bspwm/Manifest  |  1 +
 x11-wm/bspwm/bspwm-0.9.ebuild  | 51 ++
 x11-wm/bspwm/files/bspwm-0.9-desktop.patch |  9 ++
 3 files changed, 61 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index b9e3b31..8f233cc 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,2 +1,3 @@
 DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915adb6edb17e2471310e73790 SHA512 
09614549410d2f6bd58d1190e8008256077433481bb4f91426fbf14ef74c3bff92f3b2d2c72476b6439ad83807c7368591af46a0c34ec658bcc5b9c6f940ca55
 WHIRLPOOL 
331d089c7545a5fe6325e42aa9603f9dcb81d28fd9182329dbc50a0828fafa661ce12885894d728ad99f0d04ca5a2773de257b91f62e1be3f272e0ee8a7b5674
 DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
+DIST bspwm-0.9.tar.gz 62790 SHA256 
495dcdefb4cae52052749f0e6cd628bd16bb14cf61c359d46c62673f1264b97c SHA512 
1e099191c95ba7ec4f02c8fd29f212aeffa63aa5be4a0992ded2ce0528f887b879940e7be8b9aafa00c71837dc4c1afbd3848d3768f2f6fd28c08dd73c92d5bb
 WHIRLPOOL 
fdb0d7d3f76243bd42aeba1d487ce29eedefd06e1d0054e199de36367f902fb1c8b087bfdfd57ad3cacff5f3350b1eb5db80749d1cb05dd3243fef76ea2a0f88

diff --git a/x11-wm/bspwm/bspwm-0.9.ebuild b/x11-wm/bspwm/bspwm-0.9.ebuild
new file mode 100644
index 000..ff27c85
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils 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-wm
+"
+RDEPEND="${DEPEND}
+   x11-misc/sxhkd
+"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.8.8-flags.patch
+   epatch "${FILESDIR}"/${P}-desktop.patch
+}
+
+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/files/bspwm-0.9-desktop.patch 
b/x11-wm/bspwm/files/bspwm-0.9-desktop.patch
new file mode 100644
index 000..a8f3524
--- /dev/null
+++ b/x11-wm/bspwm/files/bspwm-0.9-desktop.patch
@@ -0,0 +1,9 @@
+--- bspwm-0.9/contrib/freedesktop/bspwm.desktop
 bspwm-0.9/contrib/freedesktop/bspwm.desktop
+@@ -2,5 +2,5 @@
+ Encoding=UTF-8
+ Name=bspwm
+ Comment=Launch a bspwm session
+-Exec=/usr/bin/bspwm-session
++Exec=/etc/X11/Sessions/bspwm
+ Type=XSession