summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-01 10:19:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-01 10:19:29 +0000
commitacbf9d4fe9f74360a0de2e14857ec20cb8c026f3 (patch)
treea1bfb353e839abc6af59e6cfbf8bb9869ca41567 /net-misc
parentmade gawk use $(get_libdir) (Manifest recommit) (diff)
downloadgentoo-2-acbf9d4fe9f74360a0de2e14857ec20cb8c026f3.tar.gz
gentoo-2-acbf9d4fe9f74360a0de2e14857ec20cb8c026f3.tar.bz2
gentoo-2-acbf9d4fe9f74360a0de2e14857ec20cb8c026f3.zip
Closing #62329.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/autossh/ChangeLog7
-rw-r--r--net-misc/autossh/Manifest2
-rw-r--r--net-misc/autossh/autossh-1.2g.ebuild29
-rw-r--r--net-misc/autossh/files/digest-autossh-1.2g1
4 files changed, 38 insertions, 1 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog
index 61f17db31cdc..e3114f107878 100644
--- a/net-misc/autossh/ChangeLog
+++ b/net-misc/autossh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/autossh
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.13 2004/08/22 21:43:43 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.14 2004/09/01 10:19:29 aliz Exp $
+
+*autossh-1.2g (01 Sep 2004)
+
+ 01 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> autossh-1.2g.ebuild:
+ Version bump, closing #62329.
22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> autossh-1.2f.ebuild:
Stable on alpha.
diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest
index 3a6bd9eebfea..d74bfa24fe73 100644
--- a/net-misc/autossh/Manifest
+++ b/net-misc/autossh/Manifest
@@ -1,6 +1,8 @@
MD5 725409dee32c3a59f5769547b97f83db autossh-1.2f.ebuild 788
MD5 1af3c0f4cdef130b677c23257e6a61c8 autossh-1.2e.ebuild 785
+MD5 725409dee32c3a59f5769547b97f83db autossh-1.2g.ebuild 788
MD5 1b26cf1c4486dcb5278c32519e4d3052 ChangeLog 1813
MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220
MD5 004cbe8cc3f991a050441535b96d9aed files/digest-autossh-1.2e 60
MD5 da4ae36942c254c0c54fca64dafa89f5 files/digest-autossh-1.2f 60
+MD5 8c65d0b238acda1ecd9130506760f689 files/digest-autossh-1.2g 60
diff --git a/net-misc/autossh/autossh-1.2g.ebuild b/net-misc/autossh/autossh-1.2g.ebuild
new file mode 100644
index 000000000000..54729fe39668
--- /dev/null
+++ b/net-misc/autossh/autossh-1.2g.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2g.ebuild,v 1.1 2004/09/01 10:19:29 aliz Exp $
+
+DESCRIPTION="Automatically restart SSH sessions and tunnels"
+HOMEPAGE="http://www.harding.motd.ca/autossh/"
+LICENSE="BSD"
+KEYWORDS="~x86 ~sparc alpha ~ia64 ~amd64 ~ppc"
+SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/libc sys-apps/sed"
+RDEPEND="virtual/libc net-misc/openssh"
+
+src_unpack() {
+ unpack ${A} && cd ${S}
+ sed -i "s|CFLAGS=|CFLAGS=${CFLAGS}|g" Makefile.linux
+}
+
+src_compile() {
+ emake -f Makefile.linux || die "make failed"
+}
+
+src_install() {
+ dobin autossh
+ dodoc CHANGES README autossh.host rscreen
+ doman autossh.1
+}
diff --git a/net-misc/autossh/files/digest-autossh-1.2g b/net-misc/autossh/files/digest-autossh-1.2g
new file mode 100644
index 000000000000..e98fba082bf8
--- /dev/null
+++ b/net-misc/autossh/files/digest-autossh-1.2g
@@ -0,0 +1 @@
+MD5 2422e7dbcc21a48dfc325ceb974c9345 autossh-1.2g.tgz 19528