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 1JMyCD-0002qt-RP for garchives@archives.gentoo.org; Thu, 07 Feb 2008 04:17:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64AEE0560; Thu, 7 Feb 2008 04:17:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1D62E0560 for ; Thu, 7 Feb 2008 04:17:08 +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 4996766740 for ; Thu, 7 Feb 2008 04:17:08 +0000 (UTC) Received: from wolf31o2 by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JMyCB-0003h3-9M for gentoo-commits@lists.gentoo.org; Thu, 07 Feb 2008 04:17:07 +0000 From: "Chris Gianelloni (wolf31o2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, wolf31o2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: eutils.eclass X-VCS-Directories: eclass X-VCS-Committer: wolf31o2 X-VCS-Committer-Name: Chris Gianelloni Content-Type: text/plain; charset=utf8 Message-Id: Sender: Chris Gianelloni Date: Thu, 07 Feb 2008 04:17:07 +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: 44d0caca-ee52-49f1-bcfe-b6625ed99f47 X-Archives-Hash: 6272cb3d7ae237937bc2e28e803e6e09 wolf31o2 08/02/07 04:17:07 Modified: eutils.eclass Log: Changing comments on make_wrapper so the third option (chdir) looks opt= ional to match the actual code. Revision Changes Path 1.295 eclass/eutils.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.295&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.295&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.ecla= ss?r1=3D1.294&r2=3D1.295 Index: eutils.eclass =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 RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- eutils.eclass 14 Jan 2008 04:52:35 -0000 1.294 +++ eutils.eclass 7 Feb 2008 04:17:06 -0000 1.295 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.294 2008/01/= 14 04:52:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.295 2008/02/= 07 04:17:06 wolf31o2 Exp $ =20 # @ECLASS: eutils.eclass # @MAINTAINER: @@ -1728,7 +1728,7 @@ } =20 # @FUNCTION: make_wrapper -# @USAGE: [libpaths] [installpath] +# @USAGE: [chdir] [libpaths] [installpath] # @DESCRIPTION: # Create a shell wrapper script named wrapper in installpath # (defaults to the bindir) to execute target (default of wrapper) by --=20 gentoo-commits@lists.gentoo.org mailing list