# vim: set filetype=ebuild : # List of stuff this jobuild needs # Excluding portage config files SRC_URI="" # Portage config files PORTCONF_URI="" # DEPEND on a jobuild with glee # The job must be completed in the same chroot DEPEND="" # SuperImpose DEPEND # When we only need to know that a jobuild finished successfully # And don't need it's effects on this chroot to continue SIDEPEND="" # Get SRC_URI and unpack unpack_phase() { : } # Do various setup setup_phase() { : } # Chroot and do work chroot_phase() { : } # Cleanup cleanup_phase() { : }