This module implements the Gentoo binary packages class.
This module optionally does not depends on portage: http://www.gentoo.org/proj/en/portage/index.xml
Gentoo binary package endpoint (does not use portage).
Extract the Gentoo binary package content, without the metadata.
Parameters: | dest_dir – the extraction directory |
---|---|
Returns: | the root directory of the extracted content |
Guess the metadata from the package file name and store it in the instance.
Returns: | the metadata dictionary |
---|