summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-10-07 23:54:28 -0600
committerTim Harder <radhermit@gentoo.org>2019-10-08 08:39:53 -0600
commit200007fb2c5e31cf4a840cfec8a2140ab25227b0 (patch)
treebe2e926836ef25bad83dfb9e1cd1718c7b0eaafb /net-misc/autossh/autossh-1.4e.ebuild
parentsys-fs/avfs: remove old (diff)
downloadgentoo-200007fb2c5e31cf4a840cfec8a2140ab25227b0.tar.gz
gentoo-200007fb2c5e31cf4a840cfec8a2140ab25227b0.tar.bz2
gentoo-200007fb2c5e31cf4a840cfec8a2140ab25227b0.zip
net-misc/autossh: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-misc/autossh/autossh-1.4e.ebuild')
-rw-r--r--net-misc/autossh/autossh-1.4e.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/autossh/autossh-1.4e.ebuild b/net-misc/autossh/autossh-1.4e.ebuild
deleted file mode 100644
index 0d3180a991b2..000000000000
--- a/net-misc/autossh/autossh-1.4e.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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_prepare() {
- sed -i -e "s:\$(CC):& \$(LDFLAGS):" Makefile.in || die
-}
-
-src_install() {
- dobin autossh
- dodoc CHANGES README autossh.host rscreen
- doman autossh.1
-}