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 1MuvH4-0006UY-6e for garchives@archives.gentoo.org; Mon, 05 Oct 2009 21:39:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 812BCE0979; Mon, 5 Oct 2009 21:39:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DD74E0979 for ; Mon, 5 Oct 2009 21:39:16 +0000 (UTC) Received: from arcarius.localnet (smer.tone.cz [89.250.247.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C635D67676 for ; Mon, 5 Oct 2009 21:39:15 +0000 (UTC) From: =?utf-8?q?Tom=C3=A1=C5=A1_Chv=C3=A1tal?= To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in xfce-base/xfconf: ChangeLog xfconf-4.6.1.ebuild Date: Mon, 5 Oct 2009 23:37:27 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31-gentoo; KDE/4.3.1; x86_64; ; ) References: <4ACA6597.10603@gentoo.org> In-Reply-To: <4ACA6597.10603@gentoo.org> 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 Content-Type: multipart/signed; boundary="nextPart10640023.sLTgibo12D"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200910052337.37590.scarabeus@gentoo.org> X-Archives-Salt: 6d4d615e-6f50-4ceb-9091-e3c7840e88e4 X-Archives-Hash: a05eebb2dcf146a9018753218ceeab24 --nextPart10640023.sLTgibo12D Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dne pond=C4=9Bl=C3=AD 05 =C5=98=C3=ADjen 2009 23:31:03 Samuli Suominen naps= al(a): > 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=3D${D} >=20 > Shouldn't this be moved into main Portage code instead of duplicating it > in ebuilds? >=20 > > + find "${ED}" -type f -name perllocal.pod -delete > > + find "${ED}" -depth -mindepth 1 -type d -empty -delete >=20 I put this stuff to eclass, but probably this SHOULD be handled by portage: this is the code i do (partial example :]): =2E.. # Prefix compat: : ${EROOT:=3D${ROOT}} # Append missing trailing slash character [[ ${EROOT} =3D */ ]] || EROOT+=3D"/" =2E.. --nextPart10640023.sLTgibo12D Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (GNU/Linux) iEYEABECAAYFAkrKZyEACgkQHB6c3gNBRYe0pgCgvtrJOzrbgMeTa7ykd+ORAT07 9NYAnin+EouuN2/ZOXph34ZOeXM9dFDi =9d89 -----END PGP SIGNATURE----- --nextPart10640023.sLTgibo12D--