qitoolchain.binary_package.gentoo – Toolchain binary packages Gentoo (without external dependency)¶
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
-
class
qitoolchain.binary_package.gentoo.
GentooPackage
(package_path)¶ Gentoo binary package endpoint (does not use
portage
).-
extract
(dest_dir)¶ Extract the Gentoo binary package content, without the metadata. :param dest_dir: the extraction directory :return: the root directory of the extracted content
-