public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2008-10-07 17:57 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-10-07 17:57 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/10/07 17:57:56

  Modified:             end-quiz.txt
  Log:
  Clarify for question 2 that ssl is optional at build time.

Revision  Changes    Path
1.10                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.9&r2=1.10

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- end-quiz.txt	1 Oct 2008 16:55:55 -0000	1.9
+++ end-quiz.txt	7 Oct 2008 17:57:56 -0000	1.10
@@ -1,5 +1,5 @@
 Ebuild development (end of mentoring) quiz
-Revision 1.3.2 - 01 Oct 2008
+Revision 1.3.3 - 07 Oct 2008
 Answer in whatever length necessary for completeness.
 Review documentation. Consult your mentor if you're unable to locate answers.
 This quiz is based largely on ciaranm's bash quiz -- much thanks to 
@@ -14,10 +14,10 @@
   SRC_URI="http://foomatic.example.com/download/foomatic-1.3-7b.tar.bz2"
   S=${WORKDIR}/foomatic-1.3-7b
 
-2. You have a patch for foomatic which enables SSL support. Give an
-	example src_unpack() which will apply this patch to foomatic. Foomatic
-	uses an autotools based build system. What other things must be added to
-	the ebuild?
+2. You have a patch for foomatic which enables SSL support that is optional
+   at build time. Give an example src_unpack() which will apply this patch
+   to foomatic. Foomatic uses an autotools based build system. What other
+   things must be added to the ebuild?
 
 3. What's the difference between local and global scope in an ebuild?
 






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2013-11-17 13:42 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-11-17 13:42 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/11/17 13:42:55

  Modified:             end-quiz.txt
  Log:
  Spelling

Revision  Changes    Path
1.20                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.19&r2=1.20

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- end-quiz.txt	17 Nov 2013 13:13:19 -0000	1.19
+++ end-quiz.txt	17 Nov 2013 13:42:55 -0000	1.20
@@ -169,7 +169,7 @@
 docs: devmanual
 
 21. Your package only builds with newer gcc (e.g. >gcc-4.7).
