No, he just isn't allowed to use the official branding.jedsen wrote:Looks like Aron Griffs is the ebuild maintainer for mozilla, firefox and thunderbird:
http://planet.gentoo.org/developers/agriffis
I think it has something to do with the branding? That's why the build shows up as Deer Park -- he hasn't the branding working correctly.
It would be illegal if it was put in the official portage tree. However, you can put your own ebuild in an overlay and use that (I do).nxsty wrote:What? So all distributions that packs firefox will have to create their own names?
EDIT:
Would it be illegal to change the ebuild to pass --enable-official-branding? Would the mozilla foundation sue me?

Code: Select all
src_compile() {
[...]
mozconfig_init
mozconfig_config
mozconfig_annotate '' --enable-official-branding
[...]
I seriously doubt it. How would the Mozilla Foundation keep track of that?xtaski wrote:just out of curiousity... do the gentoo downloads of Deer Park source get counted in the "X Million Downloads" of Firefox?
No they don't. They build their own patched versions. But they probably have agreements with the mozilla foundation, or they consider themselves large enough to do whatever they want. At least redhat enabled official branding, mandriva haven't updated to 1.5 yet.chunderbunny wrote:Only source-based distros have to use different names. Mandrake, Redhat etc usually use the official binary from the Mozilla.org site, so no re-branding is necessary.