diff options
author | 2003-02-13 10:19:02 +0000 | |
---|---|---|
committer | 2003-02-13 10:19:02 +0000 | |
commit | 15368794110e69be029132c4734d97b083197530 (patch) | |
tree | 164667fa37233d48941dcb5126d5a1062274b693 /net-misc/autossh | |
parent | Update Copyright years (diff) | |
download | historical-15368794110e69be029132c4734d97b083197530.tar.gz historical-15368794110e69be029132c4734d97b083197530.tar.bz2 historical-15368794110e69be029132c4734d97b083197530.zip |
Initial imports and version bump
Diffstat (limited to 'net-misc/autossh')
-rw-r--r-- | net-misc/autossh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.2c.ebuild | 35 | ||||
-rw-r--r-- | net-misc/autossh/files/digest-autossh-1.2c | 1 |
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 |