diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-05-06 16:22:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-05-06 16:22:14 +0000 |
commit | b94084f62ca4c7bce6df103dc76fa7f11e667ea2 (patch) | |
tree | 77303d94696a5246dbbbbe002154f22aed0d1edb /dev-libs/boost | |
parent | Drop ia64/sparc keywords (diff) | |
download | historical-b94084f62ca4c7bce6df103dc76fa7f11e667ea2.tar.gz historical-b94084f62ca4c7bce6df103dc76fa7f11e667ea2.tar.bz2 historical-b94084f62ca4c7bce6df103dc76fa7f11e667ea2.zip |
Respect icu useflag. Bug #413629. Patch by Arfrever. Ebuilds based on those from the progress overlay
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.48.0-r2.ebuild (renamed from dev-libs/boost/boost-1.48.0-r1.ebuild) | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.49.0-r1.ebuild (renamed from dev-libs/boost/boost-1.49.0.ebuild) | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index eb8a3502a878..8feb308e5a28 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,14 @@ # 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.242 2012/04/28 03:26:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.243 2012/05/06 16:22:14 hwoarang Exp $ + +*boost-1.48.0-r2 (06 May 2012) +*boost-1.49.0-r1 (06 May 2012) + + 06 May 2012; Markos Chandras <hwoarang@gentoo.org> +boost-1.48.0-r2.ebuild, + +boost-1.49.0-r1.ebuild, -boost-1.48.0-r1.ebuild, -boost-1.49.0.ebuild: + Respect icu useflag. Bug #413629. Patch by Arfrever. Ebuilds based on those + from the progress overlay 28 Apr 2012; Alexis Ballier <aballier@gentoo.org> boost-1.48.0-r1.ebuild, boost-1.49.0.ebuild: diff --git a/dev-libs/boost/boost-1.48.0-r1.ebuild b/dev-libs/boost/boost-1.48.0-r2.ebuild index deeabc194027..50bac885a2c9 100644 --- a/dev-libs/boost/boost-1.48.0-r1.ebuild +++ b/dev-libs/boost/boost-1.48.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild,v 1.6 2012/04/28 03:26:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild,v 1.1 2012/05/06 16:22:14 hwoarang Exp $ EAPI="4" PYTHON_DEPEND="python? *" @@ -143,7 +143,7 @@ src_configure() { fi use icu && OPTIONS+=" -sICU_PATH=/usr" - use icu || OPTIONS+=" --disable-icu" + use icu || OPTIONS+=" --disable-icu boost.locale.icu=off" use mpi || OPTIONS+=" --without-mpi" use python || OPTIONS+=" --without-python" diff --git a/dev-libs/boost/boost-1.49.0.ebuild b/dev-libs/boost/boost-1.49.0-r1.ebuild index 0eeb6805e047..88ac431f60ab 100644 --- a/dev-libs/boost/boost-1.49.0.ebuild +++ b/dev-libs/boost/boost-1.49.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0.ebuild,v 1.3 2012/04/28 03:26:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild,v 1.1 2012/05/06 16:22:14 hwoarang Exp $ EAPI="4" PYTHON_DEPEND="python? *" @@ -142,7 +142,7 @@ src_configure() { fi use icu && OPTIONS+=" -sICU_PATH=/usr" - use icu || OPTIONS+=" --disable-icu" + use icu || OPTIONS+=" --disable-icu boost.locale.icu=off" use mpi || OPTIONS+=" --without-mpi" use python || OPTIONS+=" --without-python" |