Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tmux: tmux-1.3.ebuild ChangeLog
Date: Thu, 19 Aug 2010 17:12:31
Message-Id: 20100819171228.0991F2004B@flycatcher.gentoo.org
1 wired 10/08/19 17:12:28
2
3 Modified: tmux-1.3.ebuild ChangeLog
4 Log:
5 EAPI 3. added warnings regarding removed commands and incompatibility with previous version, bug #330039
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-misc/tmux/tmux-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild?r1=1.1&r2=1.2
14
15 Index: tmux-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tmux-1.3.ebuild 24 Jul 2010 16:54:56 -0000 1.1
22 +++ tmux-1.3.ebuild 19 Aug 2010 17:12:27 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild,v 1.1 2010/07/24 16:54:56 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.3.ebuild,v 1.2 2010/08/19 17:12:27 wired Exp $
28 +
29 +EAPI=3
30
31 inherit toolchain-funcs
32
33 @@ -20,9 +22,12 @@
34 app-editors/vim
35 app-editors/gvim ) )"
36
37 -src_compile() {
38 +src_configure() {
39 # The configure script isn't created by GNU autotools.
40 ./configure || die "configure failed"
41 +}
42 +
43 +src_compile() {
44 emake CC="$(tc-getCC)" || die "emake failed"
45 }
46
47 @@ -43,3 +48,19 @@
48 doins "${FILESDIR}"/tmux.vim || die "doins ftdetect failed"
49 fi
50 }
51 +
52 +pkg_setup() {
53 + ewarn
54 + ewarn "Commands 'up-pane', 'down-pane' and 'select-prompt' were removed in version 1.3."
55 + ewarn "You may want to update your configuration file accordingly to avoid errors on"
56 + ewarn "tmux startup."
57 + ewarn
58 + ewarn "For the full 1.3 Changelog, together with details on what replaced the above"
59 + ewarn "commands, visit http://tmux.cvs.sourceforge.net/viewvc/tmux/tmux/CHANGES."
60 + ewarn
61 + ewarn "WARNING: after updating to tmux 1.3 you will _not_ be able to connect to any"
62 + ewarn "running 1.2 tmux server instances. You'll have to use an existing client to"
63 + ewarn "to end your old sessions or kill the old server instances. Otherwise you'll"
64 + ewarn "have to temporarily downgrade to tmux 1.2 to access them."
65 + ewarn
66 +}
67
68
69
70 1.47 app-misc/tmux/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/ChangeLog?rev=1.47&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/ChangeLog?rev=1.47&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/ChangeLog?r1=1.46&r2=1.47
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v
79 retrieving revision 1.46
80 retrieving revision 1.47
81 diff -u -r1.46 -r1.47
82 --- ChangeLog 17 Aug 2010 18:09:10 -0000 1.46
83 +++ ChangeLog 19 Aug 2010 17:12:27 -0000 1.47
84 @@ -1,6 +1,10 @@
85 # ChangeLog for app-misc/tmux
86 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.46 2010/08/17 18:09:10 wired Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.47 2010/08/19 17:12:27 wired Exp $
89 +
90 + 19 Aug 2010; Alex Alexander <wired@g.o> tmux-1.3.ebuild:
91 + EAPI 3. added warnings regarding removed commands and incompatibility with
92 + previous version, bug #330039
93
94 17 Aug 2010; Alex Alexander <wired@g.o> metadata.xml:
95 became maintainer