Created
May 26, 2012 12:53
-
-
Save bacher09/2793840 to your computer and use it in GitHub Desktop.
working with portage abstract layer, pseudocode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
port_tree = PortageTree() | |
for package in port_tree.iter_packages(): | |
for ebuild in package.iter_ebuilds(): | |
ebuild.get_info() # get info about ebuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment