summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-05-13 17:10:11 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-05-13 17:10:11 +0000
commit9a778dc98653af08a05f76b5f5adda4e60ef9497 (patch)
tree1a26999af588376aaa0451873d7a6d0787613d7d /sys-fs
parentbug 91946 (diff)
downloadhistorical-9a778dc98653af08a05f76b5f5adda4e60ef9497.tar.gz
historical-9a778dc98653af08a05f76b5f5adda4e60ef9497.tar.bz2
historical-9a778dc98653af08a05f76b5f5adda4e60ef9497.zip
x86 stable, remove old ebuild, thanks to rockoo in bug 92508
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/sshfs-fuse/ChangeLog6
-rw-r--r--sys-fs/sshfs-fuse/Manifest6
-rw-r--r--sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.01
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild18
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.1.ebuild6
5 files changed, 10 insertions, 27 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index f8df1e6d3988..00ea577a763b 100644
--- a/sys-fs/sshfs-fuse/ChangeLog
+++ b/sys-fs/sshfs-fuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/sshfs-fuse
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.4 2005/03/23 19:41:19 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.5 2005/05/13 17:10:11 genstef Exp $
+
+ 13 May 2005; Stefan Schweizer <genstef@gentoo.org> -sshfs-fuse-1.0.ebuild,
+ sshfs-fuse-1.1.ebuild:
+ x86 stable, remove old ebuild, thanks to rockoo in bug 92508
*sshfs-fuse-1.1 (23 Mar 2005)
diff --git a/sys-fs/sshfs-fuse/Manifest b/sys-fs/sshfs-fuse/Manifest
index d5fd83cc5177..aee41e3592c9 100644
--- a/sys-fs/sshfs-fuse/Manifest
+++ b/sys-fs/sshfs-fuse/Manifest
@@ -1,6 +1,4 @@
-MD5 7c9fe6f4296633ebd8f28e39bf4a84ce sshfs-fuse-1.1.ebuild 593
-MD5 30910a45244d332198e0e47ef326143e sshfs-fuse-1.0.ebuild 593
-MD5 4d717086e4cc70274e94b8301fe6fc9e ChangeLog 753
+MD5 c9c2d42f67acf164d2e9be417aa60c03 sshfs-fuse-1.1.ebuild 589
+MD5 49e699870420c5df6c2415a93d02dfb9 ChangeLog 919
MD5 6e89ba8198764bfd079a0cfa18dca593 metadata.xml 264
-MD5 f7f63bc701f32b3328d3556097a231f7 files/digest-sshfs-fuse-1.0 65
MD5 607bd3d45b5a479f47cec37a272dbbc9 files/digest-sshfs-fuse-1.1 65
diff --git a/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.0 b/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.0
deleted file mode 100644
index 9c17a1c56982..000000000000
--- a/sys-fs/sshfs-fuse/files/digest-sshfs-fuse-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a9d9c12b6946e62d4f1486f8eea0cc58 sshfs-fuse-1.0.tar.gz 77108
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild
deleted file mode 100644
index 948602fa2302..000000000000
--- a/sys-fs/sshfs-fuse/sshfs-fuse-1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2005 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.0.ebuild,v 1.3 2005/02/27 17:19:59 genstef Exp $
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service."
-SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
-HOMEPAGE="http://fuse.sourceforge.net/"
-LICENSE="GPL-2"
-DEPEND=">=sys-fs/fuse-2.2_pre3
- >=dev-libs/glib-2.4.2"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-IUSE=""
-
-src_install () {
- make DESTDIR=${D} install || die "make install failed"
- dodoc README NEWS ChangeLog AUTHORS
-}
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.1.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.1.ebuild
index 97dfa5f7dc54..0717f7f6a2f0 100644
--- a/sys-fs/sshfs-fuse/sshfs-fuse-1.1.ebuild
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.1.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2005 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.1.ebuild,v 1.1 2005/03/23 19:41:19 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.1.ebuild,v 1.2 2005/05/13 17:10:11 genstef Exp $
DESCRIPTION="Fuse-filesystem utilizing the sftp service."
SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
HOMEPAGE="http://fuse.sourceforge.net/"
LICENSE="GPL-2"
-DEPEND=">=sys-fs/fuse-2.2_pre3
+DEPEND=">=sys-fs/fuse-2.2.1
>=dev-libs/glib-2.4.2"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64"
SLOT="0"
IUSE=""