commit: 9f49dcc21bdb124788275424c14720587fde61a6 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Aug 6 07:33:58 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sat Aug 6 07:33:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f49dcc2
net-misc/autossh: remove old net-misc/autossh/Manifest | 2 -- net-misc/autossh/autossh-1.4c.ebuild | 26 -------------------------- net-misc/autossh/autossh-1.4d.ebuild | 25 ------------------------- 3 files changed, 53 deletions(-) diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest index 2196ba2..5289b02 100644 --- a/net-misc/autossh/Manifest +++ b/net-misc/autossh/Manifest @@ -1,3 +1 @@ -DIST autossh-1.4c.tgz 65191 SHA256 6fcaba6a409a46bdf832086736bb8f09d245ebce11027f41d39588a95dc7fd1d SHA512 0bb7becf638959161791cfe93e80edea33b2223906b1aa43bc97e30fb310851f78e9dff1ea72c533958216862af2e32b5e42dfe447469fb74dc8ef9907dea1a3 WHIRLPOOL 22d6cf7b16c19fc11b227c6ecbc5011541c1d51ec20bf52f6d9e2819ab2394fd6fcc22c0adb49a0125f3b1e389b3becf28ed2e7cd7d89c6805716a32c57b6205 -DIST autossh-1.4d.tgz 65637 SHA256 00008fe458bde4c94e98bfa96e1e6e18c4107a1f9fc8a538556b82e91ddedc16 SHA512 2f4cdba7753a32f376fc9036b7fa8d0af968eab168a65ab4cdb7723731844e5daa503eef4eade77730d592690cc4c5cb6839f3767b9baf785ae4980af4823793 WHIRLPOOL 964dc991c225483394ac346c14b49a468dc4586572c7b63b1c07851dd0cc25ca8fd38ce064c622b86076526791537b937d8a3343c50767a96fb68f1c798c980c DIST autossh-1.4e.tgz 65852 SHA256 9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 SHA512 2f71403ee005103c6a3e2e669f6b26153161c95c8dacd3e73d61673461b3512348636877760d911341771e744c0a682b107df4ac48621661ff36a9fc0191f2fb WHIRLPOOL 83ebb35b113e3b3b69ec88a692da2170d7fd726d83ba225daef45507076e91f4a112d0648b8c414da1d38c7c7b5f7a30e5366c3ef2e9ce7123d8fbcf385fac11 diff --git a/net-misc/autossh/autossh-1.4c.ebuild b/net-misc/autossh/autossh-1.4c.ebuild deleted file mode 100644 index 6ad3478..0000000 --- a/net-misc/autossh/autossh-1.4c.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="amd64 ~arm ~hppa ppc ~ppc64 ~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 -} diff --git a/net-misc/autossh/autossh-1.4d.ebuild b/net-misc/autossh/autossh-1.4d.ebuild deleted file mode 100644 index 65c78f8..0000000 --- a/net-misc/autossh/autossh-1.4d.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~ia64-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 -}
