Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Sat, 12 Jun 2021 21:39:56
Message-Id: 1623533984.f167d6def41293443e570eb97dfd16d85a1c6bab.zlogene@gentoo
1 commit: f167d6def41293443e570eb97dfd16d85a1c6bab
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 21:39:21 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 21:39:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f167d6de
7
8 app-misc/tmux: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-misc/tmux/Manifest | 1 -
14 app-misc/tmux/tmux-3.2-r1.ebuild | 75 ----------------------------------------
15 2 files changed, 76 deletions(-)
16
17 diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
18 index 927e7afd25e..bb1858a6391 100644
19 --- a/app-misc/tmux/Manifest
20 +++ b/app-misc/tmux/Manifest
21 @@ -1,4 +1,3 @@
22 DIST tmux-3.1c.tar.gz 561323 BLAKE2B c6f688a854e128acffa140321a5dd00e4ca090ff79c7cbff15febbca6da9f7626c675fe1820b344637ff0fbe94ae6d0da7f111880ce5d74f97c4b6a90ceef802 SHA512 aad2e6457dd350369f245f711f1936a575d0588b72e660d10e7abc7d373da0d322903b451ad00b96a3e0e6847ca855673da6a4c5447cea91fa756edd23659397
23 -DIST tmux-3.2.tar.gz 646457 BLAKE2B 64896c4f76f3ea02a7fa2d9a8e6c67779777265e450d5576bc6254f824512826a3a2ce2abb9e11b82b707bd18c70688b69a162c23287d6581874752fec27a51c SHA512 63165495e838871c7f42ac1a6229ec2404acfa7d42c7a0070c89cb38712ac933676930392b0a10cbdd6059910ae46129257b90135c5846e85142e786482fd75e
24 DIST tmux-3.2a.tar.gz 648394 BLAKE2B 94527d4d1016caddab170b5bbfd181514768474898314241fb65a53a1f5ae94863bacedf90a7543690c115d15295960dfab4d5ba2ce31cd105585a73fb9b82d1 SHA512 6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365
25 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979
26
27 diff --git a/app-misc/tmux/tmux-3.2-r1.ebuild b/app-misc/tmux/tmux-3.2-r1.ebuild
28 deleted file mode 100644
29 index 11298a03e48..00000000000
30 --- a/app-misc/tmux/tmux-3.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,75 +0,0 @@
33 -# Copyright 1999-2021 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/${PV}/${P/_/-}.tar.gz"
48 - [[ "${PV}" == *_rc* ]] || \
49 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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? ( sys-libs/libutempter )
61 -"
62 -
63 -BDEPEND="
64 - virtual/pkgconfig
65 - virtual/yacc
66 -"
67 -
68 -RDEPEND="
69 - ${DEPEND}
70 - selinux? ( sec-policy/selinux-screen )
71 - vim-syntax? ( app-vim/vim-tmux )"
72 -
73 -DOCS=( CHANGES README )
74 -
75 -PATCHES=(
76 - "${FILESDIR}/${PN}-2.4-flags.patch"
77 - "${FILESDIR}/${PN}-fix-bindings.patch"
78 -
79 - # upstream fixes (can be removed with next version bump)
80 -)
81 -
82 -src_prepare() {
83 - # bug 438558
84 - # 1.7 segfaults when entering copy mode if compiled with -Os
85 - replace-flags -Os -O2
86 -
87 - default
88 - eautoreconf
89 -}
90 -
91 -src_configure() {
92 - local myeconfargs=(
93 - --sysconfdir="${EPREFIX}"/etc
94 - $(use_enable debug)
95 - $(use_enable utempter)
96 - )
97 - econf "${myeconfargs[@]}"
98 -}
99 -
100 -src_install() {
101 - default
102 -
103 - einstalldocs
104 -
105 - dodoc example_tmux.conf
106 - docompress -x /usr/share/doc/${PF}/example_tmux.conf
107 -}