Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.2.ebuild mosh-9999.ebuild ChangeLog mosh-1.2.3.ebuild
Date: Tue, 30 Oct 2012 00:28:18
Message-Id: 20121030002806.4E1DA21600@flycatcher.gentoo.org
1 xmw 12/10/30 00:28:06
2
3 Modified: mosh-1.2.2.ebuild mosh-9999.ebuild ChangeLog
4 mosh-1.2.3.ebuild
5 Log:
6 Fix bash-comp paths (bug 440124, thanks Marcin Mirosław)
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.6 net-misc/mosh/mosh-1.2.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild?r1=1.5&r2=1.6
16
17 Index: mosh-1.2.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- mosh-1.2.2.ebuild 21 Aug 2012 14:17:21 -0000 1.5
24 +++ mosh-1.2.2.ebuild 30 Oct 2012 00:28:06 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.5 2012/08/21 14:17:21 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.2.ebuild,v 1.6 2012/10/30 00:28:06 xmw Exp $
30
31 EAPI=4
32
33 @@ -60,4 +60,10 @@
34 newbin ${myprog} ${PN}-$(basename ${myprog})
35 elog "${myprog} installed as ${PN}-$(basename ${myprog})"
36 done
37 +
38 + if use bash-completion ; then
39 + insinto /usr/share/bash-completion
40 + doins "${D}"/etc/bash_completion.d/mosh
41 + rm -rf "${D}"/etc/bash_completion.d
42 + fi
43 }
44
45
46
47 1.12 net-misc/mosh/mosh-9999.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.12&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.12&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?r1=1.11&r2=1.12
52
53 Index: mosh-9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v
56 retrieving revision 1.11
57 retrieving revision 1.12
58 diff -u -r1.11 -r1.12
59 --- mosh-9999.ebuild 28 May 2012 16:43:19 -0000 1.11
60 +++ mosh-9999.ebuild 30 Oct 2012 00:28:06 -0000 1.12
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.11 2012/05/28 16:43:19 xmw Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.12 2012/10/30 00:28:06 xmw Exp $
66
67 EAPI=4
68 EGIT_REPO_URI="https://github.com/keithw/mosh.git"
69 @@ -61,4 +61,10 @@
70 newbin ${myprog} ${PN}-$(basename ${myprog})
71 elog "${myprog} installed as ${PN}-$(basename ${myprog})"
72 done
73 +
74 + if use bash-completion ; then
75 + insinto /usr/share/bash-completion
76 + doins "${D}"/etc/bash_completion.d/mosh
77 + rm -rf "${D}"/etc/bash_completion.d
78 + fi
79 }
80
81
82
83 1.32 net-misc/mosh/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.32&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.32&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.31&r2=1.32
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
92 retrieving revision 1.31
93 retrieving revision 1.32
94 diff -u -r1.31 -r1.32
95 --- ChangeLog 19 Oct 2012 20:57:56 -0000 1.31
96 +++ ChangeLog 30 Oct 2012 00:28:06 -0000 1.32
97 @@ -1,6 +1,10 @@
98 # ChangeLog for net-misc/mosh
99 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.31 2012/10/19 20:57:56 xmw Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.32 2012/10/30 00:28:06 xmw Exp $
102 +
103 + 30 Oct 2012; Michael Weber <xmw@g.o> mosh-1.2.2.ebuild,
104 + mosh-1.2.3.ebuild, mosh-9999.ebuild:
105 + Fix bash-comp paths (bug 440124, thanks Marcin Mirosław)
106
107 19 Oct 2012; Michael Weber <xmw@g.o> -mosh-1.2.2.95_rc1.ebuild,
108 +mosh-1.2.3.ebuild:
109
110
111
112 1.2 net-misc/mosh/mosh-1.2.3.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild?r1=1.1&r2=1.2
117
118 Index: mosh-1.2.3.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -u -r1.1 -r1.2
124 --- mosh-1.2.3.ebuild 19 Oct 2012 20:57:56 -0000 1.1
125 +++ mosh-1.2.3.ebuild 30 Oct 2012 00:28:06 -0000 1.2
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2012 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild,v 1.1 2012/10/19 20:57:56 xmw Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.3.ebuild,v 1.2 2012/10/30 00:28:06 xmw Exp $
131
132 EAPI=4
133
134 @@ -60,4 +60,10 @@
135 newbin ${myprog} ${PN}-$(basename ${myprog})
136 elog "${myprog} installed as ${PN}-$(basename ${myprog})"
137 done
138 +
139 + if use bash-completion ; then
140 + insinto /usr/share/bash-completion
141 + doins "${D}"/etc/bash_completion.d/mosh
142 + rm -rf "${D}"/etc/bash_completion.d
143 + fi
144 }