diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-06 15:03:58 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-06 15:03:58 +0000 |
commit | 69b5b341db32054ee3a7782fa46e25602af0856c (patch) | |
tree | e539adef99c842efe07722461b7f5ce6468d2dd1 /sys-fs | |
parent | x86 (diff) | |
download | historical-69b5b341db32054ee3a7782fa46e25602af0856c.tar.gz historical-69b5b341db32054ee3a7782fa46e25602af0856c.tar.bz2 historical-69b5b341db32054ee3a7782fa46e25602af0856c.zip |
Keyworded ~sparc
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/Manifest | 12 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-1.3.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 2e78eb3168c4..118a33359d25 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.9 2006/01/06 13:47:12 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.10 2006/01/06 15:03:58 gustavoz Exp $ + + 06 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> sshfs-fuse-1.3.ebuild: + Keyworded ~sparc 06 Jan 2006; Luis Medinas <metalgod@gentoo.org> sshfs-fuse-1.2.ebuild: Stable on amd64. diff --git a/sys-fs/sshfs-fuse/Manifest b/sys-fs/sshfs-fuse/Manifest index 0e26b192dfeb..660abb5f7c0d 100644 --- a/sys-fs/sshfs-fuse/Manifest +++ b/sys-fs/sshfs-fuse/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4bddf6d02cf39f02a6a474672cdd93e4 ChangeLog 1476 +MD5 6a04b09e11d468e71a5493c8e4c002a0 ChangeLog 1574 MD5 607bd3d45b5a479f47cec37a272dbbc9 files/digest-sshfs-fuse-1.1 65 MD5 13b2afe3966a265074406c54219534de files/digest-sshfs-fuse-1.2 65 MD5 72c53449101a834648c8a3c0a99bce0e files/digest-sshfs-fuse-1.3 65 MD5 6e89ba8198764bfd079a0cfa18dca593 metadata.xml 264 MD5 c9c2d42f67acf164d2e9be417aa60c03 sshfs-fuse-1.1.ebuild 589 MD5 0e25fdc012dfe5cc64d9c9cafdae3990 sshfs-fuse-1.2.ebuild 589 -MD5 06da2ccc20ea6e89f4d1a6b1c4b3f9dd sshfs-fuse-1.3.ebuild 595 +MD5 88b826d17caa0955cf7b3ffc1909d220 sshfs-fuse-1.3.ebuild 603 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) -iD8DBQFDvnTOwUpWvClEHQoRAo7XAJ0UL7fVXqlaBTXRNefg0hFndRtrvQCfV+Zr -oTlZmFsl0C5tzexcQtyjsqM= -=NgpN +iD8DBQFDvobtKRy60XGEcJIRAk/TAJ46fuSBhWxSIzZct5InWmp8WCsbzACdH7RA +CvyvK9eYG5EODXqDbJsdGbM= +=vO18 -----END PGP SIGNATURE----- diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-1.3.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-1.3.ebuild index 49d6c587415f..1872317a7021 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-1.3.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.3.ebuild,v 1.2 2005/11/06 23:27:14 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.3.ebuild,v 1.3 2006/01/06 15:03:58 gustavoz Exp $ DESCRIPTION="Fuse-filesystem utilizing the sftp service." SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://fuse.sourceforge.net/" LICENSE="GPL-2" DEPEND=">=sys-fs/fuse-2.2.1 >=dev-libs/glib-2.4.2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" SLOT="0" IUSE="" |