1.
Gentoo Development Guide: Eclass Writing Guide
An eclass is a collection of code which can be used by more than one ebuild. At the time of writing, all eclasses live in the eclass/ directory in the tree. ...
2.
Gentoo Development Guide: Using Eclasses
See Eclass Writing Guide for the full story on what eclasses can do, how they work and how to write them, and Eclass Reference for documentation on various ...
3.
Gentoo Development Guide: bash -- Standard Shell
bash Arithmetic Expansion. The $(( expression )) construct can be used for integer arithmetic evaluation. expression is a C-like arithmetic expression. ...
4.
Gentoo Development Guide: RPM Sources
If you don't need to do anything in the unpack phase, then you are finished as the rpm.eclass exports a default src_unpack that will unpack the RPM files. ...
5.
Gentoo Development Guide: Package and Category metadata.xml
For categories, metadata.xml specifies a long description (in English and optionally in other languages). The format is specified formally in GLEP 34, ...
6.
Gentoo Development Guide: sed -- Stream Editor
sed -- Stream Editor. Sometimes it is better to use regular expressions to ..... 1.0 · Valid CSS · Powered by Gentoo · Creative Commons License XML Powered! ...
7.
Gentoo Development Guide: RPM Sources
If you don't need to do anything in the unpack phase, then you are finished as the rpm.eclass exports a default src_unpack that will unpack the RPM files. ...
8.
Gentoo Development Guide: RPM Sources
There are two ways to unpack a rpm file — using the rpmoffset program from rpm2targz and ... Normally, for unpacking an RPM file, installing the entire RPM ...
9.
Gentoo Development Guide: Quickstart Ebuild Guide
We'll start with an ebuild for the Exuberant Ctags utility, ... die "install failed" dodoc FAQ NEWS README || die dohtml EXTENDING.html ctags.html } ...
10.
Gentoo Development Guide: Hosted Projects
The following guidelines have been proposed for hosted projects in an attempt to prevent a repeat of the genkernel disaster. ...