diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-22 07:45:48 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-22 07:45:48 +0000 |
commit | ba1fa06469f1a857532eea7130200005c496a8dd (patch) | |
tree | a9254003340506f8648d23c248dd49ab70021c79 /net-misc | |
parent | Set min version for sphinx, bug #552710 (diff) | |
download | gentoo-2-ba1fa06469f1a857532eea7130200005c496a8dd.tar.gz gentoo-2-ba1fa06469f1a857532eea7130200005c496a8dd.tar.bz2 gentoo-2-ba1fa06469f1a857532eea7130200005c496a8dd.zip |
Migrate to git-r3, upstream respects bash-completion dir.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/mosh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/mosh/mosh-9999.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net-misc/mosh/ChangeLog b/net-misc/mosh/ChangeLog index e9c2dea7e650..d9377fbb7164 100644 --- a/net-misc/mosh/ChangeLog +++ b/net-misc/mosh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/mosh -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.47 2014/04/06 11:41:31 grobian Exp $ +# 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 $ + + 22 Jun 2015; Manuel Rüger <mrueg@gentoo.org> mosh-9999.ebuild: + Migrate to git-r3, upstream respects bash-completion dir. 06 Apr 2014; Fabian Groffen <grobian@gentoo.org> mosh-1.2.4.ebuild: Keyworded ~x64-macos, bug #506494 diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild index ae06a7a3292b..f4652821351a 100644 --- a/net-misc/mosh/mosh-9999.ebuild +++ b/net-misc/mosh/mosh-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.14 2013/07/20 13:08:23 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-9999.ebuild,v 1.15 2015/06/22 07:45:48 mrueg Exp $ EAPI=5 -inherit autotools bash-completion-r1 git-2 +inherit autotools git-r3 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" HOMEPAGE="http://mosh.mit.edu" @@ -33,7 +33,7 @@ src_prepare() { src_configure() { econf \ - --disable-completion \ + --enable-completion \ $(use_enable client) \ $(use_enable server) \ $(use_enable examples) \ @@ -53,7 +53,4 @@ src_install() { newbin ${myprog} ${PN}-$(basename ${myprog}) elog "${myprog} installed as ${PN}-$(basename ${myprog})" done - - # bug 477384 - dobashcomp conf/bash_completion.d/mosh } |