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 1MMPjF-0004rb-Ch for garchives@archives.gentoo.org; Thu, 02 Jul 2009 17:05:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD48E032D; Thu, 2 Jul 2009 17:05:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B114BE032D for ; Thu, 2 Jul 2009 17:05:44 +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 71C0865089 for ; Thu, 2 Jul 2009 17:05:44 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MMPjB-0007AO-Ke for gentoo-commits@lists.gentoo.org; Thu, 02 Jul 2009 17:05:41 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libogg: libogg-1.1.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libogg-1.1.4.ebuild ChangeLog X-VCS-Directories: media-libs/libogg X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Thu, 02 Jul 2009 17:05:41 +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: 5f6bca1b-0395-4d28-a13d-d80678a02ffc X-Archives-Hash: 2419728ec8ad8e6ba8363aa063f0d725 aballier 09/07/02 17:05:41 Modified: libogg-1.1.4.ebuild ChangeLog Log: add elog message about the .la file being removed, bug #275597 (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.2 media-libs/libogg/libogg-1.1.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/= libogg-1.1.4.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/= libogg-1.1.4.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/= libogg-1.1.4.ebuild?r1=3D1.1&r2=3D1.2 Index: libogg-1.1.4.ebuild =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/media-libs/libogg/libogg-1.1.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libogg-1.1.4.ebuild 25 Jun 2009 08:56:04 -0000 1.1 +++ libogg-1.1.4.ebuild 2 Jul 2009 17:05:41 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild= ,v 1.1 2009/06/25 08:56:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild= ,v 1.2 2009/07/02 17:05:41 aballier Exp $ =20 inherit eutils libtool =20 @@ -27,3 +27,10 @@ =20 find "${D}" -name '*.la' -delete } + +pkg_postinst() { + elog "This version of ${PN} has stopped installing .la files. This may" + elog "cause compilation failures in other packages. To fix this problem= ," + elog "install dev-util/lafilefixer and run:" + elog "lafilefixer --justfixit" +} 1.57 media-libs/libogg/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/= ChangeLog?rev=3D1.57&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/= ChangeLog?rev=3D1.57&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/= ChangeLog?r1=3D1.56&r2=3D1.57 Index: ChangeLog =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/media-libs/libogg/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 25 Jun 2009 08:56:04 -0000 1.56 +++ ChangeLog 2 Jul 2009 17:05:41 -0000 1.57 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libogg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.56 20= 09/06/25 08:56:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.57 20= 09/07/02 17:05:41 aballier Exp $ + + 02 Jul 2009; Alexis Ballier libogg-1.1.4.ebuild: + add elog message about the .la file being removed, bug #275597 =20 *libogg-1.1.4 (25 Jun 2009) =20