summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-08-30 21:36:46 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-08-30 21:36:46 +0000
commit9f9b6a2060ee8417dcf8397ad01f024e86ef90b2 (patch)
treeec26547acdd9395f63c72cb71da983eae9447dc9 /sys-fs
parentqtwenogphone postinstall information thanks to Matija Suklje (hook) <matija.s... (diff)
downloadgentoo-2-9f9b6a2060ee8417dcf8397ad01f024e86ef90b2.tar.gz
gentoo-2-9f9b6a2060ee8417dcf8397ad01f024e86ef90b2.tar.bz2
gentoo-2-9f9b6a2060ee8417dcf8397ad01f024e86ef90b2.zip
version bump
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/sshfs-fuse/ChangeLog7
-rw-r--r--sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.73
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild20
3 files changed, 29 insertions, 1 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index 7a47c93adb6c..47acbf601084 100644
--- a/sys-fs/sshfs-fuse/ChangeLog
+++ b/sys-fs/sshfs-fuse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/sshfs-fuse
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.22 2006/07/28 06:47:00 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.23 2006/08/30 21:36:46 genstef Exp $
+
+*sshfs-fuse-1.7 (30 Aug 2006)
+
+ 30 Aug 2006; Stefan Schweizer <genstef@gentoo.org> +sshfs-fuse-1.7.ebuild:
+ version bump
28 Jul 2006; Stefan Schweizer <genstef@gentoo.org>
+files/sshfs-fuse-2.6.0_pre3.patch, sshfs-fuse-1.6.ebuild:
diff --git a/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.7 b/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.7
new file mode 100644
index 000000000000..3721f46750f0
--- /dev/null
+++ b/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.7
@@ -0,0 +1,3 @@
+MD5 e91a2fed1da952a375798408dc6e41a0 sshfs-fuse-1.7.tar.gz 101424
+RMD160 cd1f3cb2d6ae513388748aa880aeb04b42bf514d sshfs-fuse-1.7.tar.gz 101424
+SHA256 9f39b71d5b247535ac0d44f559125c4e904b0a0303ad5a976161fb3d91807fe1 sshfs-fuse-1.7.tar.gz 101424
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild
new file mode 100644
index 000000000000..2f10fad06f02
--- /dev/null
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 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.7.ebuild,v 1.1 2006/08/30 21:36:46 genstef Exp $
+
+inherit eutils
+
+DESCRIPTION="Fuse-filesystem utilizing the sftp service."
+SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
+HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
+LICENSE="GPL-2"
+DEPEND=">=sys-fs/fuse-2.2.1
+ >=dev-libs/glib-2.4.2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+src_install() {
+ emake DESTDIR=${D} install || die "emake install failed"
+ dodoc README NEWS ChangeLog AUTHORS
+}