summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-14 21:30:42 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-14 21:30:42 +0000
commit4ab07b7bbd6e97d72b702868d840ff161e7c3870 (patch)
tree607bee5b0761175a99c3e3665f03a44d4ec6d47e /net-misc/autossh/autossh-1.4c.ebuild
parentamd64 stable wrt #385699 (diff)
downloadhistorical-4ab07b7bbd6e97d72b702868d840ff161e7c3870.tar.gz
historical-4ab07b7bbd6e97d72b702868d840ff161e7c3870.tar.bz2
historical-4ab07b7bbd6e97d72b702868d840ff161e7c3870.zip
Version bump.
Package-Manager: portage-2.2.0_alpha66/cvs/Linux x86_64
Diffstat (limited to 'net-misc/autossh/autossh-1.4c.ebuild')
-rw-r--r--net-misc/autossh/autossh-1.4c.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/autossh/autossh-1.4c.ebuild b/net-misc/autossh/autossh-1.4c.ebuild
new file mode 100644
index 000000000000..f46dacda0291
--- /dev/null
+++ b/net-misc/autossh/autossh-1.4c.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4c.ebuild,v 1.1 2011/10/14 21:30:42 radhermit Exp $
+
+EAPI=4
+
+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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+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
+}