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.60) (envelope-from ) id 1Muv8v-0004BO-PZ for garchives@archives.gentoo.org; Mon, 05 Oct 2009 21:30:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9BE0E0917; Mon, 5 Oct 2009 21:30:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 94D52E0917 for ; Mon, 5 Oct 2009 21:30:52 +0000 (UTC) Received: from [192.168.0.101] (dyn-207-11-dsl.vsp.fi [83.146.207.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BC41C6505A for ; Mon, 5 Oct 2009 21:30:51 +0000 (UTC) Message-ID: <4ACA6597.10603@gentoo.org> Date: Tue, 06 Oct 2009 00:31:03 +0300 From: Samuli Suominen User-Agent: Thunderbird 2.0.0.23 (X11/20090828) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in xfce-base/xfconf: ChangeLog xfconf-4.6.1.ebuild References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 18ce4636-021d-4aaa-8518-27559667b171 X-Archives-Hash: 24a16cc602ad26990e3463f02b440447 Jeremy Olexa (darkside) wrote: > darkside 09/10/05 21:22:30 > > Modified: ChangeLog xfconf-4.6.1.ebuild > Log: > Port Gentoo Prefix ebuild to gentoo-x86 > (Portage version: 2.1.6.13/cvs/Linux x86_64) > + # Prefix compat. In Gentoo Linux, defaults to ${D} > + [[ -z ${ED} ]] && local ED=${D} Shouldn't this be moved into main Portage code instead of duplicating it in ebuilds? > + find "${ED}" -type f -name perllocal.pod -delete > + find "${ED}" -depth -mindepth 1 -type d -empty -delete