Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gdbm: gdbm-1.10-r1.ebuild gdbm-1.11.ebuild ChangeLog
Date: Mon, 28 Apr 2014 17:56:04
Message-Id: 20140428175600.28C332004B@flycatcher.gentoo.org
1 mgorny 14/04/28 17:56:00
2
3 Modified: gdbm-1.10-r1.ebuild gdbm-1.11.ebuild ChangeLog
4 Log:
5 Replace multilib_build_binaries with multilib_is_native_abi, in order to put an end to the confusion introduced by having two functions, the proper one suggesting it is just for binaries.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 sys-libs/gdbm/gdbm-1.10-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: gdbm-1.10-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gdbm-1.10-r1.ebuild 18 Jan 2014 03:55:06 -0000 1.3
23 +++ gdbm-1.10-r1.ebuild 28 Apr 2014 17:55:59 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild,v 1.3 2014/01/18 03:55:06 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.10-r1.ebuild,v 1.4 2014/04/28 17:55:59 mgorny Exp $
29
30 EAPI="4"
31
32 @@ -33,7 +33,7 @@
33 # gdbm doesn't appear to use either of these libraries
34 export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
35
36 - if multilib_build_binaries && use exporter ; then
37 + if multilib_is_native_abi && use exporter ; then
38 pushd "${EX_S}" >/dev/null
39 append-lfs-flags
40 econf --disable-shared
41 @@ -46,7 +46,7 @@
42 --with-gdbm183-libdir="${EX_S}/.libs" \
43 --with-gdbm183-includedir="${EX_S}" \
44 $(use_enable berkdb libgdbm-compat) \
45 - $(multilib_build_binaries && use_enable exporter gdbm-export) \
46 + $(multilib_is_native_abi && use_enable exporter gdbm-export) \
47 $(use_enable nls) \
48 $(use_enable static-libs static)
49 }
50
51
52
53 1.4 sys-libs/gdbm/gdbm-1.11.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild?r1=1.3&r2=1.4
58
59 Index: gdbm-1.11.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- gdbm-1.11.ebuild 21 Apr 2014 07:42:26 -0000 1.3
66 +++ gdbm-1.11.ebuild 28 Apr 2014 17:55:59 -0000 1.4
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2014 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild,v 1.3 2014/04/21 07:42:26 mgorny Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.11.ebuild,v 1.4 2014/04/28 17:55:59 mgorny Exp $
72
73 EAPI="4"
74
75 @@ -33,7 +33,7 @@
76 # gdbm doesn't appear to use either of these libraries
77 export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
78
79 - if multilib_build_binaries && use exporter ; then
80 + if multilib_is_native_abi && use exporter ; then
81 pushd "${EX_S}" >/dev/null
82 append-lfs-flags
83 econf --disable-shared
84
85
86
87 1.70 sys-libs/gdbm/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/ChangeLog?rev=1.70&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/ChangeLog?rev=1.70&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gdbm/ChangeLog?r1=1.69&r2=1.70
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v
96 retrieving revision 1.69
97 retrieving revision 1.70
98 diff -u -r1.69 -r1.70
99 --- ChangeLog 21 Apr 2014 07:42:26 -0000 1.69
100 +++ ChangeLog 28 Apr 2014 17:55:59 -0000 1.70
101 @@ -1,6 +1,12 @@
102 # ChangeLog for sys-libs/gdbm
103 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.69 2014/04/21 07:42:26 mgorny Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.70 2014/04/28 17:55:59 mgorny Exp $
106 +
107 + 28 Apr 2014; Michał Górny <mgorny@g.o> gdbm-1.10-r1.ebuild,
108 + gdbm-1.11.ebuild:
109 + Replace multilib_build_binaries with multilib_is_native_abi, in order to put
110 + an end to the confusion introduced by having two functions, the proper one
111 + suggesting it is just for binaries.
112
113 21 Apr 2014; Michał Górny <mgorny@g.o> gdbm-1.11.ebuild:
114 Use the new multilib_native_use* functions.