summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-08-17 14:08:54 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-08-17 14:08:54 +0530
commita1bb6de316fff2e967aca48959e0e70bc4c4d831 (patch)
tree9da166c3e970d3b76b7451e4589c37707f6dd827 /bheekling/build-glib/build-glib-1.0.jobuild
parentUm, so it seems pastebin.osuosl.org doesn't keep pastebins forever even if yo... (diff)
downloadjobtage-a1bb6de316fff2e967aca48959e0e70bc4c4d831.tar.gz
jobtage-a1bb6de316fff2e967aca48959e0e70bc4c4d831.tar.bz2
jobtage-a1bb6de316fff2e967aca48959e0e70bc4c4d831.zip
Add a few more (skeleton) jobuilds to test the dep resolver
Diffstat (limited to 'bheekling/build-glib/build-glib-1.0.jobuild')
-rw-r--r--bheekling/build-glib/build-glib-1.0.jobuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/bheekling/build-glib/build-glib-1.0.jobuild b/bheekling/build-glib/build-glib-1.0.jobuild
new file mode 100644
index 0000000..aab80f0
--- /dev/null
+++ b/bheekling/build-glib/build-glib-1.0.jobuild
@@ -0,0 +1,27 @@
+# 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=""
+# 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'
+}