Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/bzip2: bzip2-1.0.6-r7.ebuild bzip2-1.0.6-r6.ebuild ChangeLog
Date: Mon, 28 Apr 2014 17:18:36
Message-Id: 20140428171831.8AF622004B@flycatcher.gentoo.org
1 mgorny 14/04/28 17:18:31
2
3 Modified: bzip2-1.0.6-r7.ebuild bzip2-1.0.6-r6.ebuild
4 ChangeLog
5 Log:
6 Replace multilib_build_binaries with multilib_is_native_abi. The two are equivalent now, and the team has decided to use the old name as being less confusing.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 app-arch/bzip2/bzip2-1.0.6-r7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?r1=1.1&r2=1.2
16
17 Index: bzip2-1.0.6-r7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bzip2-1.0.6-r7.ebuild 18 Mar 2014 01:21:06 -0000 1.1
24 +++ bzip2-1.0.6-r7.ebuild 28 Apr 2014 17:18:31 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.1 2014/03/18 01:21:06 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.2 2014/04/28 17:18:31 mgorny Exp $
30
31 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
32 # (since we're building shared libs) ...
33 @@ -73,7 +73,7 @@
34 done
35 use static-libs && dolib.a libbz2.a
36
37 - if multilib_build_binaries ; then
38 + if multilib_is_native_abi ; then
39 gen_usr_ldscript -a bz2
40
41 dobin bzip2recover
42
43
44
45 1.13 app-arch/bzip2/bzip2-1.0.6-r6.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?r1=1.12&r2=1.13
50
51 Index: bzip2-1.0.6-r6.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- bzip2-1.0.6-r6.ebuild 31 Mar 2014 20:49:33 -0000 1.12
58 +++ bzip2-1.0.6-r6.ebuild 28 Apr 2014 17:18:31 -0000 1.13
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.12 2014/03/31 20:49:33 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.13 2014/04/28 17:18:31 mgorny Exp $
64
65 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
66 # (since we're building shared libs) ...
67 @@ -71,7 +71,7 @@
68 done
69 use static-libs && dolib.a libbz2.a
70
71 - if multilib_build_binaries ; then
72 + if multilib_is_native_abi ; then
73 gen_usr_ldscript -a bz2
74
75 dobin bzip2recover
76
77
78
79 1.124 app-arch/bzip2/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/ChangeLog?rev=1.124&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/ChangeLog?rev=1.124&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/ChangeLog?r1=1.123&r2=1.124
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v
88 retrieving revision 1.123
89 retrieving revision 1.124
90 diff -u -r1.123 -r1.124
91 --- ChangeLog 31 Mar 2014 20:49:33 -0000 1.123
92 +++ ChangeLog 28 Apr 2014 17:18:31 -0000 1.124
93 @@ -1,6 +1,12 @@
94 # ChangeLog for app-arch/bzip2
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.123 2014/03/31 20:49:33 vapier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.124 2014/04/28 17:18:31 mgorny Exp $
98 +
99 + 28 Apr 2014; Michał Górny <mgorny@g.o> bzip2-1.0.6-r6.ebuild,
100 + bzip2-1.0.6-r7.ebuild:
101 + Replace multilib_build_binaries with multilib_is_native_abi. The two are
102 + equivalent now, and the team has decided to use the old name as being less
103 + confusing.
104
105 31 Mar 2014; Mike Frysinger <vapier@g.o> bzip2-1.0.6-r6.ebuild:
106 Mark ppc64 stable #504004.