From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LIsk8-0002jl-Cj for garchives@archives.gentoo.org; Fri, 02 Jan 2009 22:43:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCC45E040A; Fri, 2 Jan 2009 22:43:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A447FE040A for ; Fri, 2 Jan 2009 22:43:47 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3520464E0F for ; Fri, 2 Jan 2009 22:43:47 +0000 (UTC) Received: from solar by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LIsk6-00023L-QN for gentoo-commits@lists.gentoo.org; Fri, 02 Jan 2009 22:43:46 +0000 To: gentoo-commits@lists.gentoo.org From: "Ned Ludd (solar)" Subject: [gentoo-commits] portage r12375 - main/trunk/bin X-VCS-Repository: portage X-VCS-Revision: 12375 X-VCS-Files: main/trunk/bin/ebuild.sh X-VCS-Directories: main/trunk/bin X-VCS-Committer: solar X-VCS-Committer-Name: Ned Ludd Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Ned Ludd Date: Fri, 02 Jan 2009 22:43:46 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5d61db47-bb7a-4b65-a42b-4076f64938de X-Archives-Hash: 5a27a0b30a689cc93988231116b88a06 Author: solar Date: 2009-01-02 22:43:46 +0000 (Fri, 02 Jan 2009) New Revision: 12375 Modified: main/trunk/bin/ebuild.sh Log: - tell the user where we unpacked the source Modified: main/trunk/bin/ebuild.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/trunk/bin/ebuild.sh 2009-01-01 11:09:35 UTC (rev 12374) +++ main/trunk/bin/ebuild.sh 2009-01-02 22:43:46 UTC (rev 12375) @@ -691,7 +691,7 @@ vecho ">>> Unpacking source..." ebuild_phase src_unpack touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'tou= ch .unpacked' in ${PORTAGE_BUILDDIR}" - vecho ">>> Source unpacked." + vecho ">>> Source unpacked in ${WORKDIR}" cd "${PORTAGE_BUILDDIR}" =20 [ "$(type -t post_src_unpack)" =3D=3D "function" ] && qa_call post_src_= unpack