Add portdbapi support for a metadata/layout.conf file which
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:58:28 +0000 (06:58 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:58:28 +0000 (06:58 -0000)
commit805ceb16fdc2e9feb24b398d87064dbf94a19fd6
treed847d484676ef1ef2b9b472a39e04847c138bd89
parent797c831c9e52fe4648cece4be5ea417c63febea4
Add portdbapi support for a metadata/layout.conf file which
specifies information about the repository layout. Currently,
only a single "masters" attribute is supported, which is used
to specify names of repositories which satisfy dependencies
on eclasses and/or ebuilds. Each repository name should
correspond the value of a repo_name entry from one of the
repositories that is configured via the PORTDIR or
PORTDIR_OVERLAY variables.

Since layout.conf is now used to control eclass inheritance,
it is now safer to use overlays which contain forked eclasses
have names identical to those from the main tree. Such
eclasses will only apply to their containing repository and
any other repositories which reference their containing
repository via layout.conf. This solves bug #124041 by
containing eclass overrides so that they don't necessarily
apply to all ebuilds.

Thanks to Alistair Bush <ali_bush@g.o> for his initial patch
for layout.conf support in repoman (will be merged later).
See the "QA Overlay Layout support" thread on the gentoo-dev
mailing list for more information:

http://archives.gentoo.org/gentoo-dev/msg_33c61550b4ed2b7b25dd5a4110e1ec81.xml
(trunk r13291)

svn path=/main/branches/2.1.6/; revision=13462
man/portage.5
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/cache/metadata.py
pym/portage/cache/util.py
pym/portage/dbapi/porttree.py
pym/portage/eclass_cache.py