diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-08-17 14:08:54 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-08-17 14:08:54 +0530 |
commit | a1bb6de316fff2e967aca48959e0e70bc4c4d831 (patch) | |
tree | 9da166c3e970d3b76b7451e4589c37707f6dd827 | |
parent | Um, so it seems pastebin.osuosl.org doesn't keep pastebins forever even if yo... (diff) | |
download | jobtage-a1bb6de316fff2e967aca48959e0e70bc4c4d831.tar.gz jobtage-a1bb6de316fff2e967aca48959e0e70bc4c4d831.tar.bz2 jobtage-a1bb6de316fff2e967aca48959e0e70bc4c4d831.zip |
Add a few more (skeleton) jobuilds to test the dep resolver
-rw-r--r-- | bheekling/build-brasero/build-brasero-1.0.jobuild | 4 | ||||
-rw-r--r-- | bheekling/build-glib/build-glib-1.0.jobuild | 27 | ||||
-rw-r--r-- | bheekling/build-yelp/build-yelp-1.0.jobuild | 27 | ||||
-rw-r--r-- | bheekling/test-beagle/test-beagle-1.0.jobuild | 2 | ||||
-rw-r--r-- | bheekling/test-gstreamer/test-gstreamer-1.0.jobuild | 27 | ||||
-rw-r--r-- | bheekling/test-libbeagle/test-libbeagle-1.0.jobuild | 4 |
6 files changed, 88 insertions, 3 deletions
diff --git a/bheekling/build-brasero/build-brasero-1.0.jobuild b/bheekling/build-brasero/build-brasero-1.0.jobuild index b16df00..a7e9aca 100644 --- a/bheekling/build-brasero/build-brasero-1.0.jobuild +++ b/bheekling/build-brasero/build-brasero-1.0.jobuild @@ -5,7 +5,9 @@ SRC_URI="http://dev.gentooexperimental.org/~bheekling/sample-jobfile" # DEPEND on a jobuild with glee # The job must be completed in the same chroot -DEPEND="bheekling/test-libbeagle" +DEPEND="bheekling/test-libbeagle + bheekling/test-gstreamer + bheekling/build-glib" # 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 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' +} diff --git a/bheekling/build-yelp/build-yelp-1.0.jobuild b/bheekling/build-yelp/build-yelp-1.0.jobuild new file mode 100644 index 0000000..42f2752 --- /dev/null +++ b/bheekling/build-yelp/build-yelp-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="bheekling/build-glib" +# 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' +} diff --git a/bheekling/test-beagle/test-beagle-1.0.jobuild b/bheekling/test-beagle/test-beagle-1.0.jobuild index 1e5f46e..ee79cb0 100644 --- a/bheekling/test-beagle/test-beagle-1.0.jobuild +++ b/bheekling/test-beagle/test-beagle-1.0.jobuild @@ -5,7 +5,7 @@ SRC_URI="" # DEPEND on a jobuild with glee # The job must be completed in the same chroot -DEPEND="" +DEPEND="bheekling/build-glib" # 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 diff --git a/bheekling/test-gstreamer/test-gstreamer-1.0.jobuild b/bheekling/test-gstreamer/test-gstreamer-1.0.jobuild new file mode 100644 index 0000000..ee79cb0 --- /dev/null +++ b/bheekling/test-gstreamer/test-gstreamer-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="bheekling/build-glib" +# 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() { + : +} + +# Do work +do_work() { + : +} + +# Cleanup +cleanup() { + : +} diff --git a/bheekling/test-libbeagle/test-libbeagle-1.0.jobuild b/bheekling/test-libbeagle/test-libbeagle-1.0.jobuild index 88a01b3..6290d1e 100644 --- a/bheekling/test-libbeagle/test-libbeagle-1.0.jobuild +++ b/bheekling/test-libbeagle/test-libbeagle-1.0.jobuild @@ -5,7 +5,9 @@ SRC_URI="" # DEPEND on a jobuild with glee # The job must be completed in the same chroot -DEPEND="bheekling/test-beagle" +DEPEND="bheekling/test-beagle + bheekling/build-yelp + bheekling/build-glib" # 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 |