diff options
author | 2009-09-23 19:50:10 +0000 | |
---|---|---|
committer | 2009-09-23 19:50:10 +0000 | |
commit | fbadd753ad18f9bc09837458002c51541d56150b (patch) | |
tree | 3956ce019b9b859fbfc36ec8e2764a71f95b0f32 /net-misc/autossh | |
parent | Remove virtual/libc (diff) | |
download | historical-fbadd753ad18f9bc09837458002c51541d56150b.tar.gz historical-fbadd753ad18f9bc09837458002c51541d56150b.tar.bz2 historical-fbadd753ad18f9bc09837458002c51541d56150b.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-misc/autossh')
-rw-r--r-- | net-misc/autossh/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.2g.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog index e314a13c383d..f8abdb47aaea 100644 --- a/net-misc/autossh/ChangeLog +++ b/net-misc/autossh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/autossh -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.23 2008/09/06 01:28:55 gentoofan23 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.24 2009/09/23 19:34:19 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> autossh-1.2g.ebuild: + Remove virtual/libc *autossh-1.4b (06 Sep 2008) diff --git a/net-misc/autossh/autossh-1.2g.ebuild b/net-misc/autossh/autossh-1.2g.ebuild index e19991d93778..ebdd789d79b6 100644 --- a/net-misc/autossh/autossh-1.2g.ebuild +++ b/net-misc/autossh/autossh-1.2g.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2g.ebuild,v 1.4 2006/07/27 06:26:51 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2g.ebuild,v 1.5 2009/09/23 19:34:19 patrick Exp $ DESCRIPTION="Automatically restart SSH sessions and tunnels" HOMEPAGE="http://www.harding.motd.ca/autossh/" @@ -10,8 +10,8 @@ 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" +DEPEND="sys-apps/sed" +RDEPEND="net-misc/openssh" src_unpack() { unpack ${A} && cd ${S} |