# ====================[ gentoo.conf ]==================== # [ Time-stamp: "2008-10-27 01:10:11 leycec" ] # # Configuration settings for the master Gentoo repository. All Gentoo # repository overlays are slave subsets of the repository. # # --------------------( OVERLAYS )-------------------- # Paludis doesn't need an external tool to support syncing of overlays. In # Paludis, an overlay is just a normal repository that has the master_repository # configuration option set. # # Paludis overlays inherit most configurations options set in their master; # some, such as "names_cache" and "write_cache" do not, however, appear to be # inherited and should be explicitly specified. Fortunately, such defaults are # inherited if explicitly specified in "repository_defaults.conf". # # --------------------( TIMESTAMPS )-------------------- # Paludis requires the system date and time be relatively current. If not, # Paludis will probably print synchronization errors and warnings resembling # "...implausibly old timestamp" and "stale cache file." # # --------------------( SEE ALSO )-------------------- # ~ "Repository Formats" at: # http://paludis.pioto.org/configuration/repositories/e.html # ~ "Getting Started" at: # http://paludis.pioto.org/overview/gettingstarted.html # ....................{ SETTINGS }.................... location = ${ROOT}/usr/portage sync = rsync://rsync.nz.gentoo.org/gentoo-portage #sync = rsync://rsync.au.gentoo.org/gentoo-portage #sync = rsync://rsync.us.gentoo.org/gentoo-portage profiles = ${ROOT}/etc/make.profile format = ebuild # The Gentoo repository includes a pregenerated cache in # "${location}/metadata/cache", so the write_cache option is of no use for it. #write_cache = ${ROOT}/var/cache/paludis/metadata # The Gentoo repository includes a pregenerated distdir in # "${ROOT}/usr/portage/distfiles". (There is no need to redefine that.) #distdir = ${ROOT}/usr/portage/distfiles