Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-9999.ebuild ChangeLog
Date: Fri, 26 Jun 2015 10:32:37
Message-Id: 20150626103226.05883A56@oystercatcher.gentoo.org
1 mrueg 15/06/26 10:32:26
2
3 Modified: mosh-9999.ebuild ChangeLog
4 Log:
5 Update location of bash completion
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.17 net-misc/mosh/mosh-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?r1=1.16&r2=1.17
15
16 Index: mosh-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- mosh-9999.ebuild 24 Jun 2015 10:31:21 -0000 1.16
23 +++ mosh-9999.ebuild 26 Jun 2015 10:32:25 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.16 2015/06/24 10:31:21 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.17 2015/06/26 10:32:25 mrueg Exp $
29
30 EAPI=5
31
32 @@ -55,5 +55,5 @@
33 done
34
35 # bug 477384
36 - dobashcomp conf/bash_completion.d/mosh
37 + dobashcomp conf/bash-completion/completions/mosh
38 }
39
40
41
42 1.50 net-misc/mosh/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.50&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.50&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.49&r2=1.50
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
51 retrieving revision 1.49
52 retrieving revision 1.50
53 diff -u -r1.49 -r1.50
54 --- ChangeLog 24 Jun 2015 10:31:21 -0000 1.49
55 +++ ChangeLog 26 Jun 2015 10:32:25 -0000 1.50
56 @@ -1,6 +1,9 @@
57 # ChangeLog for net-misc/mosh
58 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.49 2015/06/24 10:31:21 mrueg Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.50 2015/06/26 10:32:25 mrueg Exp $
61 +
62 + 26 Jun 2015; Manuel Rüger <mrueg@g.o> mosh-9999.ebuild:
63 + Update location of bash completion
64
65 24 Jun 2015; Manuel Rüger <mrueg@g.o> mosh-9999.ebuild:
66 Upstream reverted the bash-completion fix.