summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bheekling/test-brasero/test-brasero-1.0.jobuild')
-rw-r--r--bheekling/test-brasero/test-brasero-1.0.jobuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/bheekling/test-brasero/test-brasero-1.0.jobuild b/bheekling/test-brasero/test-brasero-1.0.jobuild
new file mode 100644
index 0000000..587d9e6
--- /dev/null
+++ b/bheekling/test-brasero/test-brasero-1.0.jobuild
@@ -0,0 +1,29 @@
+# vim: set filetype=ebuild :
+
+# List of stuff this jobuild needs
+# Excluding portage config files
+SRC_URI=""
+# DEPEND on a jobuild with glee
+# The job must be completed in the same chroot
+DEPEND="bheekling/build-brasero
+ bheekling/test-libbeagle
+ bheekling/test-gstreamer"
+# 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=""
+
+# Unpack SRC_URI
+src_unpack() {
+ echo 'unpack'
+}
+
+# Do work
+do_work() {
+ echo 'work'
+}
+
+# Cleanup
+cleanup() {
+ echo 'cleanup'
+}