Class: Paludis::DepList
Holds a list of dependencies in merge order. Includes Enumerable, but not Comparable.
Public Class Methods
Public Instance Methods
add(dep_spec, destinations)
add(set_spec_tree, destinations)
Add the packages required to resolve an additional dependency spec or set.
already_installed?(dep_spec, destinations)
Is an spec structure already installed?
clear
Clear the list.
each {|dep_list_entry| block}
Iterate over our DepListEntrys