summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-07-16 00:46:17 +0000
committerTim Harder <radhermit@gentoo.org>2011-07-16 00:46:17 +0000
commit2a32bf702e6a1276004d86497d2ef4aa7520086e (patch)
tree5a1e0983717fbe967f6be985e40d6296fcccf0d7 /sys-fs/sshfs-fuse
parentAdd dependency on pkgconfig. (diff)
downloadgentoo-2-2a32bf702e6a1276004d86497d2ef4aa7520086e.tar.gz
gentoo-2-2a32bf702e6a1276004d86497d2ef4aa7520086e.tar.bz2
gentoo-2-2a32bf702e6a1276004d86497d2ef4aa7520086e.zip
Remove old.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r--sys-fs/sshfs-fuse/ChangeLog6
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild28
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-2.1.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog
index c406bae1a87c..ad55f6f0a9c3 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.53 2011/07/16 00:44:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.54 2011/07/16 00:46:17 radhermit Exp $
+
+ 16 Jul 2011; Tim Harder <radhermit@gentoo.org> -sshfs-fuse-1.9.ebuild,
+ -sshfs-fuse-2.1.ebuild:
+ Remove old.
16 Jul 2011; Tim Harder <radhermit@gentoo.org> sshfs-fuse-2.2.ebuild,
sshfs-fuse-2.3.ebuild:
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild
deleted file mode 100644
index bba505751fbd..000000000000
--- a/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 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.9.ebuild,v 1.6 2008/03/16 14:28:48 fmccor 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"
-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
-}
diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.1.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.1.ebuild
deleted file mode 100644
index 16e140adfe0a..000000000000
--- a/sys-fs/sshfs-fuse/sshfs-fuse-2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 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.1.ebuild,v 1.1 2008/09/24 07:06:06 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"
-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
-}