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: Wed, 30 May 2018 18:23:15
Message-Id: 1527704582.7dd81ba2507bfe1720f3045246b359cdb0605ed5.zlogene@gentoo
1 commit: 7dd81ba2507bfe1720f3045246b359cdb0605ed5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 18:22:48 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 18:23:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd81ba2
7
8 app-misc/tmux: Use https
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-misc/tmux/tmux-2.6.ebuild | 2 +-
13 app-misc/tmux/tmux-2.7.ebuild | 2 +-
14 app-misc/tmux/tmux-9999.ebuild | 4 ++--
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-misc/tmux/tmux-2.6.ebuild b/app-misc/tmux/tmux-2.6.ebuild
18 index 5b2d541aa62..d92a3ffb957 100644
19 --- a/app-misc/tmux/tmux-2.6.ebuild
20 +++ b/app-misc/tmux/tmux-2.6.ebuild
21 @@ -6,7 +6,7 @@ EAPI=6
22 inherit autotools flag-o-matic versionator
23
24 DESCRIPTION="Terminal multiplexer"
25 -HOMEPAGE="http://tmux.github.io/"
26 +HOMEPAGE="https://tmux.github.io/"
27 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.gz"
28
29 LICENSE="ISC"
30
31 diff --git a/app-misc/tmux/tmux-2.7.ebuild b/app-misc/tmux/tmux-2.7.ebuild
32 index 33446641593..51aad0c12cd 100644
33 --- a/app-misc/tmux/tmux-2.7.ebuild
34 +++ b/app-misc/tmux/tmux-2.7.ebuild
35 @@ -6,7 +6,7 @@ EAPI=6
36 inherit autotools flag-o-matic versionator
37
38 DESCRIPTION="Terminal multiplexer"
39 -HOMEPAGE="http://tmux.github.io/"
40 +HOMEPAGE="https://tmux.github.io/"
41 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.gz"
42
43 LICENSE="ISC"
44
45 diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
46 index 56c460fec6f..30b2bd54a86 100644
47 --- a/app-misc/tmux/tmux-9999.ebuild
48 +++ b/app-misc/tmux/tmux-9999.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -6,7 +6,7 @@ EAPI=6
56 inherit autotools git-r3 flag-o-matic versionator
57
58 DESCRIPTION="Terminal multiplexer"
59 -HOMEPAGE="http://tmux.github.io/"
60 +HOMEPAGE="https://tmux.github.io/"
61 SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b
62 vim-syntax? ( https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca )"
63 EGIT_REPO_URI="https://github.com/tmux/tmux.git"