-	How do you ensure that the user uses an apropriate compiler to build the 
+	How do you ensure that the user uses an appropriate compiler to build the 
 	package? Under which circumstances should you avoid this check and how?
 
 docs: devmanual





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2013-08-26  9:39 Justin Lecher (jlec)
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher (jlec) @ 2013-08-26  9:39 UTC (permalink / raw
  To: gentoo-commits

jlec        13/08/26 09:39:39

  Modified:             end-quiz.txt
  Log:
  Fix wording, thanks TomWij spotting this

Revision  Changes    Path
1.18                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.17&r2=1.18

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- end-quiz.txt	26 Aug 2013 09:16:00 -0000	1.17
+++ end-quiz.txt	26 Aug 2013 09:39:39 -0000	1.18
@@ -169,7 +169,7 @@
 docs: devmanual
 
 21. Your package only builds with newer gcc (e.g. >gcc-4.7).
-	How would check for that? Under which circumstances you should 
+	How would you check for that? Under which circumstances should you
 	avoid this check and how?
 
 docs: devmanual





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2010-10-23 19:03 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2010-10-23 19:03 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    10/10/23 19:03:47

  Modified:             end-quiz.txt
  Log:
  Make the wording for question 2 a little bit clearer.

Revision  Changes    Path
1.15                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.14&r2=1.15

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- end-quiz.txt	24 Apr 2010 09:44:47 -0000	1.14
+++ end-quiz.txt	23 Oct 2010 19:03:47 -0000	1.15
@@ -16,7 +16,7 @@
 
 docs: devmanual
 
-2. You have a patch for foomatic which enables SSL support that is optional
+2. You have a patch for foomatic which adds SSL support that is optional
    at build time. Assuming that foomatic uses an autotools based build system
    provide most probable changes required in an EAPI="0" ebuild. What should
    be done for the ebuild in case it uses EAPI="2"?






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2010-04-24  9:44 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2010-04-24  9:44 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    10/04/24 09:44:47

  Modified:             end-quiz.txt
  Log:
  Add documentation references to the end quiz.

Revision  Changes    Path
1.14                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.13&r2=1.14

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- end-quiz.txt	23 Mar 2010 14:40:12 -0000	1.13
+++ end-quiz.txt	24 Apr 2010 09:44:47 -0000	1.14
@@ -14,19 +14,29 @@
   SRC_URI="http://foomatic.example.com/download/foomatic-1.3-7b.tar.bz2"
   S=${WORKDIR}/foomatic-1.3-7b
 
+docs: devmanual
+
 2. You have a patch for foomatic which enables SSL support that is optional
    at build time. Assuming that foomatic uses an autotools based build system
    provide most probable changes required in an EAPI="0" ebuild. What should
    be done for the ebuild in case it uses EAPI="2"?
 
+docs: devmanual
+
 3. What's the difference between local and global scope in an ebuild?
 
+docs: handbook
+
 4. Why should an external application (for example sed/grep) not be
 	called in global scope? What alternative methods can be used?
 
+docs: devmanual
+
 5. What is wrong with using $(somecommand) or `somecommand` or $ARCH
 	inside SRC_URI, DEPEND, etc?
 
+docs: devmanual
+
 6. Explain what's incorrect about the following code snippets and suggest
 	an alternative.
 
@@ -34,16 +44,22 @@
   # This ebuild doesn't like the -mcpu=ultrasparc CFLAG, so drop to v9
   CFLAGS=${CFLAGS/-mcpu=ultrasparc/-mcpu=v9}
 
+docs: devmanual
+
 6.b
   # Upstream don't support user-specified CFLAGS
   unset CFLAGS
 
+docs: devmanual
+
 6.c
   # Extra settings for when SSL is enabled
   if [ "`use ssl `" ] ; then
 	# blah
   fi
 
+docs: devmanual
+
 6.d
   # Extra options for configure
   use jpeg && myconf="--enable-jpeg" \
@@ -54,51 +70,79 @@
 	|| myconf="${myconf} --disable-gif89a"
   econf ${myconf}
 
+docs: devmanual
+
 6.e
   # If we USE foo, we need to DEPEND upon libfoo. Unfortunately
   # foo is completely broken on some archs
   DEPEND="!x86? ( !amd64? ( !ppc? ( foo? ( >=dev-libs/libfoo-1.2 ) ) ) )"
 
+docs: devmanual
+
 6.f
   # If USE=fnord is enabled, make extra targets:
   use fnord && ( emake fnordification || die "it broke" )
 
+docs: devmanual
+
 7. Explain briefly the purpose of the following tools:
 	grep, cut, sed, cat, wc, awk
 
+docs: devmanual
+
 8. Why are 'head -5' and 'tail -5' bad? What should be used instead?
 
+docs:
+
 9. You're writing an ebuild and init script for a server application 
 	that needs networking to be available when started and can also
 	use a system logger if one is available. How should this be
 	written in the init script?
 
+docs: devmanual
+
 10. What is the 'Gentoo Way' of allowing the user to pass other options
 	to the previously mentioned server application?
 
+docs: devmanual
+
 11. What is the 'Gentoo Way' of globally setting environment variables
 	for all users?
 
+docs: devmanual
+
 12. What directory should be used for application-generated 
 	non-temporary data?
 
+docs: devmanual
+
 13. Which directory should manual (man) pages be in and how should they 
 	be installed from an ebuild?
 
+docs: handbook
+
 14. On Gentoo Linux systems, what is the purpose of /usr/local/bin?
 
+docs: devmanual
+
 15. When should you use || die "msg" with commands/functions?
     Could || die always be moved inside those functions/commands?
 
+docs: devmanual
+
 16. You are committing a new package to the tree. What will you have in 
 	the KEYWORDS variable?
 
+docs: devmanual
+
 17. You are bumping foomatic's ebuild from version 1.2 to version 
 	1.3. The new release contains bugfixes and new
 	functionality. The current KEYWORDS for 1.2 are
 	"x86 sparc ~mips amd64" -- what will KEYWORDS be for
 	the new 1.3 ebuild?
 
+docs: devmanual
+
 18. You are bumping foomatic's ebuild from version 1.3 to 1.4. The
 	new release extends functionality and introduces a new
 	dependency on libfnord version 1.2 or later. The
@@ -106,6 +150,8 @@
 	and the KEYWORDS for libfnord-1.2 are "x86 ~sparc" --
 	what will you do?
 
+docs: devmanual
+
 19. You are bumping foomatic's ebuild from version 1.4 to 1.5. This
 	release introduces new optional support for the libgerbil
 	library, which you are controlling via the gerbil global
@@ -113,7 +159,11 @@
 	doesn't work properly on big endian systems, and so has
 	"-sparc -mips" in the KEYWORDS. How will you handle this?
 
+docs: devmanual
+
 20. You are bumping foomatic's ebuild from version 1.5 to version
 	2.0. This new version is a massive rewrite which introduces
 	huge changes to the build system, the required libraries
 	and how the code works. What will you do for KEYWORDS here?
+
+docs: devmanual






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2010-03-23 14:40 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2010-03-23 14:40 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    10/03/23 14:40:12

  Modified:             end-quiz.txt
  Log:
  Drop 6.e. The shortcut if syntax is long gone.

Revision  Changes    Path
1.13                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.12&r2=1.13

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- end-quiz.txt	13 Feb 2009 19:30:54 -0000	1.12
+++ end-quiz.txt	23 Mar 2010 14:40:12 -0000	1.13
@@ -1,5 +1,5 @@
 Ebuild development (end of mentoring) quiz
-Revision 1.4 - 11 Jan 2009
+Revision 1.4.1 - 23 Mar 2010
 Answer in whatever length necessary for completeness.
 Review documentation. Consult your mentor if you're unable to locate answers.
 This quiz is based largely on ciaranm's bash quiz -- much thanks to 
@@ -55,16 +55,11 @@
   econf ${myconf}
 
 6.e
-  # Use an alternative implementation instead of the default depending
-  # on the foo use flag.
-  DEPEND="foo? ( cat-foo/alternative ) : ( cat-foo/default )"
-
-6.f
   # If we USE foo, we need to DEPEND upon libfoo. Unfortunately
   # foo is completely broken on some archs
   DEPEND="!x86? ( !amd64? ( !ppc? ( foo? ( >=dev-libs/libfoo-1.2 ) ) ) )"
 
-6.g
+6.f
   # If USE=fnord is enabled, make extra targets:
   use fnord && ( emake fnordification || die "it broke" )
 






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2009-02-13 19:30 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-02-13 19:30 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/02/13 19:30:54

  Modified:             end-quiz.txt
  Log:
  Add question about die usage to the end quiz.

Revision  Changes    Path
1.12                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.11&r2=1.12

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- end-quiz.txt	10 Jan 2009 22:10:40 -0000	1.11
+++ end-quiz.txt	13 Feb 2009 19:30:54 -0000	1.12
@@ -16,8 +16,8 @@
 
 2. You have a patch for foomatic which enables SSL support that is optional
    at build time. Assuming that foomatic uses an autotools based build system
-   provide most probable changes required in an EAPI="0" ebuild. What should be
-   done for the ebuild in case it uses EAPI="2"?
+   provide most probable changes required in an EAPI="0" ebuild. What should
+   be done for the ebuild in case it uses EAPI="2"?
 
 3. What's the difference between local and global scope in an ebuild?
 
@@ -92,30 +92,33 @@
 
 14. On Gentoo Linux systems, what is the purpose of /usr/local/bin?
 
-15. You are committing a new package to the tree. What will you have in 
+15. When should you use || die "msg" with commands/functions?
+    Could || die always be moved inside those functions/commands?
+
+16. You are committing a new package to the tree. What will you have in 
 	the KEYWORDS variable?
 
-16. You are bumping foomatic's ebuild from version 1.2 to version 
+17. You are bumping foomatic's ebuild from version 1.2 to version 
 	1.3. The new release contains bugfixes and new
 	functionality. The current KEYWORDS for 1.2 are
 	"x86 sparc ~mips amd64" -- what will KEYWORDS be for
 	the new 1.3 ebuild?
 
-17. You are bumping foomatic's ebuild from version 1.3 to 1.4. The
+18. You are bumping foomatic's ebuild from version 1.3 to 1.4. The
 	new release extends functionality and introduces a new
 	dependency on libfnord version 1.2 or later. The
 	KEYWORDS for foomatic-1.3 are "x86 sparc ~mips amd64"
 	and the KEYWORDS for libfnord-1.2 are "x86 ~sparc" --
 	what will you do?
 
-18. You are bumping foomatic's ebuild from version 1.4 to 1.5. This
+19. You are bumping foomatic's ebuild from version 1.4 to 1.5. This
 	release introduces new optional support for the libgerbil
 	library, which you are controlling via the gerbil global
 	USE flag. Unfortunately libgerbil is full of code which
 	doesn't work properly on big endian systems, and so has
 	"-sparc -mips" in the KEYWORDS. How will you handle this?
 
-19. You are bumping foomatic's ebuild from version 1.5 to version
+20. You are bumping foomatic's ebuild from version 1.5 to version
 	2.0. This new version is a massive rewrite which introduces
 	huge changes to the build system, the required libraries
 	and how the code works. What will you do for KEYWORDS here?






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2009-01-10 22:10 Peter Volkov (pva)
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Volkov (pva) @ 2009-01-10 22:10 UTC (permalink / raw
  To: gentoo-commits

pva         09/01/10 22:10:40

  Modified:             end-quiz.txt
  Log:
  Updated wording of question 2. Added notion about EAPI=2.

Revision  Changes    Path
1.11                 xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.10&r2=1.11

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- end-quiz.txt	7 Oct 2008 17:57:56 -0000	1.10
+++ end-quiz.txt	10 Jan 2009 22:10:40 -0000	1.11
@@ -1,5 +1,5 @@
 Ebuild development (end of mentoring) quiz
-Revision 1.3.3 - 07 Oct 2008
+Revision 1.4 - 11 Jan 2009
 Answer in whatever length necessary for completeness.
 Review documentation. Consult your mentor if you're unable to locate answers.
 This quiz is based largely on ciaranm's bash quiz -- much thanks to 
@@ -15,9 +15,9 @@
   S=${WORKDIR}/foomatic-1.3-7b
 
 2. You have a patch for foomatic which enables SSL support that is optional
-   at build time. Give an example src_unpack() which will apply this patch
-   to foomatic. Foomatic uses an autotools based build system. What other
-   things must be added to the ebuild?
+   at build time. Assuming that foomatic uses an autotools based build system
+   provide most probable changes required in an EAPI="0" ebuild. What should be
+   done for the ebuild in case it uses EAPI="2"?
 
 3. What's the difference between local and global scope in an ebuild?
 






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2008-10-01 16:55 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-10-01 16:55 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/10/01 16:55:55

  Modified:             end-quiz.txt
  Log:
  Fix grammer in 6.e

Revision  Changes    Path
1.9                  xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.8&r2=1.9

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- end-quiz.txt	3 May 2008 11:38:18 -0000	1.8
+++ end-quiz.txt	1 Oct 2008 16:55:55 -0000	1.9
@@ -1,5 +1,5 @@
 Ebuild development (end of mentoring) quiz
-Revision 1.3.1 - 03 May 2008
+Revision 1.3.2 - 01 Oct 2008
 Answer in whatever length necessary for completeness.
 Review documentation. Consult your mentor if you're unable to locate answers.
 This quiz is based largely on ciaranm's bash quiz -- much thanks to 
@@ -56,7 +56,7 @@
 
 6.e
   # Use an alternative implementation instead of the default depending
-  # the foo use flag.
+  # on the foo use flag.
   DEPEND="foo? ( cat-foo/alternative ) : ( cat-foo/default )"
 
 6.f






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2008-05-03 11:38 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-05-03 11:38 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/05/03 11:38:18

  Modified:             end-quiz.txt
  Log:
  Clarify wording for question 2.

Revision  Changes    Path
1.8                  xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.7&r2=1.8

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- end-quiz.txt	3 May 2008 11:14:47 -0000	1.7
+++ end-quiz.txt	3 May 2008 11:38:18 -0000	1.8
@@ -15,8 +15,9 @@
   S=${WORKDIR}/foomatic-1.3-7b
 
 2. You have a patch for foomatic which enables SSL support. Give an
-	example src_unpack() which will apply this patch to a project that
-	uses autotools to build. What other things must be added to the ebuild?
+	example src_unpack() which will apply this patch to foomatic. Foomatic
+	uses an autotools based build system. What other things must be added to
+	the ebuild?
 
 3. What's the difference between local and global scope in an ebuild?
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt
@ 2008-05-03 11:14 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 11+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-05-03 11:14 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/05/03 11:14:47

  Modified:             end-quiz.txt
  Log:
  Update question 2 to mention that the project uses autotools.

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/devrel/quiz/end-quiz.txt

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.6&r2=1.7

Index: end-quiz.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- end-quiz.txt	20 Mar 2007 12:31:42 -0000	1.6
+++ end-quiz.txt	3 May 2008 11:14:47 -0000	1.7
@@ -1,5 +1,5 @@
 Ebuild development (end of mentoring) quiz
-Revision 1.3 - 20 March 2007
+Revision 1.3.1 - 03 May 2008
 Answer in whatever length necessary for completeness.
 Review documentation. Consult your mentor if you're unable to locate answers.
 This quiz is based largely on ciaranm's bash quiz -- much thanks to 
@@ -15,9 +15,8 @@
   S=${WORKDIR}/foomatic-1.3-7b
 
 2. You have a patch for foomatic which enables SSL support. Give an
-	example src_unpack() which will apply this patch if and only if
-	the "ssl" USE flag is enabled. What other things must be
-	added to the ebuild?
+	example src_unpack() which will apply this patch to a project that
+	uses autotools to build. What other things must be added to the ebuild?
 
 3. What's the difference between local and global scope in an ebuild?
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-11-17 13:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-07 17:57 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: end-quiz.txt Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-17 13:42 Markos Chandras (hwoarang)
2013-08-26  9:39 Justin Lecher (jlec)
2010-10-23 19:03 Petteri Raty (betelgeuse)
2010-04-24  9:44 Petteri Raty (betelgeuse)
2010-03-23 14:40 Petteri Raty (betelgeuse)
2009-02-13 19:30 Petteri Raty (betelgeuse)
2009-01-10 22:10 Peter Volkov (pva)
2008-10-01 16:55 Petteri Raty (betelgeuse)
2008-05-03 11:38 Petteri Raty (betelgeuse)
2008-05-03 11:14 Petteri Raty (betelgeuse)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox