diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-04-21 23:42:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-04-21 23:42:36 +0000 |
commit | 66f945d088c7d1efe3bae0371f53f760e9b3660c (patch) | |
tree | 3dad675106c1baffb8b3f188293a1d32d220614c /sys-fs | |
parent | allow media-libs/lv2 in addition to lv2core (diff) | |
download | gentoo-2-66f945d088c7d1efe3bae0371f53f760e9b3660c.tar.gz gentoo-2-66f945d088c7d1efe3bae0371f53f760e9b3660c.tar.bz2 gentoo-2-66f945d088c7d1efe3bae0371f53f760e9b3660c.zip |
Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index d7e5f42d2a01..367be6f9c3ad 100644 --- a/sys-fs/sshfs-fuse/ChangeLog +++ b/sys-fs/sshfs-fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/sshfs-fuse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.64 2012/04/18 19:52:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.65 2012/04/21 23:42:35 radhermit Exp $ + + 21 Apr 2012; Tim Harder <radhermit@gentoo.org> -sshfs-fuse-2.3.ebuild: + Remove old. 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> sshfs-fuse-2.4.ebuild: Stable for amd64, wrt bug #412147 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild deleted file mode 100644 index 6f7fe42b1bb1..000000000000 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 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.3.ebuild,v 1.6 2011/09/24 16:44:55 armin76 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 -} |