summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-11 15:43:15 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-11 15:43:15 +0000
commitba0877f47d9941d57b072aba49d4245167057e62 (patch)
tree40da66b530e17b4f31a2cea5311cad0fc99c4dad /net-misc/autossh
parentFix init script installation (diff)
downloadhistorical-ba0877f47d9941d57b072aba49d4245167057e62.tar.gz
historical-ba0877f47d9941d57b072aba49d4245167057e62.tar.bz2
historical-ba0877f47d9941d57b072aba49d4245167057e62.zip
Closing #40468.
Diffstat (limited to 'net-misc/autossh')
-rw-r--r--net-misc/autossh/ChangeLog5
-rw-r--r--net-misc/autossh/Manifest8
-rw-r--r--net-misc/autossh/autossh-1.2e.ebuild7
3 files changed, 11 insertions, 9 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog
index 0287eef99602..a702836ce7bf 100644
--- a/net-misc/autossh/ChangeLog
+++ b/net-misc/autossh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/autossh
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.4 2004/01/27 15:26:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.5 2004/02/11 15:43:06 aliz Exp $
+
+ 11 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> autossh-1.2e.ebuild:
+ Removing patch. Closing #40468.
*autossh-1.2e (27 Jan 2004)
diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest
index 7778ea5bad06..a0067541a1cc 100644
--- a/net-misc/autossh/Manifest
+++ b/net-misc/autossh/Manifest
@@ -1,8 +1,8 @@
-MD5 357d8a2a24f56ad335fb1c344506e731 ChangeLog 760
-MD5 900d0fdfb65211dcec424f081471b7d5 autossh-1.2c.ebuild 840
MD5 fdd129fda449c55c93c6d576ad219cb5 autossh-1.2d.ebuild 892
-MD5 cfd55fcc6ec76164e80f2e6990b9cf2a autossh-1.2e.ebuild 869
+MD5 900d0fdfb65211dcec424f081471b7d5 autossh-1.2c.ebuild 840
+MD5 8b42603bb3a2da864d24005d3031bbcd autossh-1.2e.ebuild 799
+MD5 b4e331236f2ec2a3e6db07e1b29daacf ChangeLog 860
MD5 56f7e979c73779e72c28f453b5e9ef60 files/digest-autossh-1.2c 60
-MD5 d3106b8791af03a477bc26eb9e768ce0 files/autossh-1.2d-reuse.patch 781
MD5 b33d5f64d6f3987b56b4314c59bb350f files/digest-autossh-1.2d 60
MD5 004cbe8cc3f991a050441535b96d9aed files/digest-autossh-1.2e 60
+MD5 d3106b8791af03a477bc26eb9e768ce0 files/autossh-1.2d-reuse.patch 781
diff --git a/net-misc/autossh/autossh-1.2e.ebuild b/net-misc/autossh/autossh-1.2e.ebuild
index 66ffcf9d64bd..a2f068f0fb94 100644
--- a/net-misc/autossh/autossh-1.2e.ebuild
+++ b/net-misc/autossh/autossh-1.2e.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2e.ebuild,v 1.1 2004/01/27 15:26:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2e.ebuild,v 1.2 2004/02/11 15:43:06 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Automatically restart SSH sessions and tunnels"
@@ -14,9 +14,8 @@ DEPEND="virtual/glibc sys-apps/sed"
RDEPEND="virtual/glibc net-misc/openssh"
src_unpack() {
- unpack ${A} && cd ${S} || die
- patch -p0 -l < ${FILESDIR}/${P}-reuse.patch || die
- sed -i "s|CFLAGS=|CFLAGS=${CFLAGS}|g" Makefile.linux || die
+ unpack ${A} && cd ${S}
+ sed -i "s|CFLAGS=|CFLAGS=${CFLAGS}|g" Makefile.linux
}
src_compile() {