diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-08 03:28:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-08 03:28:35 +0000 |
commit | fee399995479c618d0b3fc4aeb31a9f3d53cfc79 (patch) | |
tree | e57acf734e407cf9f71b518d2890a84a48fc4077 /dev-libs/boost/ChangeLog | |
parent | Bump to avoid using versioned names. (diff) | |
download | historical-fee399995479c618d0b3fc4aeb31a9f3d53cfc79.tar.gz historical-fee399995479c618d0b3fc4aeb31a9f3d53cfc79.tar.bz2 historical-fee399995479c618d0b3fc4aeb31a9f3d53cfc79.zip |
Simplify bjam handling; use the unversioned commands from boost-build-1.52.0-r1; force-disabled C++11 support; add threads USE flag and only build either single- or multi-threaded libraries so that there is no doubt on what's being linked in (a deptree check shows that they can cross and collide); use the system layout, designed for Unix installs (closes bug #442116 together with part of Arfrever's patch); drop old code (bug #442114 by Arfrever); use proper GNU stack markings (bug #440284); fix boost.mpi python module (bug #441806) and optimize the module (sneaked in the same bug).
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x1CD13C8AD4301342
Diffstat (limited to 'dev-libs/boost/ChangeLog')
-rw-r--r-- | dev-libs/boost/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index cbd09c41e91b..76c80378fc56 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.275 2012/11/05 18:23:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.276 2012/11/08 03:28:05 flameeyes Exp $ + +*boost-1.52.0-r1 (08 Nov 2012) + + 08 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> +boost-1.52.0-r1.ebuild, + -boost-1.52.0.ebuild, metadata.xml: + Simplify bjam handling; use the unversioned commands from boost- + build-1.52.0-r1; force-disabled C++11 support; add threads USE flag and only + build either single- or multi-threaded libraries so that there is no doubt on + what's being linked in (a deptree check shows that they can cross and + collide); use the system layout, designed for Unix installs (closes bug + #442116 together with part of Arfrever's patch); drop old code (bug #442114 by + Arfrever); use proper GNU stack markings (bug #440284); fix boost.mpi python + module (bug #441806) and optimize the module (sneaked in the same bug). *boost-1.52.0 (05 Nov 2012) |