Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Mon, 01 Apr 2019 16:17:12
Message-Id: 1554135415.006a2ebd927a8613624de6ab2b55d921d94d869d.polynomial-c@gentoo
1 commit: 006a2ebd927a8613624de6ab2b55d921d94d869d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 16:16:55 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 16:16:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006a2ebd
7
8 app-misc/tmux: Bump to version 2.9_rc
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-misc/tmux/Manifest | 1 +
14 app-misc/tmux/tmux-2.9_rc.ebuild | 88 ++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 89 insertions(+)
16
17 diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
18 index d727934d1f6..661b5d97ef7 100644
19 --- a/app-misc/tmux/Manifest
20 +++ b/app-misc/tmux/Manifest
21 @@ -1,3 +1,4 @@
22 DIST tmux-2.7.tar.gz 487585 BLAKE2B 9c56da03bd12b358fcbed82def9680c34e1e485f906cf9b90a501e53b109c43d1ee843972d26e677de2c34830e599edee022dc1c17e1e5c935ed232caacb2b01 SHA512 7839ef748ea55df8c02c727047f65bd235b5e3b8ab23157246071e1b9954fa269594da9fbd0fabf6a850e3b5dfda962a0a067c1507411c92a84d1db2666ecf37
23 DIST tmux-2.8.tar.gz 491195 BLAKE2B 1dde20282f84a32647ebb26cdd2346f8870670f904cb06c293218f9db389ded316449f7870805d6d9c1cbb417890ace5e3c36c533bf64818b219f3265b9d2dfd SHA512 e382aec122a10624953432b3c869b21d69390bc2e7d459440a46950802e39503eafb398178f8085191261925e4f0872bb99b19e0403e7beb56d3ceecc4c86b09
24 +DIST tmux-2.9-rc.tar.gz 510537 BLAKE2B ef5e80c51b125445be9e8f0eed2eedb9d1c71927fa2a38b68963ada40feb858e519c6cac47452615e27964957460951641a24d36eb46ef5def90129dc2bb9feb SHA512 68097d56f1ffb1e4b78fd525fae347f2e9c5cb1e098dfa2360ef4f52cfb00fcc774a2d907deb67fa595bbd5c685cd2d768a454e8b09d9f344ea8be4523e54286
25 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979
26
27 diff --git a/app-misc/tmux/tmux-2.9_rc.ebuild b/app-misc/tmux/tmux-2.9_rc.ebuild
28 new file mode 100644
29 index 00000000000..4615e5f5979
30 --- /dev/null
31 +++ b/app-misc/tmux/tmux-2.9_rc.ebuild
32 @@ -0,0 +1,88 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit autotools flag-o-matic
39 +
40 +DESCRIPTION="Terminal multiplexer"
41 +HOMEPAGE="https://tmux.github.io/"
42 +if [[ "${PV}" == 9999 ]] ; then
43 + inherit git-r3
44 + SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b"
45 + EGIT_REPO_URI="https://github.com/tmux/tmux.git"
46 +else
47 + SRC_URI="https://github.com/tmux/tmux/releases/download/$(ver_cut 1-2)/${P/_/-}.tar.gz"
48 + [[ "${PV}" == *_rc* ]] || \
49 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
50 + S="${WORKDIR}/${P/_/-}"
51 +fi
52 +
53 +LICENSE="ISC"
54 +SLOT="0"
55 +IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
56 +
57 +DEPEND="
58 + dev-libs/libevent:0=
59 + sys-libs/ncurses:0=
60 + utempter? (
61 + kernel_linux? ( sys-libs/libutempter )
62 + kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) )
63 + )"
64 +
65 +BDEPEND="
66 + virtual/pkgconfig"
67 +
68 +RDEPEND="
69 + ${DEPEND}
70 + selinux? ( sec-policy/selinux-screen )
71 + vim-syntax? ( app-vim/vim-tmux )"
72 +
73 +DOCS=( CHANGES README TODO )
74 +
75 +PATCHES=(
76 + "${FILESDIR}/${PN}-2.4-flags.patch"
77 +
78 + # upstream fixes (can be removed with next version bump)
79 +)
80 +
81 +src_prepare() {
82 + # bug 438558
83 + # 1.7 segfaults when entering copy mode if compiled with -Os
84 + replace-flags -Os -O2
85 +
86 + default
87 + eautoreconf
88 +}
89 +
90 +src_configure() {
91 + local myeconfargs=(
92 + --sysconfdir="${EPREFIX}"/etc
93 + $(use_enable debug)
94 + $(use_enable utempter)
95 + )
96 + econf "${myeconfargs[@]}"
97 +}
98 +
99 +src_install() {
100 + default
101 +
102 + einstalldocs
103 +
104 + dodoc example_tmux.conf
105 + docompress -x /usr/share/doc/${PF}/example_tmux.conf
106 +}
107 +
108 +pkg_postinst() {
109 + if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then
110 + echo
111 + ewarn "Some configuration options changed in this release."
112 + ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/"
113 + ewarn
114 + ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any"
115 + ewarn "older, running tmux server instances. You'll have to use an existing client to"
116 + ewarn "end your old sessions or kill the old server instances. Otherwise you'll have"
117 + ewarn "to temporarily downgrade to access them."
118 + echo
119 + fi
120 +}