summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-05-21 19:31:53 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-05-21 19:31:53 +0000
commitcf8253bbf642b11dc938df97fa34279960bc7a87 (patch)
tree63445a456f82ee2d6a1fdb9ca2bcef8e50f31f54 /sys-fs
parentRemoving 9.10 because of security bugs and because it is no longer required f... (diff)
downloadgentoo-2-cf8253bbf642b11dc938df97fa34279960bc7a87.tar.gz
gentoo-2-cf8253bbf642b11dc938df97fa34279960bc7a87.tar.bz2
gentoo-2-cf8253bbf642b11dc938df97fa34279960bc7a87.zip
remove pre-stripped binary thanks betelgeuse in bug 179344
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/sshfs-fuse/ChangeLog5
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index 3009a76bb633..d93c5db1c8a1 100644
--- a/sys-fs/sshfs-fuse/ChangeLog
+++ b/sys-fs/sshfs-fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/sshfs-fuse
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.28 2007/05/16 21:09:43 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.29 2007/05/21 19:31:53 genstef Exp $
+
+ 21 May 2007; Stefan Schweizer <genstef@gentoo.org> sshfs-fuse-1.8.ebuild:
+ remove pre-stripped binary thanks betelgeuse in bug 179344
*sshfs-fuse-1.8 (16 May 2007)
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild
index f9b0a10f9a66..fe243efe0afc 100644
--- a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild,v 1.1 2007/05/16 21:09:43 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild,v 1.2 2007/05/21 19:31:53 genstef Exp $
inherit eutils
@@ -10,10 +10,18 @@ HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
LICENSE="GPL-2"
DEPEND=">=sys-fs/fuse-2.6.0_pre3
>=dev-libs/glib-2.4.2"
+RDEPEND="${DEPEND}
+ >=net-misc/openssh-4.3"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""
+src_compile() {
+ # hack not needed with >=net-misc/openssh-4.3
+ econf --disable-sshnodelay || die "econf failed"
+ emake || die "emake failed"
+}
+
src_install() {
emake DESTDIR=${D} install || die "emake install failed"
dodoc README NEWS ChangeLog AUTHORS