diff options
author | 2004-06-14 16:51:10 +0000 | |
---|---|---|
committer | 2004-06-14 16:51:10 +0000 | |
commit | 53332bf1d33d4b3e274bf1529cb9f89e097e9d17 (patch) | |
tree | 8dbf602b4f0638d11557f36da1a4db46484ba966 /net-misc | |
parent | Unmask. (Manifest recommit) (diff) | |
download | gentoo-2-53332bf1d33d4b3e274bf1529cb9f89e097e9d17.tar.gz gentoo-2-53332bf1d33d4b3e274bf1529cb9f89e097e9d17.tar.bz2 gentoo-2-53332bf1d33d4b3e274bf1529cb9f89e097e9d17.zip |
Unmask and misc fixes.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/autossh/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.2d.ebuild | 5 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.2e.ebuild | 6 | ||||
-rw-r--r-- | net-misc/autossh/autossh-1.2f.ebuild | 4 |
4 files changed, 12 insertions, 9 deletions
diff --git a/net-misc/autossh/ChangeLog b/net-misc/autossh/ChangeLog index 04eca4b74082..fb0ed5928e29 100644 --- a/net-misc/autossh/ChangeLog +++ b/net-misc/autossh/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2004/06/07 06:46:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.9 2004/06/14 16:51:10 aliz Exp $ + + 14 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> autossh-1.2d.ebuild, + autossh-1.2e.ebuild, autossh-1.2f.ebuild: + Unmasked on x86, added IUSE and removed S=. 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> autossh-1.2e.ebuild: Stable on alpha. diff --git a/net-misc/autossh/autossh-1.2d.ebuild b/net-misc/autossh/autossh-1.2d.ebuild index d6bae7bf70d4..ebad2bbe55cd 100644 --- a/net-misc/autossh/autossh-1.2d.ebuild +++ b/net-misc/autossh/autossh-1.2d.ebuild @@ -1,15 +1,14 @@ # 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.2d.ebuild,v 1.5 2004/06/03 14:29:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2d.ebuild,v 1.6 2004/06/14 16:51:10 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Automatically restart SSH sessions and tunnels" HOMEPAGE="http://www.harding.motd.ca/autossh/" LICENSE="BSD" KEYWORDS="x86 ~sparc" SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz" SLOT="0" - +IUSE="" DEPEND="virtual/glibc sys-apps/sed" RDEPEND="virtual/glibc diff --git a/net-misc/autossh/autossh-1.2e.ebuild b/net-misc/autossh/autossh-1.2e.ebuild index b335516eaf68..a197b2f16e3e 100644 --- a/net-misc/autossh/autossh-1.2e.ebuild +++ b/net-misc/autossh/autossh-1.2e.ebuild @@ -1,14 +1,14 @@ # 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.4 2004/06/07 06:46:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2e.ebuild,v 1.5 2004/06/14 16:51:10 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" +KEYWORDS="x86 ~sparc alpha ~ia64 amd64" SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz" SLOT="0" +IUSE="" DEPEND="virtual/glibc sys-apps/sed" RDEPEND="virtual/glibc net-misc/openssh" diff --git a/net-misc/autossh/autossh-1.2f.ebuild b/net-misc/autossh/autossh-1.2f.ebuild index 247e82b3ce1b..b9f5eada6512 100644 --- a/net-misc/autossh/autossh-1.2f.ebuild +++ b/net-misc/autossh/autossh-1.2f.ebuild @@ -1,14 +1,14 @@ # 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.2 2004/06/03 14:29:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2f.ebuild,v 1.3 2004/06/14 16:51:10 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 ~ppc" SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz" SLOT="0" +IUSE="" DEPEND="virtual/glibc sys-apps/sed" RDEPEND="virtual/glibc net-misc/openssh" |