From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ip6PZ-0006Cd-FS for garchives@archives.gentoo.org; Mon, 05 Nov 2007 18:10:58 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lA5I9B6I028812; Mon, 5 Nov 2007 18:09:11 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lA5I4Xrt020491 for ; Mon, 5 Nov 2007 18:04:34 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7C9076590D; Mon, 5 Nov 2007 18:04:30 +0000 (UTC) Date: Mon, 5 Nov 2007 10:04:29 -0800 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, peper@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild Message-ID: <20071105180429.GG25343@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: c06e586e-bbc4-4f73-956f-a392332ee5e8 X-Archives-Hash: b2b34f5bbd73154c8bd2e8af2b1c315e On 14:58 Mon 05 Nov , Piotr Jaroszynski (peper) wrote: > 1.1 sys-apps/paludis/paludis-0.26.0_alpha3.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.26.0_alpha3.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.26.0_alpha3.ebuild?rev=1.1&content-type=text/plain > create-paludis-user() { > enewgroup "paludisbuild" > enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild" > } > > pkg_setup() { > replace-flags -Os -O2 > create-paludis-user > } > pkg_preinst() { > create-paludis-user > } Shouldn't need to create a user twice, and that quoting makes this a bit harder to read than it needs to be. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list