summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-02-01 19:49:53 +0000
committerTim Harder <radhermit@gentoo.org>2011-02-01 19:49:53 +0000
commitd400f568b167f4e849461f2f45a1b7da02e1e11c (patch)
treee147b3fdc0da79ca71c46e11dc099c65076508f8 /net-misc/autossh
parentVersion bump (diff)
downloadgentoo-2-d400f568b167f4e849461f2f45a1b7da02e1e11c.tar.gz
gentoo-2-d400f568b167f4e849461f2f45a1b7da02e1e11c.tar.bz2
gentoo-2-d400f568b167f4e849461f2f45a1b7da02e1e11c.zip
Remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/autossh')
-rw-r--r--net-misc/autossh/ChangeLog7
-rw-r--r--net-misc/autossh/autossh-1.2g.ebuild33
2 files changed, 5 insertions, 35 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog
index 3330909d955d..41c89f0a4ed2 100644
--- a/net-misc/autossh/ChangeLog
+++ b/net-misc/autossh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/autossh
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.29 2010/12/18 12:44:36 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.30 2011/02/01 19:49:53 radhermit Exp $
+
+ 01 Feb 2011; Tim Harder <radhermit@gentoo.org> -autossh-1.2g.ebuild:
+ Remove old
18 Dec 2010; Raúl Porcel <armin76@gentoo.org> autossh-1.4b.ebuild:
alpha/ia64 stable wrt #346895
diff --git a/net-misc/autossh/autossh-1.2g.ebuild b/net-misc/autossh/autossh-1.2g.ebuild
deleted file mode 100644
index 3879927efcde..000000000000
--- a/net-misc/autossh/autossh-1.2g.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2g.ebuild,v 1.6 2010/08/03 18:18:40 xarthisius Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Automatically restart SSH sessions and tunnels"
-HOMEPAGE="http://www.harding.motd.ca/autossh/"
-LICENSE="BSD"
-KEYWORDS="x86 ~sparc alpha ia64 amd64 ~ppc"
-SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz"
-SLOT="0"
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND="net-misc/openssh"
-
-src_unpack() {
- unpack ${A} && cd "${S}"
- sed -i -e "s|CFLAGS=|CFLAGS=${CFLAGS}|g" \
- -e "s:\$(CC):& \$(LDFLAGS):" Makefile.linux || die
-}
-
-src_compile() {
- tc-export CC
- emake -f Makefile.linux || die "make failed"
-}
-
-src_install() {
- dobin autossh
- dodoc CHANGES README autossh.host rscreen
- doman autossh.1
-}