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 1S22BJ-00059r-F2 for garchives@archives.gentoo.org; Mon, 27 Feb 2012 15:08:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975C5E07D6; Mon, 27 Feb 2012 15:07:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 620BAE07C6 for ; Mon, 27 Feb 2012 15:07:04 +0000 (UTC) Received: from eduroam-10-20-4-61.mimuw.edu.pl (fw-gw-atm.mimuw.edu.pl [193.0.96.15]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: phajdan.jr) by smtp.gentoo.org (Postfix) with ESMTPSA id 7FDEF64272 for ; Mon, 27 Feb 2012 15:07:03 +0000 (UTC) Message-ID: <4F4B9C07.7070504@gentoo.org> Date: Mon, 27 Feb 2012 16:06:47 +0100 From: =?UTF-8?B?IlBhd2XFgiBIYWpkYW4sIEpyLiI=?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0) Gecko/20120129 Thunderbird/10.0 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@lists.gentoo.org Subject: Re: [gentoo-dev] preserve_old_lib and I'm even more lazy References: <4F47CF5C.4070508@gentoo.org> In-Reply-To: <4F47CF5C.4070508@gentoo.org> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF1CD061E1896EB418D1AB4E0" X-Archives-Salt: 14b267bf-faf4-40af-b71b-06434e49cda3 X-Archives-Hash: bdef771f1e2344a8e6e38152bae95ded This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF1CD061E1896EB418D1AB4E0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2/24/12 6:56 PM, "Pawe=C5=82 Hajdan, Jr." wrote: > I'd like to modify eutils.eclass to only generate one command: >=20 > # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4' && \ > rm '/usr/lib/libv8.so.3.9.4' Given supporting comments to this thread (and totally off-topic zfs/btrfs discussion), I'd like to commit the patch below in 24 hours. > --- eutils.eclass.orig 2012-02-26 10:02:24.000000000 +0100 > +++ eutils.eclass 2012-02-26 10:03:17.000000000 +0100 > @@ -1276,16 +1276,8 @@ > fi > # temp hack for #348634 #357225 > [[ ${PN} =3D=3D "mpfr" ]] && lib=3D${lib##*/} > - ewarn " # revdep-rebuild --library '${lib}'" > + ewarn " # revdep-rebuild --library '${lib}' && rm '${lib}'" > done > - if [[ ${notice} -eq 1 ]] ; then > - ewarn > - ewarn "Once you've finished running revdep-rebuild, it should be saf= e to" > - ewarn "delete the old libraries. Here is a copy & paste for the laz= y:" > - for lib in "$@" ; do > - ewarn " # rm '${lib}'" > - done > - fi > } > =20 > # @FUNCTION: built_with_use --------------enigF1CD061E1896EB418D1AB4E0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) iEYEARECAAYFAk9LnA0ACgkQuUQtlDBCeQJFigCaAv6MSCldwiRlX65h8s57lPQO RXAAnRGBAXJSKErdIS5VnCcMVQMrqLgS =OKnI -----END PGP SIGNATURE----- --------------enigF1CD061E1896EB418D1AB4E0--