Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 125416 Details for
Bug 63785
sys-fs/gmailfs-0.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gmailfs-0.8.0.ebuild
gmailfs-0.8.0.ebuild (text/plain), 1.69 KB, created by
Russell Harmon
on 2007-07-20 05:26:45 UTC
(
hide
)
Description:
gmailfs-0.8.0.ebuild
Filename:
MIME Type:
Creator:
Russell Harmon
Created:
2007-07-20 05:26:45 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >KEYWORDS="~x86" >DESCRIPTION="GmailFS provides a mountable Linux filesystem which uses your Gmail account as its storage medium." >HOMEPAGE="http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html" >SRC_URI="http://richard.jones.name/google-hacks/gmail-filesystem/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >RDEPEND=">=dev-lang/python-2.3 > >=sys-fs/fuse-python-0.2 > >=sys-fs/fuse-1.3 > >=net-libs/libgmail-0.1.3.3" > >src_unpack() { > unpack ${A} > cd ${WORKDIR}/${P} > epatch ${FILESDIR}/${P}.patch || die "patching failed" >} > >src_install() { > exeinto /sbin > doexe ${WORKDIR}/${P}/mount.gmailfs || die "Can't write to /sbin" > dosym /sbin/mount.gmailfs /usr/bin/mount.gmailfs > insinto /etc > doins ${WORKDIR}/${P}/gmailfs.conf || die "Can't write to /etc" > exeinto /usr/share/${PN} > doexe ${WORKDIR}/${P}/gmailfs.py || die "Can't doexe" > dodoc COPYING ChangeLog >} > >pkg_postinst() { > einfo "You should now be able to mount gmailfs." > einfo "To mount from the command line, do:" > einfo "mount.gmailfs none /path/of/mount/point" > einfo "To use fstab, create an entry /etc/fstab that looks something like:" > einfo "none /path/of/mount/point gmailfs noauto[,options]" > einfo " " > ewarn "Remember to choose a very creative, unguessable fsname, else someone" > ewarn "could manipulate your filesystem. Also remember that gmailfs is a" > ewarn "cruel hack. So don't expect things like good performance" > einfo " " > ewarn "This program is NOT SUPPORTED by Google, and may well be a" > ewarn "violation of the Gmail Terms of Service!" > einfo " " > ewarn "USE AT YOUR OWN RISK!!!" > einfo " " >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 63785
:
39445
|
55142
|
55151
|
55165
|
55166
|
61944
|
62039
|
72877
|
80847
|
80848
|
81982
|
121804
|
123432
|
123433
|
123435
|
123592
|
123601
|
123603
|
123606
|
123608
|
123610
|
123612
|
123736
| 125416 |
125418
|
153897