public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autossh/
Date: Sat,  6 Aug 2016 07:37:48 +0000 (UTC)	[thread overview]
Message-ID: <1470468838.9f49dcc21bdb124788275424c14720587fde61a6.radhermit@gentoo> (raw)

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
-}


             reply	other threads:[~2016-08-06  7:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06  7:37 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-06  4:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/autossh/ Yixun Lan
2023-12-05 14:54 Michał Górny
2023-12-05 14:12 Arthur Zamarin
2023-12-05 14:12 Arthur Zamarin
2023-05-11 20:03 Sam James
2021-08-29  8:49 Yixun Lan
2019-11-21  1:43 Yixun Lan
2019-11-18  6:50 Tim Harder
2019-10-08 14:40 Tim Harder
2019-10-02 19:08 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-29 20:54 Sergei Trofimovich
2019-09-28  2:38 Tim Harder
2019-02-10  6:47 Tim Harder
2018-06-26 15:50 Tim Harder
2016-08-06  7:37 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470468838.9f49dcc21bdb124788275424c14720587fde61a6.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox