summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-05-16 21:09:43 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-05-16 21:09:43 +0000
commit8ae906d006c46f80d6720dbca47c56f0978572a8 (patch)
tree06571d47fd90047719637a77ba53576a183813ed /sys-fs
parentAdd ~alpha wrt #147568 (diff)
downloadgentoo-2-8ae906d006c46f80d6720dbca47c56f0978572a8.tar.gz
gentoo-2-8ae906d006c46f80d6720dbca47c56f0978572a8.tar.bz2
gentoo-2-8ae906d006c46f80d6720dbca47c56f0978572a8.zip
version bump
(Portage version: 2.1.2.7)
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.83
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild20
3 files changed, 29 insertions, 1 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index 9de604db17fa..3009a76bb633 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.27 2007/05/12 02:22:18 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.28 2007/05/16 21:09:43 genstef Exp $
+
+*sshfs-fuse-1.8 (16 May 2007)
+
+ 16 May 2007; Stefan Schweizer <genstef@gentoo.org> +sshfs-fuse-1.8.ebuild:
+ version bump
12 May 2007; Daniel Drake <dsd@gentoo.org> metadata.xml:
Move from kernel to kernel-misc herd
diff --git a/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.8 b/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.8
new file mode 100644
index 000000000000..bd55c348ae92
--- /dev/null
+++ b/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.8
@@ -0,0 +1,3 @@
+MD5 3c575cf89a6d3d8ab6063c2f60bd5b25 sshfs-fuse-1.8.tar.gz 105570
+RMD160 5f02a190ef03c13d52d59dab985a388c16a160bd sshfs-fuse-1.8.tar.gz 105570
+SHA256 057626d78e5ade840568ab0e171a1d1ae87348ab51bf9e35d1cdc074fc4e2edb sshfs-fuse-1.8.tar.gz 105570
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild
new file mode 100644
index 000000000000..f9b0a10f9a66
--- /dev/null
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.8.ebuild
@@ -0,0 +1,20 @@
+# 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 $
+
+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.6.0_pre3
+ >=dev-libs/glib-2.4.2"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+src_install() {
+ emake DESTDIR=${D} install || die "emake install failed"
+ dodoc README NEWS ChangeLog AUTHORS
+}