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: Wed, 24 Jun 2015 10:31:32
Message-Id: 20150624103121.605A9A53@oystercatcher.gentoo.org
1 mrueg 15/06/24 10:31:21
2
3 Modified: mosh-9999.ebuild ChangeLog
4 Log:
5 Upstream reverted the bash-completion fix.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.16 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.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?r1=1.15&r2=1.16
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.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- mosh-9999.ebuild 22 Jun 2015 07:45:48 -0000 1.15
23 +++ mosh-9999.ebuild 24 Jun 2015 10:31:21 -0000 1.16
24 @@ -1,10 +1,10 @@
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.15 2015/06/22 07:45:48 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.16 2015/06/24 10:31:21 mrueg Exp $
29
30 EAPI=5
31
32 -inherit autotools git-r3
33 +inherit autotools bash-completion-r1 git-r3
34
35 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
36 HOMEPAGE="http://mosh.mit.edu"
37 @@ -33,7 +33,7 @@
38
39 src_configure() {
40 econf \
41 - --enable-completion \
42 + --disable-completion \
43 $(use_enable client) \
44 $(use_enable server) \
45 $(use_enable examples) \
46 @@ -53,4 +53,7 @@
47 newbin ${myprog} ${PN}-$(basename ${myprog})
48 elog "${myprog} installed as ${PN}-$(basename ${myprog})"
49 done
50 +
51 + # bug 477384
52 + dobashcomp conf/bash_completion.d/mosh
53 }
54
55
56
57 1.49 net-misc/mosh/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.49&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.49&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.48&r2=1.49
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
66 retrieving revision 1.48
67 retrieving revision 1.49
68 diff -u -r1.48 -r1.49
69 --- ChangeLog 22 Jun 2015 07:45:48 -0000 1.48
70 +++ ChangeLog 24 Jun 2015 10:31:21 -0000 1.49
71 @@ -1,6 +1,9 @@
72 # ChangeLog for net-misc/mosh
73 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.48 2015/06/22 07:45:48 mrueg Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.49 2015/06/24 10:31:21 mrueg Exp $
76 +
77 + 24 Jun 2015; Manuel Rüger <mrueg@g.o> mosh-9999.ebuild:
78 + Upstream reverted the bash-completion fix.
79
80 22 Jun 2015; Manuel Rüger <mrueg@g.o> mosh-9999.ebuild:
81 Migrate to git-r3, upstream respects bash-completion dir.