summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-02-13 10:19:02 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-02-13 10:19:02 +0000
commit489ad0d1f44c904e435f6347cc5e91d6f1cbddb8 (patch)
treea868cc22784afd308e6c24665c3a8b54822cb977 /net-misc/autossh
parentUpdate Copyright years (diff)
downloadgentoo-2-489ad0d1f44c904e435f6347cc5e91d6f1cbddb8.tar.gz
gentoo-2-489ad0d1f44c904e435f6347cc5e91d6f1cbddb8.tar.bz2
gentoo-2-489ad0d1f44c904e435f6347cc5e91d6f1cbddb8.zip
Initial imports and version bump
Diffstat (limited to 'net-misc/autossh')
-rw-r--r--net-misc/autossh/ChangeLog8
-rw-r--r--net-misc/autossh/autossh-1.2c.ebuild35
-rw-r--r--net-misc/autossh/files/digest-autossh-1.2c1
3 files changed, 44 insertions, 0 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog
new file mode 100644
index 000000000000..3b5f63e3d9ba
--- /dev/null
+++ b/net-misc/autossh/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-misc/autossh
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.1 2003/02/13 10:19:02 aliz Exp $
+
+*autossh-1.2c (13 Feb 2003)
+
+ 13 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Initial import. Ebuild submitted by Alexander Kreuzer <a_kreuzer@gmx.de> in #15272.
diff --git a/net-misc/autossh/autossh-1.2c.ebuild b/net-misc/autossh/autossh-1.2c.ebuild
new file mode 100644
index 000000000000..ef50fb310aeb
--- /dev/null
+++ b/net-misc/autossh/autossh-1.2c.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2c.ebuild,v 1.1 2003/02/13 10:19:02 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Automatically restart SSH sessions and tunnels"
+HOMEPAGE="http://www.harding.motd.ca/autossh/"
+LICENSE="BSD"
+KEYWORDS="~x86"
+SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz"
+SLOT="0"
+
+DEPEND="virtual/glibc
+ sys-apps/sed"
+RDEPEND="virtual/glibc
+ net-misc/openssh"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ mv Makefile.linux Makefile.linux.orig
+ sed "s/CFLAGS=/CFLAGS=${CFLAGS}/g" Makefile.linux.orig >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.2c b/net-misc/autossh/files/digest-autossh-1.2c
new file mode 100644
index 000000000000..ee5dbe61ca56
--- /dev/null
+++ b/net-misc/autossh/files/digest-autossh-1.2c
@@ -0,0 +1 @@
+MD5 9cd82217fdb2cff2ef61e93f6e4bada0 autossh-1.2c.tgz 15465