Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tmux: ChangeLog tmux-9999.ebuild tmux-2.0.ebuild tmux-1.9a.ebuild
Date: Sat, 27 Jun 2015 01:52:36
Message-Id: 20150627015225.1CC12731@oystercatcher.gentoo.org
1 radhermit 15/06/27 01:52:25
2
3 Modified: ChangeLog tmux-9999.ebuild tmux-2.0.ebuild
4 tmux-1.9a.ebuild
5 Log:
6 Update HOMEPAGE, SRC_URI, and EGIT_REPO_URI (project moved from sourceforge to github).
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.118 app-misc/tmux/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/ChangeLog?rev=1.118&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/ChangeLog?rev=1.118&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/ChangeLog?r1=1.117&r2=1.118
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v
20 retrieving revision 1.117
21 retrieving revision 1.118
22 diff -u -r1.117 -r1.118
23 --- ChangeLog 10 May 2015 07:09:00 -0000 1.117
24 +++ ChangeLog 27 Jun 2015 01:52:25 -0000 1.118
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/tmux
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.117 2015/05/10 07:09:00 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.118 2015/06/27 01:52:25 radhermit Exp $
30 +
31 + 27 Jun 2015; Tim Harder <radhermit@g.o> tmux-1.9a.ebuild,
32 + tmux-2.0.ebuild, tmux-9999.ebuild:
33 + Update HOMEPAGE, SRC_URI, and EGIT_REPO_URI (project moved from sourceforge
34 + to github).
35
36 *tmux-2.0 (10 May 2015)
37
38
39
40
41 1.15 app-misc/tmux/tmux-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-9999.ebuild?rev=1.15&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-9999.ebuild?rev=1.15&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-9999.ebuild?r1=1.14&r2=1.15
46
47 Index: tmux-9999.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v
50 retrieving revision 1.14
51 retrieving revision 1.15
52 diff -u -r1.14 -r1.15
53 --- tmux-9999.ebuild 10 May 2015 07:09:00 -0000 1.14
54 +++ tmux-9999.ebuild 27 Jun 2015 01:52:25 -0000 1.15
55 @@ -1,16 +1,17 @@
56 # Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.14 2015/05/10 07:09:00 jlec Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.15 2015/06/27 01:52:25 radhermit Exp $
60
61 EAPI=5
62 AUTOTOOLS_AUTORECONF=true
63
64 inherit autotools-utils git-r3 bash-completion-r1 flag-o-matic
65
66 +EGIT_REPO_URI="https://github.com/tmux/tmux.git"
67 +
68 DESCRIPTION="Terminal multiplexer"
69 -HOMEPAGE="http://tmux.sourceforge.net"
70 +HOMEPAGE="http://tmux.github.io/"
71 SRC_URI=""
72 -EGIT_REPO_URI="git://git.code.sf.net/p/tmux/tmux-code"
73
74 LICENSE="ISC"
75 SLOT="0"
76
77
78
79 1.2 app-misc/tmux/tmux-2.0.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild?r1=1.1&r2=1.2
84
85 Index: tmux-2.0.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- tmux-2.0.ebuild 10 May 2015 07:09:00 -0000 1.1
92 +++ tmux-2.0.ebuild 27 Jun 2015 01:52:25 -0000 1.2
93 @@ -1,16 +1,15 @@
94 # Copyright 1999-2015 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild,v 1.1 2015/05/10 07:09:00 jlec Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild,v 1.2 2015/06/27 01:52:25 radhermit Exp $
98
99 EAPI=5
100 -
101 AUTOTOOLS_AUTORECONF=true
102
103 inherit autotools-utils bash-completion-r1 flag-o-matic
104
105 DESCRIPTION="Terminal multiplexer"
106 -HOMEPAGE="http://tmux.sourceforge.net"
107 -SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz"
108 +HOMEPAGE="http://tmux.github.io/"
109 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
110
111 LICENSE="ISC"
112 SLOT="0"
113
114
115
116 1.14 app-misc/tmux/tmux-1.9a.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild?rev=1.14&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild?rev=1.14&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild?r1=1.13&r2=1.14
121
122 Index: tmux-1.9a.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v
125 retrieving revision 1.13
126 retrieving revision 1.14
127 diff -u -r1.13 -r1.14
128 --- tmux-1.9a.ebuild 5 Jan 2015 08:41:22 -0000 1.13
129 +++ tmux-1.9a.ebuild 27 Jun 2015 01:52:25 -0000 1.14
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2015 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.13 2015/01/05 08:41:22 dlan Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.14 2015/06/27 01:52:25 radhermit Exp $
135
136 EAPI=5
137 AUTOTOOLS_AUTORECONF=true
138 @@ -8,8 +8,8 @@
139 inherit autotools-utils bash-completion-r1 flag-o-matic
140
141 DESCRIPTION="Terminal multiplexer"
142 -HOMEPAGE="http://tmux.sourceforge.net"
143 -SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz"
144 +HOMEPAGE="http://tmux.github.io/"
145 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
146
147 LICENSE="ISC"
148 SLOT="0"