Difference between revisions of "Gentoo"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
Overlay was built and run on x86 and amd64(x86_64) platforms | Overlay was built and run on x86 and amd64(x86_64) platforms | ||
+ | |||
+ | === Packages === | ||
+ | Sugar packages are being built by [[DeploymentTeam/jhconvert|jhconvert]] and follow its [[DeploymentTeam/jhconvert#Packages|matrix]] of package versions. | ||
=== Resources === | === Resources === | ||
* [https://sourceforge.net/projects/sugaroverlay Home page] | * [https://sourceforge.net/projects/sugaroverlay Home page] | ||
− | |||
[[Category:Supported systems]] | [[Category:Supported systems]] |
Revision as of 17:14, 9 December 2008
Sugar on Gentoo
There are two methods to get sugar on your gentoo box
sugar-jhbuild
Please visit DevelopmentTeam/Jhbuild/Gentoo to build sugar by yourself
Sugar overlay
Simplest method is to use overlay which was generated by jhconvert
- at first setup overlay in layman
layman --add sugar --fetch --overlays http://downloads.sourceforge.net/sugaroverlay/layman.xml
- if you use stable profiles (x86 and amd64) change your package.keywords
cat <where_your_overlay_is>/profiles/package.keywords >> /etc/portage/package.keywords
- if you use stable portage (before 2.2) and do not want faults in the middle of building process due to bad USE dependencies, change your package.use
cat <where_your_overlay_is>/profiles/package.use >> /etc/portage/package.use
- and install sugar
emerge sugar fructose
Overlay is based on sugar-jhbuild dependencies
Supported platforms
Overlay was built and run on x86 and amd64(x86_64) platforms
Packages
Sugar packages are being built by jhconvert and follow its matrix of package versions.