Master Index
This document is an ongoing work in progress. It contains gaps, inaccuracies, omissions, typos and the occasional outright lie. The intent is to make a handbook giving developers and users correct, detailed, up to date technical content.
Contributions are encouraged. See the Contributing to This Document section for how to get started. If you have any corrections, suggestions or improvements please look at the bug list and file a new bug. The Contributions section lists specific contributions to this manual.
Contents
Full Contents
- Quickstart Ebuild Guide
-
General Concepts
- The Basics of Autotools
- Configuration File Protection
- Dependencies
- Ebuild Revisions
- Emerge and Ebuild Relationships
- FEATURES
- Filesystem
- Git to RSYNC
- Install Destinations
- Licenses
- Manifest
- Mirrors
- News Items
- Overlay
- Package Collisions
- Package Maintainers
- Position Independent Code
- The Portage Cache
- Projects
- Sandbox
- Slotting
- The Gentoo Repository
- USE Flags
- User Environment
- Virtuals
-
Ebuild Writing
- Ebuild File Format
- EAPI Usage and Description
- USE Flag Conditional Code
- Error Handling
- Users and Groups
- Messages
- Variables
- Using Eclasses
- Ebuild Functions
- Miscellaneous Files
- User-submitted Ebuilds
- Common Mistakes
- Ebuild Maintenance
- Eclass Writing Guide
- Profiles
- Keywording and Stabilization
- Tasks Reference
- Function Reference
- Eclass Reference
-
Tools Reference
- bash -- Standard Shell
- cat -- File Concatenation
- cut -- Column Concatenation
- diff and patch -- File Differences
- echo -- Print Strings
- ekeyword -- Keywording
- false and true -- Generating Return Codes
- find -- Finding Files
- grep -- Text Filtering
- head and tail -- Line Extraction
- sed -- Stream Editor
- sort -- Sorting Text
- tr -- Character Translation
- uniq -- Filtering Duplicates
- Hosted Projects
- Arch Specific Notes
- Appendices