Wuala is a P2P based network filesystem with clint-side AES encryption. I'm actually using deb packages to install the client, the only versioned files that upstream releases for now.
Created attachment 239649 [details] net-pwp/wuala-0.1.ebuild
Created attachment 239651 [details] net-pwp/wuala-compilation-20100701.ebuild
Hello, The Gentoo Team would like to firstly thank you for your ebuild submission. We also apologize for not being able to accommodate you in a timely manner. There are simply too many new packages. Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and all users can have ebuilds reviewed by Gentoo devs for entry into the overlay. So, the sunrise team is suggesting that you look into this and submit your ebuild to the overlay where even *you* can commit to. =) Thanks, On behalf of the Gentoo Sunrise Team, Michael. [1]: http://www.gentoo.org/proj/en/sunrise/ [2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Created attachment 263117 [details] "Works for me" ebuild for recent wuala This is based on the ebuild version I found in the zugaina overlay -- it needed just a bit of modification to work with the latest wuala. BTW it worked fine on my amd64 box (only) after using eselect java-vm to choose sun-jdk-1.6 as the user-vm. I use the java overlay fwiw. HTH -gmt
Note: the above is clearly missing some dependencies... any help with correcting missing deps would be appreciated (I have everything and the kitchen sink on my workstation so hard to be sure). At the very least, this thing is obviously using fuse; probably other stuff is also required. Maybe some einfo about adding yourself to a fuse group is desirable?
Created attachment 290685 [details] new ebuild for wuala Wuala's download URL seems to have changed. The Debian package names dependencies on libfuse2, fuse-utils, xdg-utils and imagemagick. This should probably translate to the following dependencies? sys-fs/fuse x11-misc/xdg-utils media-gfx/imagemagick That aside, shouldn't this be in net-fs/ instead of net-p2p/? One way or another, the attached ebuild based on the previously posted ones works for me :-) (changes: download URL, dependencies, sed hack to fix wualacmd)