Difference between pages "Portage Tree" and "Template:File"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
This page describes the Funtoo Linux distributed Portage tree, which contains all the ebuilds of the Funtoo Linux distribution.
<includeonly><div style="margin-bottom: 0.3em; padding: 3px; border: none;"><tt>{{#if:{{{name|}}}|'''{{{name|}}}'''}}</tt><span style="font-size: 0.8em"><span style="color: #888;">{{#if:{{{lang|}}}|({{{lang}}} source code)}}</span></span>{{#tag:{{#if:{{{lang|}}}|syntaxhighlight|pre}}|
 
{{{body}}}
== Community-Extensible and Distributed ==
|lang={{{lang}}}}}
 
{{#if:{{{desc|}}}|{{{desc}}}}}</div></includeonly>
Daniel Robbins has recently added the ability for the Portage tree to be extended and improved by the community. This allows Funtoo Linux users to contribute ebuilds of interest very easily, by simply committing their ebuilds to their own git-based portage repository. Your updated ebuilds are then auto-merged into the mainline Funtoo Portage tree every 4 hours. If you are interested in contributing to the Funtoo Linux Portage tree, please post an email to the [http://groups.google.com/group/funtoo-dev funtoo-dev mailing list] describing your overlay and its contents and we will consider the request.
 
== Mini-Manifest Tree ==
 
Funtoo Linux provides two Portage tree repositories, available at the following location:
 
* http://github.com/funtoo/ports-2012
 
The first tree is a full Portage tree with full Manifests and ChangeLogs, and includes branches for Funtoo Linux as well as Gentoo Linux. The second tree is a minimized tree that contains only the unified Funtoo Linux Portage tree, all the ebuilds in the first tree, but contains "mini" Manifests (that only contain distfile digests) and has ChangeLogs removed. The first tree is used by Funtoo Linux internallly while the second tree is intended to be used by end-users, since it is much smaller.
 
== How the Tree is Built ==
 
New versions of the Funtoo Linux Portage tree are generated every 12 hours using a special merge script that combines the Gentoo Portage tree with the Funtoo Linux funtoo-overlay as well as other 3rd-party overlays. The overlays currently being merged are:
 
* http://github.com/funtoo/portage (gentoo.org branch)
* http://github.com/funtoo/funtoo-overlay (all ebuilds replacing those in Gentoo, including some eclass and profile patches)
* http://github.com/slashbeast/foo-overlay (all ebuilds being added, with two ebuilds replacing an upstream Gentoo version)
* http://github.com/adessemond/bar-overlay (all ebuilds replacing those in Gentoo)
* http://github.com/funtoo/flora [[Flora]] (all ebuilds being added, with no ebuilds replacing upstream Gentoo versions)
 
This list is likely to expand in the future.
 
The script used to merge the Portage overlays can be viewed here:
 
https://github.com/funtoo/funtoo-overlay/blob/master/funtoo/scripts/merge.py
 
If you are interested in contributing ebuilds to Funtoo Linux, please contact us on the [http://groups.google.com/group/funtoo-dev funtoo-dev mailing list].
 
[[Category:Portage]]
[[Category:Funtoo features]]

Revision as of 04:09, January 2, 2015