diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-24 18:21:20 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-24 18:21:20 +0000 |
commit | 0ae68ff5c328982776013c8f8c4dab532f705b38 (patch) | |
tree | 3ee5704be1dc2e3804d20130e666d0782f0dd05d /net-misc | |
parent | remove (diff) | |
download | historical-0ae68ff5c328982776013c8f8c4dab532f705b38.tar.gz historical-0ae68ff5c328982776013c8f8c4dab532f705b38.tar.bz2 historical-0ae68ff5c328982776013c8f8c4dab532f705b38.zip |
1.3 version bump for bug 107838
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/autossh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/autossh/Manifest | 8 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.3.ebuild | 34 | ||||
-rw-r--r-- | net-misc/autossh/files/digest-autossh-1.3 | 1 |
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..9f20ee23e645 100644 --- a/net-misc/autossh/Manifest +++ b/net-misc/autossh/Manifest @@ -1,8 +1,10 @@ -MD5 337b84c1957eee228e72c1a7c0d6f312 autossh-1.2f.ebuild 790 +MD5 9aae99846760a17d5e25e88ffbb2eae5 ChangeLog 2342 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 a90010d5013a3f34d211cbc085e0ce14 autossh-1.3.ebuild 848 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 |