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: Fri, 24 Apr 2020 10:53:30
Message-Id: 1587725600.975f8e9930cd27fd19dd74d7e74aac8f3064fbf6.polynomial-c@gentoo
1 commit: 975f8e9930cd27fd19dd74d7e74aac8f3064fbf6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 10:50:21 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 10:53:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975f8e99
7
8 app-misc/tmux: Bump to version 3.1
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-misc/tmux/Manifest | 1 +
14 app-misc/tmux/tmux-3.1.ebuild | 90 +++++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 91 insertions(+)
16
17 diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
18 index 4562315a654..22582312d76 100644
19 --- a/app-misc/tmux/Manifest
20 +++ b/app-misc/tmux/Manifest
21 @@ -1,3 +1,4 @@
22 DIST tmux-2.9a.tar.gz 510915 BLAKE2B 6a3dcdb66419fdd40818c18c3a16adf83fa67b3f5d4cc60953b64d62d2e3e139cad0612eef4233d3d5fa76aaae93e437c8394aa118791c87cb0670f1ddc65eae SHA512 aca6882688727c10c5647443fdd18bbd6c0f80b7a3bf9667903d1b89d523e604cd715f176f33f2e5673258f00e626a6dc273f80fe97ae4f91621814d89985713
23 DIST tmux-3.0a.tar.gz 546377 BLAKE2B 1e784d98e1f18e7850e92d8d5f849ee1b8bcbf62b9323b6eb4007e038bd84480b3a171c93c88954701487ef228db8717bac886f51dd21efdf2766e676b0c16e3 SHA512 f326ee9c0e5e9a46ce9c99c76407b8cf35feea5f898c3c937fd8c5e488ff9a809272de19226d9d10f864e11051dcf633327820b7f8d86d85962da61174bbfb0b
24 +DIST tmux-3.1.tar.gz 561086 BLAKE2B 8857a788283cee6ac7a63f3241186ba37092729873f2026686d497be3d66ec9650c54d453d8577c195081c2f6c0434e51af686035fd5397ca84ec830347f4a1a SHA512 32f8bc03ee2071449c106f9c895164e8ffbb9cc720607d90e7ef397374c991c571294a918689bd9017ed7045fcff9e36d45ebb4b7454d93836f85bcc0333462b
25 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979
26
27 diff --git a/app-misc/tmux/tmux-3.1.ebuild b/app-misc/tmux/tmux-3.1.ebuild
28 new file mode 100644
29 index 00000000000..9b59adfc622
30 --- /dev/null
31 +++ b/app-misc/tmux/tmux-3.1.ebuild
32 @@ -0,0 +1,90 @@
33 +# Copyright 1999-2020 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 ~sparc ~x86 ~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 + virtual/yacc
68 +"
69 +
70 +RDEPEND="
71 + ${DEPEND}
72 + selinux? ( sec-policy/selinux-screen )
73 + vim-syntax? ( app-vim/vim-tmux )"
74 +
75 +DOCS=( CHANGES README )
76 +
77 +PATCHES=(
78 + "${FILESDIR}/${PN}-2.4-flags.patch"
79 +
80 + # upstream fixes (can be removed with next version bump)
81 +)
82 +
83 +src_prepare() {
84 + # bug 438558
85 + # 1.7 segfaults when entering copy mode if compiled with -Os
86 + replace-flags -Os -O2
87 +
88 + default
89 + eautoreconf
90 +}
91 +
92 +src_configure() {
93 + local myeconfargs=(
94 + --sysconfdir="${EPREFIX}"/etc
95 + $(use_enable debug)
96 + $(use_enable utempter)
97 + )
98 + econf "${myeconfargs[@]}"
99 +}
100 +
101 +src_install() {
102 + default
103 +
104 + einstalldocs
105 +
106 + dodoc example_tmux.conf
107 + docompress -x /usr/share/doc/${PF}/example_tmux.conf
108 +}
109 +
110 +pkg_postinst() {
111 + if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then
112 + echo
113 + ewarn "Some configuration options changed in this release."
114 + ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/"
115 + ewarn
116 + ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any"
117 + ewarn "older, running tmux server instances. You'll have to use an existing client to"
118 + ewarn "end your old sessions or kill the old server instances. Otherwise you'll have"
119 + ewarn "to temporarily downgrade to access them."
120 + echo
121 + fi
122 +}