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/faad2: ChangeLog faad2-2.6.1.ebuild
Date: Mon, 31 Dec 2007 11:49:33
Message-Id: E1J9J97-0004YX-7j@stork.gentoo.org
1 aballier 07/12/31 11:49:29
2
3 Modified: ChangeLog faad2-2.6.1.ebuild
4 Log:
5 Add an elog message about abi changes, bug #203379
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.94 media-libs/faad2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.94&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.94&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?r1=1.93&r2=1.94
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v
18 retrieving revision 1.93
19 retrieving revision 1.94
20 diff -u -r1.93 -r1.94
21 --- ChangeLog 25 Nov 2007 13:06:46 -0000 1.93
22 +++ ChangeLog 31 Dec 2007 11:49:28 -0000 1.94
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/faad2
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.93 2007/11/25 13:06:46 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.94 2007/12/31 11:49:28 aballier Exp $
28 +
29 + 31 Dec 2007; Alexis Ballier <aballier@g.o> faad2-2.6.1.ebuild:
30 + Add an elog message about abi changes, bug #203379
31
32 25 Nov 2007; Alexis Ballier <aballier@g.o> faad2-2.6.1.ebuild:
33 make drm an useflag, enabling it disables a few other decoders
34
35
36
37 1.3 media-libs/faad2/faad2-2.6.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?r1=1.2&r2=1.3
42
43 Index: faad2-2.6.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- faad2-2.6.1.ebuild 25 Nov 2007 13:06:46 -0000 1.2
50 +++ faad2-2.6.1.ebuild 31 Dec 2007 11:49:28 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.2 2007/11/25 13:06:46 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.3 2007/12/31 11:49:28 aballier Exp $
56
57 inherit eutils autotools
58
59 @@ -40,3 +40,11 @@
60
61 dodoc AUTHORS ChangeLog NEWS README README.linux TODO
62 }
63 +
64 +pkg_postinst() {
65 + elog "Please note that from ${PN}-2.0* to ${P}, ABI has changed"
66 + elog "So if you are upgrading from those versions, you need to rebuild"
67 + elog "all the packages linked against ${PN}."
68 + elog "You can use revdep-rebuild from app-portage/gentoolkit if you are"
69 + elog "using portage or reconcilio if you are using paludis, or ..."
70 +}
71
72
73
74 --
75 gentoo-commits@g.o mailing list