From 40f1189c03a118566e64eb283dde77650f57932d Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 15 Jun 2015 15:30:30 -0700 Subject: [PATCH] sys-fs/sshfs-fuse: Remove unused package Signed-off-by: Geoff Levand --- .../metadata/md5-cache/sys-fs/sshfs-fuse-2.4 | 11 -------- .../portage-stable/sys-fs/sshfs-fuse/Manifest | 1 - .../sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild | 28 ------------------- 3 files changed, 40 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/sshfs-fuse-2.4 delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest delete mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/sshfs-fuse-2.4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/sshfs-fuse-2.4 deleted file mode 100644 index b6eddc1ef7..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/sshfs-fuse-2.4 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=>=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2 dev-util/pkgconfig -DESCRIPTION=Fuse-filesystem utilizing the sftp service. -EAPI=4 -HOMEPAGE=http://fuse.sourceforge.net/sshfs.html -KEYWORDS=amd64 arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux -LICENSE=GPL-2 -RDEPEND=>=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2 >=net-misc/openssh-4.3 -SLOT=0 -SRC_URI=mirror://sourceforge/fuse/sshfs-fuse-2.4.tar.gz -_md5_=6dcfa5b0e02074c6f01a9215f518c8b4 diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest deleted file mode 100644 index 7077ad6a66..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sshfs-fuse-2.4.tar.gz 132930 RMD160 01e40fda6272ee601ff2d45050f9d1e635ee38f2 SHA1 81f9b8079075d9e139e331a728fb72d66af3d601 SHA256 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1 diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild deleted file mode 100644 index 2a2092895a..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.1 2012/03/09 12:20:54 radhermit Exp $ - -EAPI="4" - -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" -KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=sys-fs/fuse-2.6.0_pre3 - >=dev-libs/glib-2.4.2" -RDEPEND="${CDEPEND} - >=net-misc/openssh-4.3" -DEPEND="${CDEPEND} - dev-util/pkgconfig" - -DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt ) - -src_configure() { - # hack not needed with >=net-misc/openssh-4.3 - econf --disable-sshnodelay -}