From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/
Date: Fri, 1 Jan 2021 00:00:39 +0000 (UTC) [thread overview]
Message-ID: <1609459236.8558e3c8f373126516caeeb6865a3f0bcc5c2ba2.sam@gentoo> (raw)
commit: 8558e3c8f373126516caeeb6865a3f0bcc5c2ba2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 23:25:18 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 00:00:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8558e3c8
app-misc/byobu: bump to 5.133
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/byobu/Manifest | 1 +
app-misc/byobu/byobu-5.133.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest
index 19a51267e2a..a944587036d 100644
--- a/app-misc/byobu/Manifest
+++ b/app-misc/byobu/Manifest
@@ -1 +1,2 @@
DIST byobu_5.130.orig.tar.gz 761162 BLAKE2B 8ad45f3f8cba9435638aced30022e67e927288ac7f7bcea7d464d248a3fa0edddf4716bf782d790b8ea75d249e86f19acb76aa706c875f525f1b3b1ae9c47321 SHA512 dae3d0de3f1a65e5f3a647c1135ecf89261bf2518fea44bb49e00109ba5e1e5a8939206bb85d97f45fa01482438b3bfcb6f9ddd03dbaa1a8caca807f95b279cf
+DIST byobu_5.133.orig.tar.gz 761655 BLAKE2B 796cfe22ba60a8cfe41ca6570e4c7f265dd249e7767086341903da7862037f39b1f49434b6dae36d12d82df1ee34306b815ff3f8e703eeedab79cf02e8d86a7d SHA512 4c0ef7a3b483e48c57f3e97dae1c7c77084797016efb677b201f2b56c6b9f4b771739d9a6d9a4fb612203a22e9fa460db80fde30c837b102ad830b1b2919db6c
diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild
new file mode 100644
index 00000000000..f3913e0aafd
--- /dev/null
+++ b/app-misc/byobu/byobu-5.133.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit python-single-r1
+
+DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
+HOMEPAGE="https://byobu.org"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="screen"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-libs/newt[${PYTHON_MULTI_USEDEP}]')
+ screen? ( app-misc/screen )
+ !screen? ( app-misc/tmux )"
+
+src_prepare() {
+ default
+
+ python_fix_shebang .
+
+ # Set default system backend to screen
+ if use screen ; then
+ sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die
+ fi
+}
+
+src_install() {
+ default
+
+ # It's easier than forcing autoconf
+ mv "${ED}/usr/share/doc/${PN}/"* "${ED}/usr/share/doc/${PF}/" || die
+ rmdir "${ED}/usr/share/doc/${PN}" || die
+
+ # Create symlinks for backends
+ dosym ${PN} /usr/bin/${PN}-screen
+ dosym ${PN} /usr/bin/${PN}-tmux
+
+ docompress -x /usr/share/doc/${PN}
+}
next reply other threads:[~2021-01-01 0:00 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-01 0:00 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-09 7:12 [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/ Eli Schwartz
2024-12-08 5:23 Matt Jolly
2024-05-22 13:19 Matt Jolly
2023-05-03 6:31 Sam James
2023-05-03 5:33 Sam James
2022-11-15 18:17 Michał Górny
2022-05-31 11:20 Sam James
2021-12-21 3:39 Yixun Lan
2021-04-25 5:11 Sam James
2021-04-23 13:33 Sam James
2020-07-01 19:59 Aaron Bauman
2020-06-25 11:56 Ben Kohler
2020-06-25 11:56 Ben Kohler
2020-05-07 13:18 Michał Górny
2020-03-21 11:27 Mart Raudsepp
2020-02-09 16:11 Michał Górny
2020-01-08 17:23 Ben Kohler
2019-12-07 16:59 Michał Górny
2019-10-09 10:14 Tim Harder
2018-03-22 5:58 Tim Harder
2017-12-09 1:23 Tim Harder
2017-11-17 19:26 Tim Harder
2017-11-17 19:26 Tim Harder
2017-10-08 18:57 Tim Harder
2017-10-08 18:57 Tim Harder
2017-10-08 18:57 Tim Harder
2017-08-27 3:52 Tim Harder
2017-08-27 3:52 Tim Harder
2017-08-27 3:52 Tim Harder
2017-07-13 6:11 Tim Harder
2017-07-13 6:11 Tim Harder
2017-07-13 6:11 Tim Harder
2017-04-03 8:34 Tim Harder
2016-12-09 5:59 Tim Harder
2016-10-26 22:19 Tim Harder
2016-10-26 22:19 Tim Harder
2016-09-24 1:13 Tim Harder
2016-08-19 2:34 Tim Harder
2015-09-25 9:43 Patrice Clement
2015-09-25 9:43 Patrice Clement
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=1609459236.8558e3c8f373126516caeeb6865a3f0bcc5c2ba2.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