This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Repository format

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

A quick reference to Gentoo ebuild repository (overlay) format.

Tree
Repository root
├── <category>/
│   ├── <name>/
│   │   ├── <name>-<version>.ebuild
│   │   ├── ...
│   │   ├── Manifest
│   │   ├── metadata.xml
│   │   └── files/
│   ├── metadata.xml
│   └── ...
├── ...
├── eclass/
├── licenses/
├── metadata/
│   └── layout.conf
└── profiles/
    ├── ...
    └── repo_name

See also