summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-01-27 15:26:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-01-27 15:26:15 +0000
commit1b3eccc732a0e2c50c2bf4e63f517d2d2abf74ba (patch)
treef0b99035d729ce194c41a4abee5d004da8095776
parentmarked stable on sparc to fix dep problem with php/mod_php (diff)
downloadhistorical-1b3eccc732a0e2c50c2bf4e63f517d2d2abf74ba.tar.gz
historical-1b3eccc732a0e2c50c2bf4e63f517d2d2abf74ba.tar.bz2
historical-1b3eccc732a0e2c50c2bf4e63f517d2d2abf74ba.zip
Version bump
-rw-r--r--net-misc/autossh/ChangeLog9
-rw-r--r--net-misc/autossh/Manifest6
-rw-r--r--net-misc/autossh/autossh-1.2e.ebuild31
-rw-r--r--net-misc/autossh/files/digest-autossh-1.2e1
4 files changed, 43 insertions, 4 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog
index 288d26155066..0287eef99602 100644
--- a/net-misc/autossh/ChangeLog
+++ b/net-misc/autossh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/autossh
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.3 2003/04/14 15:58:36 weeve Exp $
+# 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 $
+
+*autossh-1.2e (27 Jan 2004)
+
+ 27 Jan 2004; Aron Griffis <agriffis@gentoo.org> autossh-1.2e.ebuild:
+ Version bump
*autossh-1.2d (10 Mar 2003)
diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest
index 156d17396e01..7778ea5bad06 100644
--- a/net-misc/autossh/Manifest
+++ b/net-misc/autossh/Manifest
@@ -1,6 +1,8 @@
-MD5 e969cfb81e65b306826f36e9ac0cfa6d ChangeLog 641
+MD5 357d8a2a24f56ad335fb1c344506e731 ChangeLog 760
MD5 900d0fdfb65211dcec424f081471b7d5 autossh-1.2c.ebuild 840
MD5 fdd129fda449c55c93c6d576ad219cb5 autossh-1.2d.ebuild 892
-MD5 d3106b8791af03a477bc26eb9e768ce0 files/autossh-1.2d-reuse.patch 781
+MD5 cfd55fcc6ec76164e80f2e6990b9cf2a autossh-1.2e.ebuild 869
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
diff --git a/net-misc/autossh/autossh-1.2e.ebuild b/net-misc/autossh/autossh-1.2e.ebuild
new file mode 100644
index 000000000000..66ffcf9d64bd
--- /dev/null
+++ b/net-misc/autossh/autossh-1.2e.ebuild
@@ -0,0 +1,31 @@
+# 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 $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Automatically restart SSH sessions and tunnels"
+HOMEPAGE="http://www.harding.motd.ca/autossh/"
+LICENSE="BSD"
+KEYWORDS="~x86 ~sparc ~alpha ~ia64"
+SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz"
+SLOT="0"
+
+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
+}
+
+src_compile() {
+ emake -f Makefile.linux || die "make failed"
+}
+
+src_install() {
+ dobin autossh
+ dodoc CHANGES README autossh.host rscreen
+ doman autossh.1
+}
+
diff --git a/net-misc/autossh/files/digest-autossh-1.2e b/net-misc/autossh/files/digest-autossh-1.2e
new file mode 100644
index 000000000000..465fe824b041
--- /dev/null
+++ b/net-misc/autossh/files/digest-autossh-1.2e
@@ -0,0 +1 @@
+MD5 a87ab44e866160e7be90c1e7969136be autossh-1.2e.tgz 16237