Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost/
Date: Thu, 02 Apr 2015 10:34:09
Message-Id: 1427970210.1694ddb34ccadbdc1483b1f05b32a06b5fc08da2.jlec@gentoo
1 commit: 1694ddb34ccadbdc1483b1f05b32a06b5fc08da2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 2 10:23:30 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 2 10:23:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1694ddb3
7
8 dev-libs/boost: Move to new CAT
9
10 Package-Manager: portage-2.2.18
11
12 dev-libs/boost/ChangeLog | 4 ++++
13 dev-libs/boost/boost-1.56.0-r2.ebuild | 2 +-
14 dev-libs/boost/metadata.xml | 14 +++++++-------
15 3 files changed, 12 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
18 index a5c6ca6..d0283a4 100644
19 --- a/dev-libs/boost/ChangeLog
20 +++ b/dev-libs/boost/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 02 Apr 2015; Justin Lecher <jlec@g.o> boost-1.56.0-r2.ebuild,
26 + metadata.xml:
27 + dev-libs/boost: Move to new CAT
28 +
29 19 Feb 2015; Christoph Junghans <ottxor@g.o> boost-1.56.0-r2.ebuild:
30 dropped sparc
31
32
33 diff --git a/dev-libs/boost/boost-1.56.0-r2.ebuild b/dev-libs/boost/boost-1.56.0-r2.ebuild
34 index b5434da..a1bd795 100644
35 --- a/dev-libs/boost/boost-1.56.0-r2.ebuild
36 +++ b/dev-libs/boost/boost-1.56.0-r2.ebuild
37 @@ -27,7 +27,7 @@ RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
38 python? ( ${PYTHON_DEPS} )
39 app-arch/bzip2[${MULTILIB_USEDEP}]
40 sys-libs/zlib[${MULTILIB_USEDEP}]
41 - !app-admin/eselect-boost"
42 + !app-eselect/eselect-boost"
43 DEPEND="${RDEPEND}
44 =dev-util/boost-build-${MAJOR_V}*"
45 REQUIRED_USE="
46
47 diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml
48 index 03f221b..8e49be5 100644
49 --- a/dev-libs/boost/metadata.xml
50 +++ b/dev-libs/boost/metadata.xml
51 @@ -3,34 +3,34 @@
52 <pkgmetadata>
53 <herd>cpp</herd>
54 <use>
55 - <flag name='context'>
56 + <flag name="context">
57 Build and install the Boost.Context library and all other
58 Boostlibraries that depends on it
59 </flag>
60 - <flag name='tools'>
61 + <flag name="tools">
62 Build and install the boost tools (bcp, quickbook, inspect,
63 wave)
64 </flag>
65 - <flag name='debug' restrict='&lt;dev-libs/boost-1.50.0-r3'>
66 + <flag name="debug" restrict="&lt;dev-libs/boost-1.50.0-r3">
67 Build and install debug versions of the Boost libraries. These
68 libraries are not used by default, and should not be used unless
69 you're developing against Boost.
70 </flag>
71 - <flag name='debug' restrict='&gt;dev-libs/boost-1.52.0-r2'>
72 + <flag name="debug" restrict="&gt;dev-libs/boost-1.52.0-r2">
73 Build and install only the debug version of the Boost
74 libraries. Only enable this flag if you're developing against
75 boost.
76 </flag>
77 - <flag name='threads'>
78 + <flag name="threads">
79 Build multi-thread-compatible libraries instead of
80 single-threaded only.
81 </flag>
82 - <flag name='nls'>
83 + <flag name="nls">
84 Build libboost_locale. This library requires compatible C
85 library interfaces, which might not be provided by uClibc or
86 other embedded libraries.
87 </flag>
88 - <flag name='doc'>
89 + <flag name="doc">
90 Install the full API documentation documentation. This takes
91 over 200MB of extra disk space.
92 </flag>