diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-30 20:30:14 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-30 20:30:14 +0000 |
commit | 618dcc397a8138cf85fbbd3030fc6522a3a5da2d (patch) | |
tree | 5f5d463280c3957d611fd54d84675fc3f4b574b4 /net-misc/autossh | |
parent | whitespace cleanup. (diff) | |
download | historical-618dcc397a8138cf85fbbd3030fc6522a3a5da2d.tar.gz historical-618dcc397a8138cf85fbbd3030fc6522a3a5da2d.tar.bz2 historical-618dcc397a8138cf85fbbd3030fc6522a3a5da2d.zip |
Closing #52351.
Diffstat (limited to 'net-misc/autossh')
-rw-r--r-- | net-misc/autossh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/autossh/Manifest | 9 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.2f.ebuild | 30 | ||||
-rw-r--r-- | net-misc/autossh/files/digest-autossh-1.2f | 1 | ||||
-rw-r--r-- | net-misc/autossh/metadata.xml | 8 |
5 files changed, 52 insertions, 4 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog index a702836ce7bf..6a35498744ef 100644 --- a/net-misc/autossh/ChangeLog +++ b/net-misc/autossh/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2004/02/11 15:43:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.6 2004/05/30 20:30:14 aliz Exp $ + +*autossh-1.2f (30 May 2004) + + 30 May 2004; Daniel Ahlberg <aliz@gentoo.org> autossh-1.2f.ebuild, + metadata.xml: + Version bump, found by Daniel Webert <daniel_webert@web.de> in #52351. 11 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> autossh-1.2e.ebuild: Removing patch. Closing #40468. diff --git a/net-misc/autossh/Manifest b/net-misc/autossh/Manifest index ed17394f3e75..f4bfcdc6a4a9 100644 --- a/net-misc/autossh/Manifest +++ b/net-misc/autossh/Manifest @@ -1,8 +1,11 @@ -MD5 b4e331236f2ec2a3e6db07e1b29daacf ChangeLog 860 -MD5 900d0fdfb65211dcec424f081471b7d5 autossh-1.2c.ebuild 840 MD5 fdd129fda449c55c93c6d576ad219cb5 autossh-1.2d.ebuild 892 +MD5 22a1de4693882926cbb4dd14af91bcf1 autossh-1.2f.ebuild 805 +MD5 900d0fdfb65211dcec424f081471b7d5 autossh-1.2c.ebuild 840 MD5 1e49b2abac43f5629cdd8c00387ccf2f autossh-1.2e.ebuild 810 -MD5 d3106b8791af03a477bc26eb9e768ce0 files/autossh-1.2d-reuse.patch 781 +MD5 089c06413c468f17ec96282779261158 ChangeLog 1048 +MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 MD5 56f7e979c73779e72c28f453b5e9ef60 files/digest-autossh-1.2c 60 MD5 b33d5f64d6f3987b56b4314c59bb350f files/digest-autossh-1.2d 60 MD5 004cbe8cc3f991a050441535b96d9aed files/digest-autossh-1.2e 60 +MD5 da4ae36942c254c0c54fca64dafa89f5 files/digest-autossh-1.2f 60 +MD5 d3106b8791af03a477bc26eb9e768ce0 files/autossh-1.2d-reuse.patch 781 diff --git a/net-misc/autossh/autossh-1.2f.ebuild b/net-misc/autossh/autossh-1.2f.ebuild new file mode 100644 index 000000000000..f9f0a1cb80e8 --- /dev/null +++ b/net-misc/autossh/autossh-1.2f.ebuild @@ -0,0 +1,30 @@ +# 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.2f.ebuild,v 1.1 2004/05/30 20:30:14 aliz 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 amd64" +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} + sed -i "s|CFLAGS=|CFLAGS=${CFLAGS}|g" Makefile.linux +} + +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.2f b/net-misc/autossh/files/digest-autossh-1.2f new file mode 100644 index 000000000000..48188f8fa312 --- /dev/null +++ b/net-misc/autossh/files/digest-autossh-1.2f @@ -0,0 +1 @@ +MD5 f812557fbdd9b24cbf41f0a09bade07f autossh-1.2f.tgz 17764 diff --git a/net-misc/autossh/metadata.xml b/net-misc/autossh/metadata.xml new file mode 100644 index 000000000000..8060c04f89e1 --- /dev/null +++ b/net-misc/autossh/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>aliz@gentoo.org</email> +</maintainer> +</pkgmetadata> |