From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Sltde-0004Hh-4L for garchives@archives.gentoo.org; Tue, 03 Jul 2012 03:18:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7EE7E0665 for ; Tue, 3 Jul 2012 03:18:53 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A2CFE0508 for ; Tue, 3 Jul 2012 02:24:22 +0000 (UTC) Received: by wibhm2 with SMTP id hm2so3064526wib.10 for ; Mon, 02 Jul 2012 19:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=+gPNbCcP+gr5tV4eiOJ+4PhAaAGAosA75I2J7wF4y7w=; b=F1+jQ0+jfwyOhwlpZdW3ohG8asNIdUlML1ZM3zZu9bZDezfMVWHEJC7pRajopYFikP zJ9gHNbRuSZnTntyF2lZSCHrwVOuE6WO1PfcL5KQuzaTFuzXXDyUQg49KLxljr/VqxmK R98sGkvO2xB33IAPSS+NTikIfevB6dlrVCTbdrdAY+TCL9Fh/5faZmEBDa3IS51itbUZ Si0nHfixJLoyZ/mhy0t+jsQzYb56jjD0//ZQZt0UYn6RAP5LqeNT7uKj9WBL6KyuZXu/ ItXdrCYf6ogTHQ3cJHmq11Y8OVfZu1+i/NfJmtDGi2DCDBdePpxLY5Hwxmn7J+/G2fyK /uTg== Received: by 10.180.93.99 with SMTP id ct3mr27813821wib.13.1341282261660; Mon, 02 Jul 2012 19:24:21 -0700 (PDT) Received: from null (bl4-198-40.dsl.telepac.pt. [81.193.198.40]) by mx.google.com with ESMTPS id l5sm47806668wix.5.2012.07.02.19.24.21 (version=SSLv3 cipher=OTHER); Mon, 02 Jul 2012 19:24:21 -0700 (PDT) Date: Tue, 3 Jul 2012 03:24:18 +0100 From: =?ISO-8859-1?B?QW5kcukgQXBhcu1jaW8=?= To: gentoo-soc@lists.gentoo.org Subject: [gentoo-soc] libbash - Progress report #6 Message-ID: <20120703032418.6e8d8e05@null> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5d9be350-78d5-4b04-8380-338fdf403972 X-Archives-Hash: bfc617f3e99c8e4b6b2ac6bcc8db1337 Hi, =3D=3D=3D Progress of previous week =3D=3D=3D - Finish the update of our instruo implementation to compile with the last paludis version. Now it uses the configuration of portage or paludis to get the repository to generate metadata. - Fix some things from previous commits This week was not much productive, there was some things to be done that I had some doubts how should be done, and with the email send/receive delay it drag a little. About the other things that I could be doing meanwhile, two things that I was supposed to work on too, had actually nothing to be done, they were already working on the current state of the project somewhat. =3D=3D=3D Plan for this week =3D=3D=3D - Support 'for' loop with implicit positional list. for arg; do echo $arg; done - Support line continuation inside keyword tests - Fix functions that shadow builtins - Search for whats left to be done to parse eutils.eclass https://github.com/Aparicio99/libbash Best regards, Andr=E9 Apar=EDcio