net-misc/autossh: version bump to 1.4f
authorTim Harder <radhermit@gentoo.org>
Tue, 26 Jun 2018 15:47:46 +0000 (11:47 -0400)
committerTim Harder <radhermit@gentoo.org>
Tue, 26 Jun 2018 15:50:09 +0000 (11:50 -0400)
net-misc/autossh/Manifest
net-misc/autossh/autossh-1.4f.ebuild [new file with mode: 0644]

index 85a39e8344d59c81d4aeaba40920b242c42d1bdb..a864eea78c26db6c97eda2f9802c6e4d0d922194 100644 (file)
@@ -1 +1,2 @@
 DIST autossh-1.4e.tgz 65852 BLAKE2B e654f7bb3efb48ab33fe7fb52b812d5b3de9bcbf4ecd79fe67372f0c832bedf4f8fb30ff5ec116418c9a6317e60d4ea4f3d3b2be4d6a8bafa431a9b289954c9f SHA512 2f71403ee005103c6a3e2e669f6b26153161c95c8dacd3e73d61673461b3512348636877760d911341771e744c0a682b107df4ac48621661ff36a9fc0191f2fb
+DIST autossh-1.4f.tgz 67128 BLAKE2B 197c964272c47bce1a137eb45560a9f70c64686915d12e1f9827eaffb66151e124a4ad7e3b5980d539d75feb0180760d6df382da77f9195ad3f703c85b02759b SHA512 a66912a04d1b659802913ec63d7b951fa6265dedf4480f0ad2dfdfb852e1e3029355b9a132bf3fa5b4b67e5ac8dace83b96e837182d8b3f0c2c72ad9188b7b8f
diff --git a/net-misc/autossh/autossh-1.4f.ebuild b/net-misc/autossh/autossh-1.4f.ebuild
new file mode 100644 (file)
index 0000000..066fcf2
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND="net-misc/openssh"
+
+src_install() {
+       dobin autossh
+       dodoc CHANGES README autossh.host rscreen
+       doman autossh.1
+}