radhermit    14/10/08 01:36:12

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

Revision  Changes    Path
1.37                 net-misc/autossh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   27 Mar 2013 16:14:02 -0000      1.36
+++ ChangeLog   8 Oct 2014 01:36:12 -0000       1.37
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/autossh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.36 
2013/03/27 16:14:02 josejx Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.37 
2014/10/08 01:36:12 radhermit Exp $
+
+*autossh-1.4d (08 Oct 2014)
+
+  08 Oct 2014; Tim Harder <[email protected]> +autossh-1.4d.ebuild:
+  Version bump.
 
   27 Mar 2013; Joseph Jezak <[email protected]> autossh-1.4c.ebuild:
   Marked ppc stable, ~ppc64.



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

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

Index: autossh-1.4d.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v 1.1 
2014/10/08 01:36: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