commit: 1694ddb34ccadbdc1483b1f05b32a06b5fc08da2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Apr 2 10:23:30 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Apr 2 10:23:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1694ddb3
dev-libs/boost: Move to new CAT Package-Manager: portage-2.2.18 dev-libs/boost/ChangeLog | 4 ++++ dev-libs/boost/boost-1.56.0-r2.ebuild | 2 +- dev-libs/boost/metadata.xml | 14 +++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index a5c6ca6..d0283a4 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 <j...@gentoo.org> boost-1.56.0-r2.ebuild, + metadata.xml: + dev-libs/boost: Move to new CAT + 19 Feb 2015; Christoph Junghans <ott...@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 b5434da..a1bd795 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 03f221b..8e49be5 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='<dev-libs/boost-1.50.0-r3'> + <flag name="debug" restrict="<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='>dev-libs/boost-1.52.0-r2'> + <flag name="debug" restrict=">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>