From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-621975-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF2361381F3 for <garchives@archives.gentoo.org>; Mon, 26 Aug 2013 09:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F07DDE0BA3; Mon, 26 Aug 2013 09:16:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83C0FE0BA3 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2013 09:16:02 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 984B333EBCE for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2013 09:16:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 3EFBB2004C; Mon, 26 Aug 2013 09:16:00 +0000 (UTC) From: "Justin Lecher (jlec)" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: ChangeLog end-quiz.txt X-VCS-Repository: gentoo X-VCS-Files: ChangeLog end-quiz.txt X-VCS-Directories: xml/htdocs/proj/en/devrel/quiz X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130826091600.3EFBB2004C@flycatcher.gentoo.org> Date: Mon, 26 Aug 2013 09:16:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70301738-4f82-44d8-9161-1a1df56fda9d X-Archives-Hash: 9e7ae43067be97741b7d28ffe7fd0c5c jlec 13/08/26 09:16:00 Modified: ChangeLog end-quiz.txt Log: Add first question for binary package support Revision Changes Path 1.7 xml/htdocs/proj/en/devrel/quiz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 9 Aug 2013 11:46:28 -0000 1.6 +++ ChangeLog 26 Aug 2013 09:16:00 -0000 1.7 @@ -1,4 +1,7 @@ -# $Id: ChangeLog,v 1.6 2013/08/09 11:46:28 jlec Exp $ +# $Id: ChangeLog,v 1.7 2013/08/26 09:16:00 jlec Exp $ + + 26 Aug 2013; Justin Lecher <jlec@gentoo.org> end-quiz.txt: + Add first question for binary package support 09 Aug 2013; Justin Lecher <jlec@gentoo.org> end-quiz.txt: Bump form EAPI=2 to EAPI=5 1.17 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.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.16&r2=1.17 Index: end-quiz.txt =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- end-quiz.txt 9 Aug 2013 11:46:28 -0000 1.16 +++ end-quiz.txt 26 Aug 2013 09:16:00 -0000 1.17 @@ -1,5 +1,5 @@ Ebuild development (end of mentoring) quiz -Revision 1.4.2 - 09 Aug 2013 +Revision 1.4.3 - 26 Aug 2013 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 @@ -167,3 +167,9 @@ and how the code works. What will you do for KEYWORDS here? 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 + avoid this check and how? + +docs: devmanual