Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/commoncpp2: ChangeLog commoncpp2-1.6.1.ebuild
Date: Mon, 24 Dec 2007 12:27:14
Message-Id: E1J6mOg-0004mt-9j@stork.gentoo.org
1 dev-zero 07/12/24 12:27:06
2
3 Modified: ChangeLog commoncpp2-1.6.1.ebuild
4 Log:
5 Added pkg_postinst ABI breakage warning (thanks to dragonheart)
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.36 dev-cpp/commoncpp2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 24 Dec 2007 09:31:55 -0000 1.35
22 +++ ChangeLog 24 Dec 2007 12:27:05 -0000 1.36
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-cpp/commoncpp2
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.35 2007/12/24 09:31:55 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.36 2007/12/24 12:27:05 dev-zero Exp $
28 +
29 + 24 Dec 2007; Tiziano Müller <dev-zero@g.o>
30 + commoncpp2-1.6.1.ebuild:
31 + Added pkg_postinst ABI breakage warning (thanks to dragonheart)
32
33 *commoncpp2-1.6.1 (24 Dec 2007)
34
35
36
37
38 1.2 dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild?r1=1.1&r2=1.2
43
44 Index: commoncpp2-1.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- commoncpp2-1.6.1.ebuild 24 Dec 2007 09:31:55 -0000 1.1
51 +++ commoncpp2-1.6.1.ebuild 24 Dec 2007 12:27:05 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v 1.1 2007/12/24 09:31:55 dev-zero Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v 1.2 2007/12/24 12:27:05 dev-zero Exp $
57
58 inherit eutils autotools
59
60 @@ -57,6 +57,12 @@
61 fi
62 }
63
64 +pkg_postinst() {
65 + ewarn "There's a change in the ABI between version 1.5.x and 1.6.x, please"
66 + ewarn "run the following command to find broken packages and rebuild them:"
67 + ewarn " revdep-rebuild --library=libccext2-1.5.so"
68 +}
69 +
70 # Some of the tests hang forever
71 #src_test() {
72 # cd "${S}/tests"
73
74
75
76 --
77 gentoo-commits@g.o mailing list