public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/
Date: Thu, 22 Mar 2018 05:58:01 +0000 (UTC)	[thread overview]
Message-ID: <1521698154.279e0b6285b828a747b3c1a510baf0bd6c2708a8.radhermit@gentoo> (raw)

commit:     279e0b6285b828a747b3c1a510baf0bd6c2708a8
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 05:55:24 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 05:55:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279e0b62

app-misc/byobu: version bump to 5.125

 app-misc/byobu/Manifest           |  1 +
 app-misc/byobu/byobu-5.125.ebuild | 43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest
index 266d9a1a1c1..d3ccaddd907 100644
--- a/app-misc/byobu/Manifest
+++ b/app-misc/byobu/Manifest
@@ -1,2 +1,3 @@
 DIST byobu_5.123.orig.tar.gz 581421 BLAKE2B 450804be3d625c31a493edef0f398b528b5c3b21dd38bb8c9319857ead9c5bd1b5cfa01bfa190ad6fe0f5a99007ac68d068ec6082bc1fcf32c667d6035f1e296 SHA512 915ad330e85a4405ad808a6f03205c468800c0942507fc0183a883bb0b33be4023b5ef9d7a63b3fce328f771ac1a4952735ee6119a26d6a5f2b01afec7a04059
 DIST byobu_5.124.orig.tar.gz 582725 BLAKE2B 1bf4de3cfd5ce3a31c020f3a56ac495e89688a856e50b592f6999d3aae278358f7b0736b8b4c749fe577a1e9a326d3e1c5d4f08f15b033464cf890c47f4a3c96 SHA512 4ee12cdf2272532f35d2f7251e6f2aadb191f64db9f59cf63df54b2e4b1dacbac6ee9b65b8fed141204f9d309fb1a485ce86dd726c79106be0d52c2493a73bb7
+DIST byobu_5.125.orig.tar.gz 582407 BLAKE2B 7e74e121422bd9875697a96f39ab2e8e8f9d7f724ab8a597d2483bdbe89b3887e1894069dbe9b6ce75e610580b1bb002cfc632b6f2b8884db229382a719c86ea SHA512 cf5ef0e8902552fcfe839793b660454a6480154e0a315322311cecbc962ccf31aec5a6de035b7e83979d49058a64b222bade146163c31bd597feeed11c0a94b1

diff --git a/app-misc/byobu/byobu-5.125.ebuild b/app-misc/byobu/byobu-5.125.ebuild
new file mode 100644
index 00000000000..d3b11ec6f89
--- /dev/null
+++ b/app-misc/byobu/byobu-5.125.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
+HOMEPAGE="http://byobu.co"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="screen"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-libs/newt[${PYTHON_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
+
+	# Create symlinks for backends
+	dosym ${PN} /usr/bin/${PN}-screen
+	dosym ${PN} /usr/bin/${PN}-tmux
+
+	docompress -x /usr/share/doc/${PN}
+}


             reply	other threads:[~2018-03-22  5:58 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-22  5:58 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22 13:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/ 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
2021-01-01  0:00 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
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=1521698154.279e0b6285b828a747b3c1a510baf0bd6c2708a8.radhermit@gentoo \
    --to=radhermit@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