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: Tue,  8 Oct 2019 14:40:27 +0000 (UTC)	[thread overview]
Message-ID: <1570545593.200007fb2c5e31cf4a840cfec8a2140ab25227b0.radhermit@gentoo> (raw)

commit:     200007fb2c5e31cf4a840cfec8a2140ab25227b0
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 05:54:28 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 14:39:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200007fb

net-misc/autossh: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 net-misc/autossh/Manifest            |  2 --
 net-misc/autossh/autossh-1.4e.ebuild | 24 ------------------------
 net-misc/autossh/autossh-1.4f.ebuild | 20 --------------------
 3 files changed, 46 deletions(-)

diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest
index e35aa69e9d5..3d88276d797 100644
--- a/net-misc/autossh/Manifest
+++ b/net-misc/autossh/Manifest
@@ -1,3 +1 @@
-DIST autossh-1.4e.tgz 65852 BLAKE2B e654f7bb3efb48ab33fe7fb52b812d5b3de9bcbf4ecd79fe67372f0c832bedf4f8fb30ff5ec116418c9a6317e60d4ea4f3d3b2be4d6a8bafa431a9b289954c9f SHA512 2f71403ee005103c6a3e2e669f6b26153161c95c8dacd3e73d61673461b3512348636877760d911341771e744c0a682b107df4ac48621661ff36a9fc0191f2fb
-DIST autossh-1.4f.tgz 67128 BLAKE2B 197c964272c47bce1a137eb45560a9f70c64686915d12e1f9827eaffb66151e124a4ad7e3b5980d539d75feb0180760d6df382da77f9195ad3f703c85b02759b SHA512 a66912a04d1b659802913ec63d7b951fa6265dedf4480f0ad2dfdfb852e1e3029355b9a132bf3fa5b4b67e5ac8dace83b96e837182d8b3f0c2c72ad9188b7b8f
 DIST autossh-1.4g.tgz 67599 BLAKE2B 179af97ee6f3b9c1c4fcbad1593118aa5d69dbd2b6215efd4a16ab7641f6f0194faaca3c3101b3a918d652988a06b5fa8ce6e52f85f81edd95b3d71d49aad076 SHA512 499b560d978736f4e764d5d828282fdaba1cbf94811ae6be0be5434d9c1cdc6ca5513d728b6372aa243843cb1b91e61cfc5fdeb77ddb0b6a7ce027218ba67466

diff --git a/net-misc/autossh/autossh-1.4e.ebuild b/net-misc/autossh/autossh-1.4e.ebuild
deleted file mode 100644
index 0d3180a991b..00000000000
--- 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
-}

diff --git a/net-misc/autossh/autossh-1.4f.ebuild b/net-misc/autossh/autossh-1.4f.ebuild
deleted file mode 100644
index 066fcf2a77c..00000000000
--- a/net-misc/autossh/autossh-1.4f.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}


             reply	other threads:[~2019-10-08 14:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08 14:40 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-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
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=1570545593.200007fb2c5e31cf4a840cfec8a2140ab25227b0.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