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, 13 Jul 2017 06:11:18 +0000 (UTC)	[thread overview]
Message-ID: <1499926233.5465f34e04cad24d32e23c63eebe20a910706f05.radhermit@gentoo> (raw)

commit:     5465f34e04cad24d32e23c63eebe20a910706f05
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 06:00:10 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 06:10:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5465f34e

app-misc/byobu: version bump to 5.119

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

diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest
index 78022f60dfe..6a2b372cfc3 100644
--- a/app-misc/byobu/Manifest
+++ b/app-misc/byobu/Manifest
@@ -1,3 +1,4 @@
 DIST byobu_5.112.orig.tar.gz 664274 SHA256 4d67fb7bc18cb6ceb74f800fc312c3a1c6b1cb19c1d6e0e6cfe60fd8900e7b2b SHA512 57545ac86e1f6bf6601250bfd9d46ada17b22728a17453f9810b723c393655db97723d068b2452467dc4b4e9c2d9d52b76011191f4f09c01ad4bb91d93f15bea WHIRLPOOL 5a30f25a50ebf2a6ca30765a18d1850dc1c6433aed39e2dc56d9da1cbd4a3aec3c4d9d8d74fe6b965e912abd52d289b8f801050c9454ff865e508281b9014de5
 DIST byobu_5.113.orig.tar.gz 664844 SHA256 2a5aca3fcc1ab7066e4246c1b540c6ab7b0bc235be0d61a5dd4f1091074194ee SHA512 4e82cfda46604db62b541a210e4a41ed466fb2fb515dec76caadd6825e2ab50667b5e6ec0c4893a0ff8678375c5cac15af4c411d3a41f7c9bbb505035484a85a WHIRLPOOL 708f904d1205f8fbc2935bf98fc18dd022b0526dc5405df5bcfc7a19922202060c222002e1443a77c61379331cd10276fcfd24cdfee62a91d36003cff3d1d807
 DIST byobu_5.116.orig.tar.gz 665355 SHA256 85251e149bc56cfeb299c88b32390889b73b444f47039f9206a012602ecb9748 SHA512 49a37ad155f32db4cc2d03c9b235b94f1acc63a4496b9d1929b9418f00daf045fa0a571616e2b33977d764724f3b692e56053d490cd26e765aa3e5a9aa00d572 WHIRLPOOL e33053a3c4b388673e4b0ba4c968bd2cf9b66f101d456f578e25f437f8bd0365cd2a938becbfaaaae9046f0261044063117a68cb4ca9ae9bc1ad56a1d11edf14
+DIST byobu_5.119.orig.tar.gz 664949 SHA256 4b092ca12d3a33e89d84cc90c4a41af2ba8697d48e26080a45d64d6b7800ca77 SHA512 498ea4f0e67bbef45d964bb157541bb115498f85f69c470ab8107b07886264d3bee03a108d37316fc580c4cd2231da3195f5e4dd9e8f819d309e13a06c83344a WHIRLPOOL 35d69107e8566bd1af7d598e8380ad99fcf3ab0e3930f5aaa298a49e4da623676141e9efcfb4b491b2621ac9f0af764383ff939bca2d9f4c882df22eeea92618

diff --git a/app-misc/byobu/byobu-5.119.ebuild b/app-misc/byobu/byobu-5.119.ebuild
new file mode 100644
index 00000000000..f67cbf99d55
--- /dev/null
+++ b/app-misc/byobu/byobu-5.119.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 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:[~2017-07-13  6:11 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-13  6:11 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
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-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=1499926233.5465f34e04cad24d32e23c63eebe20a910706f05.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