From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-617381-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 89E591381F3 for <garchives@archives.gentoo.org>; Fri, 9 Aug 2013 11:46:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30FEBE09F0; Fri, 9 Aug 2013 11:46:31 +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 B8D3FE09F0 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2013 11:46:30 +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 CDEB833EBCA for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2013 11:46:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 750DE2171C; Fri, 9 Aug 2013 11:46:28 +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: <20130809114628.750DE2171C@flycatcher.gentoo.org> Date: Fri, 9 Aug 2013 11:46:28 +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: 9a5839dd-7f53-486e-8437-6c613e3352bb X-Archives-Hash: 9914baba102f7948cca526e6d8f6ef13 jlec 13/08/09 11:46:28 Modified: ChangeLog end-quiz.txt Log: Bump form EAPI=2 to EAPI=5 Revision Changes Path 1.6 xml/htdocs/proj/en/devrel/quiz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 7 Jan 2006 03:01:11 -0000 1.5 +++ ChangeLog 9 Aug 2013 11:46:28 -0000 1.6 @@ -1,4 +1,7 @@ -# $Id: ChangeLog,v 1.5 2006/01/07 03:01:11 avenj Exp $ +# $Id: ChangeLog,v 1.6 2013/08/09 11:46:28 jlec Exp $ + + 09 Aug 2013; Justin Lecher <jlec@gentoo.org> end-quiz.txt: + Bump form EAPI=2 to EAPI=5 ebuild-quiz.txt 06 Jan 2006 avenj@gentoo.org : Minor wording fix, bug 117957 1.16 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.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt?r1=1.15&r2=1.16 Index: end-quiz.txt =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/end-quiz.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- end-quiz.txt 23 Oct 2010 19:03:47 -0000 1.15 +++ end-quiz.txt 9 Aug 2013 11:46:28 -0000 1.16 @@ -1,5 +1,5 @@ Ebuild development (end of mentoring) quiz -Revision 1.4.1 - 23 Mar 2010 +Revision 1.4.2 - 09 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 @@ -19,7 +19,7 @@ 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"? + be done for the ebuild in case it uses EAPI="5"? docs: devmanual