hackport-0.7.2.1: Hackage and Portage integration tool
Safe HaskellNone
LanguageHaskell2010

Portage.Overlay

Synopsis

Documentation

data Overlay Source #

Type describing an overlay.

Instances

Instances details
Show Overlay Source # 
Instance details

Defined in Portage.Overlay

type DirectoryTree = [DirectoryEntry] Source #

reduceOverlay :: Overlay -> Overlay Source #

Make sure there is only one ebuild for each version number (by selecting the highest ebuild version revision)

inOverlay :: Overlay -> PackageId -> Bool Source #

Is PackageId found in Overlay?