xmw         15/07/26 18:16:50

  Modified:             ChangeLog
  Added:                mosh-1.2.5.ebuild
  Log:
  Version bump (bug 555794, thanks DrSlony for reminding me).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.51                 net-misc/mosh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   26 Jun 2015 10:32:25 -0000      1.50
+++ ChangeLog   26 Jul 2015 18:16:50 -0000      1.51
@@ -1,6 +1,12 @@
 # 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.50 2015/06/26 
10:32:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.51 2015/07/26 
18:16:50 xmw Exp $
+
+*mosh-1.2.5 (26 Jul 2015)
+
+  26 Jul 2015; Michael Weber <[email protected]>
+  +files/mosh-1.2.5-git-version.patch, +mosh-1.2.5.ebuild:
+  Version bump (bug 555794, thanks DrSlony for reminding me).
 
   26 Jun 2015; Manuel RĂ¼ger <[email protected]> mosh-9999.ebuild:
   Update location of bash completion



1.1                  net-misc/mosh/mosh-1.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2.5.ebuild?rev=1.1&content-type=text/plain

Index: mosh-1.2.5.ebuild
===================================================================
# 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-1.2.5.ebuild,v 1.1 
2015/07/26 18:16:50 xmw Exp $

EAPI=4

inherit autotools bash-completion-r1 eutils vcs-snapshot

DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
HOMEPAGE="http://mosh.mit.edu";
SRC_URI="http://mosh.mit.edu/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos"
IUSE="+client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="|| ( client server )
        examples? ( client )"

RDEPEND="dev-libs/protobuf
        sys-libs/ncurses:5
        virtual/ssh
        client? ( dev-lang/perl
                dev-perl/IO-Tty )
        utempter? ( sys-libs/libutempter )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        # avoid sandbox-violation calling git describe in Makefile
        epatch "${FILESDIR}"/${P}-git-version.patch

        eautoreconf
}

src_configure() {
        econf \
                --disable-completion \
                $(use_enable client) \
                $(use_enable server) \
                $(use_enable examples) \
                $(use_enable ufw) \
                $(use_enable mosh-hardening hardening) \
                $(use_with utempter)
}

src_compile() {
        emake V=1
}

src_install() {
        default

        for myprog in $(find src/examples -type f -perm /0111) ; do
                newbin ${myprog} ${PN}-$(basename ${myprog})
                elog "${myprog} installed as ${PN}-$(basename ${myprog})"
        done

        # bug 477384
        dobashcomp conf/bash-completion/completions/mosh
}




Reply via email to