aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-02 12:23:30 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-02 12:23:30 +0200
commit1694ddb34ccadbdc1483b1f05b32a06b5fc08da2 (patch)
tree621bc490f85518e24d077e1c55ded4b186009eb7 /dev-libs/boost
parentapp-benchmarks/numbench: Move to new CAT (diff)
downloadsci-1694ddb34ccadbdc1483b1f05b32a06b5fc08da2.tar.gz
sci-1694ddb34ccadbdc1483b1f05b32a06b5fc08da2.tar.bz2
sci-1694ddb34ccadbdc1483b1f05b32a06b5fc08da2.zip
dev-libs/boost: Move to new CAT
Package-Manager: portage-2.2.18
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/ChangeLog4
-rw-r--r--dev-libs/boost/boost-1.56.0-r2.ebuild2
-rw-r--r--dev-libs/boost/metadata.xml14
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index a5c6ca6cf..d0283a478 100644
--- a/dev-libs/boost/ChangeLog
+++ b/dev-libs/boost/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Apr 2015; Justin Lecher <jlec@gentoo.org> boost-1.56.0-r2.ebuild,
+ metadata.xml:
+ dev-libs/boost: Move to new CAT
+
19 Feb 2015; Christoph Junghans <ottxor@gentoo.org> boost-1.56.0-r2.ebuild:
dropped sparc
diff --git a/dev-libs/boost/boost-1.56.0-r2.ebuild b/dev-libs/boost/boost-1.56.0-r2.ebuild
index b5434dabe..a1bd79528 100644
--- a/dev-libs/boost/boost-1.56.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.56.0-r2.ebuild
@@ -27,7 +27,7 @@ RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
python? ( ${PYTHON_DEPS} )
app-arch/bzip2[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
- !app-admin/eselect-boost"
+ !app-eselect/eselect-boost"
DEPEND="${RDEPEND}
=dev-util/boost-build-${MAJOR_V}*"
REQUIRED_USE="
diff --git a/dev-libs/boost/metadata.xml b/dev-libs/boost/metadata.xml
index 03f221b7e..8e49be56d 100644
--- a/dev-libs/boost/metadata.xml
+++ b/dev-libs/boost/metadata.xml
@@ -3,34 +3,34 @@
<pkgmetadata>
<herd>cpp</herd>
<use>
- <flag name='context'>
+ <flag name="context">
Build and install the Boost.Context library and all other
Boostlibraries that depends on it
</flag>
- <flag name='tools'>
+ <flag name="tools">
Build and install the boost tools (bcp, quickbook, inspect,
wave)
</flag>
- <flag name='debug' restrict='&lt;dev-libs/boost-1.50.0-r3'>
+ <flag name="debug" restrict="&lt;dev-libs/boost-1.50.0-r3">
Build and install debug versions of the Boost libraries. These
libraries are not used by default, and should not be used unless
you're developing against Boost.
</flag>
- <flag name='debug' restrict='&gt;dev-libs/boost-1.52.0-r2'>
+ <flag name="debug" restrict="&gt;dev-libs/boost-1.52.0-r2">
Build and install only the debug version of the Boost
libraries. Only enable this flag if you're developing against
boost.
</flag>
- <flag name='threads'>
+ <flag name="threads">
Build multi-thread-compatible libraries instead of
single-threaded only.
</flag>
- <flag name='nls'>
+ <flag name="nls">
Build libboost_locale. This library requires compatible C
library interfaces, which might not be provided by uClibc or
other embedded libraries.
</flag>
- <flag name='doc'>
+ <flag name="doc">
Install the full API documentation documentation. This takes
over 200MB of extra disk space.
</flag>