mrueg       15/06/24 10:31:21

  Modified:             mosh-9999.ebuild ChangeLog
  Log:
  Upstream reverted the bash-completion fix.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.16                 net-misc/mosh/mosh-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-9999.ebuild?r1=1.15&r2=1.16

Index: mosh-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mosh-9999.ebuild    22 Jun 2015 07:45:48 -0000      1.15
+++ mosh-9999.ebuild    24 Jun 2015 10:31:21 -0000      1.16
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.15 
2015/06/22 07:45:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.16 
2015/06/24 10:31:21 mrueg Exp $
 
 EAPI=5
 
-inherit autotools git-r3
+inherit autotools bash-completion-r1 git-r3
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
 HOMEPAGE="http://mosh.mit.edu";
@@ -33,7 +33,7 @@
 
 src_configure() {
        econf \
-               --enable-completion \
+               --disable-completion \
                $(use_enable client) \
                $(use_enable server) \
                $(use_enable examples) \
@@ -53,4 +53,7 @@
                newbin ${myprog} ${PN}-$(basename ${myprog})
                elog "${myprog} installed as ${PN}-$(basename ${myprog})"
        done
+
+       # bug 477384
+       dobashcomp conf/bash_completion.d/mosh
 }



1.49                 net-misc/mosh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   22 Jun 2015 07:45:48 -0000      1.48
+++ ChangeLog   24 Jun 2015 10:31:21 -0000      1.49
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/mosh
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.48 2015/06/22 
07:45:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.49 2015/06/24 
10:31:21 mrueg Exp $
+
+  24 Jun 2015; Manuel Rüger <mr...@gentoo.org> mosh-9999.ebuild:
+  Upstream reverted the bash-completion fix.
 
   22 Jun 2015; Manuel Rüger <mr...@gentoo.org> mosh-9999.ebuild:
   Migrate to git-r3, upstream respects bash-completion dir.




Reply via email to