From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/
Date: Fri, 29 Apr 2022 10:21:53 +0000 (UTC) [thread overview]
Message-ID: <1651227670.f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e.sam@gentoo> (raw)
commit: f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 09:38:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/25251
Signed-off-by: Sam James <sam <AT> 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
-}
next reply other threads:[~2022-04-29 10:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-29 10:21 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-03 21:30 [gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/ Georgy Yakovlev
2021-07-21 2:22 Yixun Lan
2021-06-11 7:19 Guilherme Amadio
2020-10-27 5:47 Tim Harder
2020-01-14 16:14 Agostino Sarubbo
2020-01-11 11:32 Johannes Huber
2019-11-17 22:10 Tim Harder
2019-11-17 22:10 Tim Harder
2019-08-24 5:51 Tim Harder
2019-08-24 5:51 Tim Harder
2019-07-02 5:35 Tim Harder
2019-03-04 22:14 Tim Harder
2019-03-04 22:14 Tim Harder
2018-06-30 19:27 Tim Harder
2017-07-29 3:25 Tim Harder
2016-11-04 0:27 Tim Harder
2016-03-17 5:14 Tim Harder
2015-09-01 4:28 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1651227670.f57caf413a7cb94a3ac5ec8a4bacbb6ec813af9e.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox