diff options
Diffstat (limited to 'bheekling/test-beagle/test-beagle-1.0.jobuild')
-rw-r--r-- | bheekling/test-beagle/test-beagle-1.0.jobuild | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/bheekling/test-beagle/test-beagle-1.0.jobuild b/bheekling/test-beagle/test-beagle-1.0.jobuild index 692e563..1e5f46e 100644 --- a/bheekling/test-beagle/test-beagle-1.0.jobuild +++ b/bheekling/test-beagle/test-beagle-1.0.jobuild @@ -3,8 +3,6 @@ # 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="" @@ -13,22 +11,17 @@ DEPEND="" # And don't need it's effects on this chroot to continue SIDEPEND="" -# Get SRC_URI and unpack -unpack_phase() { +# Unpack SRC_URI +src_unpack() { : } -# Do various setup -setup_phase() { - : -} - -# Chroot and do work -chroot_phase() { +# Do work +do_work() { : } # Cleanup -cleanup_phase() { +cleanup() { : } |