summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-12-24 18:21:20 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-12-24 18:21:20 +0000
commit53094d96465c8b9eb317986545a784875904055a (patch)
tree10aa81ab5665a9d5ca428cc44e06652983ced39f /net-misc
parentremove (diff)
downloadgentoo-2-53094d96465c8b9eb317986545a784875904055a.tar.gz
gentoo-2-53094d96465c8b9eb317986545a784875904055a.tar.bz2
gentoo-2-53094d96465c8b9eb317986545a784875904055a.zip
1.3 version bump for bug 107838
(Portage version: 2.1_pre1)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/autossh/ChangeLog8
-rw-r--r--net-misc/autossh/Manifest8
-rw-r--r--net-misc/autossh/autossh-1.3.ebuild34
-rw-r--r--net-misc/autossh/files/digest-autossh-1.31
4 files changed, 47 insertions, 4 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog
index 7bdaa85545a9..1813ae7385a4 100644
--- a/net-misc/autossh/ChangeLog
+++ b/net-misc/autossh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/autossh
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.16 2005/04/01 15:54:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.17 2005/12/24 18:21:20 vanquirius Exp $
+
+*autossh-1.3 (24 Dec 2005)
+
+ 24 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> +autossh-1.3.ebuild:
+ 1.3 version bump for bug 107838. Thanks to Joe Wells <sllewbj at blueyonder
+ dot co dot uk>.
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> autossh-1.2g.ebuild:
stable on ia64
diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest
index 32ceadeb1e38..bca8d179bf02 100644
--- a/net-misc/autossh/Manifest
+++ b/net-misc/autossh/Manifest
@@ -1,8 +1,10 @@
-MD5 337b84c1957eee228e72c1a7c0d6f312 autossh-1.2f.ebuild 790
+MD5 4f75d2337639e601b7d5dddb73a9a69f ChangeLog 2142
MD5 65c2560e03f945ef44219ddc598e7677 autossh-1.2e.ebuild 785
+MD5 337b84c1957eee228e72c1a7c0d6f312 autossh-1.2f.ebuild 790
MD5 bbbf7f259f2990ef1c7a01d58737b180 autossh-1.2g.ebuild 789
-MD5 4f75d2337639e601b7d5dddb73a9a69f ChangeLog 2142
-MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220
+MD5 27026a366b4a6008d8d5fb41e7884669 autossh-1.3.ebuild 847
MD5 004cbe8cc3f991a050441535b96d9aed files/digest-autossh-1.2e 60
MD5 da4ae36942c254c0c54fca64dafa89f5 files/digest-autossh-1.2f 60
MD5 8c65d0b238acda1ecd9130506760f689 files/digest-autossh-1.2g 60
+MD5 32c238e4e4966e8e0b4720a981359026 files/digest-autossh-1.3 59
+MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220
diff --git a/net-misc/autossh/autossh-1.3.ebuild b/net-misc/autossh/autossh-1.3.ebuild
new file mode 100644
index 000000000000..0253588c1307
--- /dev/null
+++ b/net-misc/autossh/autossh-1.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.3.ebuild,v 1.1 2005/12/24 18:21:20 vanquirius 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="virtual/libc
+ sys-apps/sed"
+RDEPEND="virtual/libc
+ net-misc/openssh"
+
+src_unpack() {
+ unpack ${A} && cd "${S}"
+ sed -i "s|CFLAGS=|CFLAGS=${CFLAGS}|g" Makefile.linux
+}
+
+src_compile() {
+ export CC="$(tc-getCC)"
+ 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.3 b/net-misc/autossh/files/digest-autossh-1.3
new file mode 100644
index 000000000000..40c8c57929a8
--- /dev/null
+++ b/net-misc/autossh/files/digest-autossh-1.3
@@ -0,0 +1 @@
+MD5 0e7ec62eeca5d1b197f3ef2d0f0d417f autossh-1.3.tgz 23203