radhermit    15/02/15 02:45:13

  Modified:             ChangeLog
  Added:                autossh-1.4e.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.41                 net-misc/autossh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   5 Dec 2014 10:18:05 -0000       1.40
+++ ChangeLog   15 Feb 2015 02:45:12 -0000      1.41
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/autossh
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.40 
2014/12/05 10:18:05 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.41 
2015/02/15 02:45:12 radhermit Exp $
+
+*autossh-1.4e (15 Feb 2015)
+
+  15 Feb 2015; Tim Harder <[email protected]> +autossh-1.4e.ebuild:
+  Version bump.
 
   05 Dec 2014; Agostino Sarubbo <[email protected]> autossh-1.4d.ebuild:
   Stable for x86, wrt bug #530396



1.1                  net-misc/autossh/autossh-1.4e.ebuild

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

Index: autossh-1.4e.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4e.ebuild,v 1.1 
2015/02/15 02:45:12 radhermit Exp $

EAPI=5

DESCRIPTION="Automatically restart SSH sessions and tunnels"
HOMEPAGE="http://www.harding.motd.ca/autossh/";
SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz";

LICENSE="BSD"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux"
SLOT="0"

RDEPEND="net-misc/openssh"

src_prepare() {
        sed -i -e "s:\$(CC):& \$(LDFLAGS):" Makefile.in || die
}

src_install() {
        dobin autossh
        dodoc CHANGES README autossh.host rscreen
        doman autossh.1
}




Reply via email to