Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libogg: libogg-1.1.4.ebuild ChangeLog
Date: Thu, 02 Jul 2009 17:05:45
Message-Id: E1MMPjB-0007AO-Ke@stork.gentoo.org
1 aballier 09/07/02 17:05:41
2
3 Modified: libogg-1.1.4.ebuild ChangeLog
4 Log:
5 add elog message about the .la file being removed, bug #275597
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/libogg/libogg-1.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild?r1=1.1&r2=1.2
14
15 Index: libogg-1.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libogg-1.1.4.ebuild 25 Jun 2009 08:56:04 -0000 1.1
22 +++ libogg-1.1.4.ebuild 2 Jul 2009 17:05:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild,v 1.1 2009/06/25 08:56:04 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.1.4.ebuild,v 1.2 2009/07/02 17:05:41 aballier Exp $
28
29 inherit eutils libtool
30
31 @@ -27,3 +27,10 @@
32
33 find "${D}" -name '*.la' -delete
34 }
35 +
36 +pkg_postinst() {
37 + elog "This version of ${PN} has stopped installing .la files. This may"
38 + elog "cause compilation failures in other packages. To fix this problem,"
39 + elog "install dev-util/lafilefixer and run:"
40 + elog "lafilefixer --justfixit"
41 +}
42
43
44
45 1.57 media-libs/libogg/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.57&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.57&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libogg/ChangeLog?r1=1.56&r2=1.57
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v
54 retrieving revision 1.56
55 retrieving revision 1.57
56 diff -u -r1.56 -r1.57
57 --- ChangeLog 25 Jun 2009 08:56:04 -0000 1.56
58 +++ ChangeLog 2 Jul 2009 17:05:41 -0000 1.57
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/libogg
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.56 2009/06/25 08:56:04 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.57 2009/07/02 17:05:41 aballier Exp $
64 +
65 + 02 Jul 2009; Alexis Ballier <aballier@g.o> libogg-1.1.4.ebuild:
66 + add elog message about the .la file being removed, bug #275597
67
68 *libogg-1.1.4 (25 Jun 2009)