diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2009-05-13 19:11:47 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2009-05-13 19:11:47 +0000 |
commit | 521ecc781c8d0e690602929843e9a732fbc4e82d (patch) | |
tree | 00b67fd6fa26d00690a77250534a0f000b6276c6 /dev-libs/boost | |
parent | Fix gst-plugins-meta mask. (diff) | |
download | gentoo-2-521ecc781c8d0e690602929843e9a732fbc4e82d.tar.gz gentoo-2-521ecc781c8d0e690602929843e9a732fbc4e82d.tar.bz2 gentoo-2-521ecc781c8d0e690602929843e9a732fbc4e82d.zip |
Changed openmpi dep again to openmpi[cxx]. Changed eselect use flag to +eselect (bug #269517). Changed elog to einfo (bug #269509).
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.35.0-r5.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.36.0-r1.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.37.0-r1.ebuild | 14 |
4 files changed, 27 insertions, 22 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 44e75f32e244..aab2b5b7e084 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.156 2009/05/11 04:48:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.157 2009/05/13 19:11:47 dev-zero Exp $ + + 13 May 2009; Tiziano Müller <dev-zero@gentoo.org> boost-1.35.0-r5.ebuild, + boost-1.36.0-r1.ebuild, boost-1.37.0-r1.ebuild: + Changed openmpi dep again to openmpi[cxx]. Changed eselect use flag to + +eselect (bug #269517). Changed elog to einfo (bug #269509). 11 May 2009; Tiziano Müller <dev-zero@gentoo.org> -boost-1.35.0-r4.ebuild, boost-1.35.0-r5.ebuild, -boost-1.36.0.ebuild, diff --git a/dev-libs/boost/boost-1.35.0-r5.ebuild b/dev-libs/boost/boost-1.35.0-r5.ebuild index 086aaa135b8e..22603a7faf71 100644 --- a/dev-libs/boost/boost-1.35.0-r5.ebuild +++ b/dev-libs/boost/boost-1.35.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.2 2009/05/11 04:48:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.3 2009/05/13 19:11:47 dev-zero Exp $ EAPI="2" @@ -18,11 +18,11 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2 http://www.gentoo.org/~dev-zero/distfiles/boost-patches-${PATCHSET_VERSION}.tbz2" LICENSE="freedist Boost-1.0" SLOT="0" -IUSE="doc eselect expat icu mpi python tools" +IUSE="doc +eselect expat icu mpi python tools" RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) - mpi? ( sys-cluster/openmpi ) + mpi? ( sys-cluster/openmpi[cxx] ) sys-libs/zlib python? ( virtual/python ) >=app-admin/eselect-boost-0.3" @@ -146,8 +146,8 @@ src_compile() { NUMJOBS=$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/; s/--jobs=\?/-j/' <<< ${MAKEOPTS}) - elog "Using the following options to build: " - elog " ${OPTIONS}" + einfo "Using the following options to build: " + einfo " ${OPTIONS}" export BOOST_ROOT="${S}" @@ -168,8 +168,8 @@ src_compile() { } src_install () { - elog "Using the following options to install: " - elog " ${OPTIONS}" + einfo "Using the following options to install: " + einfo " ${OPTIONS}" export BOOST_ROOT="${S}" diff --git a/dev-libs/boost/boost-1.36.0-r1.ebuild b/dev-libs/boost/boost-1.36.0-r1.ebuild index 714d7f1c604b..df3ce7423043 100644 --- a/dev-libs/boost/boost-1.36.0-r1.ebuild +++ b/dev-libs/boost/boost-1.36.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.36.0-r1.ebuild,v 1.2 2009/05/11 04:48:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.36.0-r1.ebuild,v 1.3 2009/05/13 19:11:47 dev-zero Exp $ EAPI="2" @@ -18,11 +18,11 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2 http://www.gentoo.org/~dev-zero/distfiles/boost-patches-${PATCHSET_VERSION}.tbz2" LICENSE="freedist Boost-1.0" SLOT="1.36" -IUSE="doc eselect expat icu mpi python tools" +IUSE="doc +eselect expat icu mpi python tools" RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) - mpi? ( sys-cluster/openmpi ) + mpi? ( sys-cluster/openmpi[cxx] ) sys-libs/zlib python? ( virtual/python ) !<=dev-libs/boost-1.35.0-r2 @@ -144,8 +144,8 @@ src_compile() { NUMJOBS=$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/; s/--jobs=\?/-j/' <<< ${MAKEOPTS}) - elog "Using the following options to build: " - elog " ${OPTIONS}" + einfo "Using the following options to build: " + einfo " ${OPTIONS}" export BOOST_ROOT="${S}" @@ -166,8 +166,8 @@ src_compile() { } src_install () { - elog "Using the following options to install: " - elog " ${OPTIONS}" + einfo "Using the following options to install: " + einfo " ${OPTIONS}" export BOOST_ROOT="${S}" diff --git a/dev-libs/boost/boost-1.37.0-r1.ebuild b/dev-libs/boost/boost-1.37.0-r1.ebuild index 8fc5f07810c5..6ca82a1322b5 100644 --- a/dev-libs/boost/boost-1.37.0-r1.ebuild +++ b/dev-libs/boost/boost-1.37.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.3 2009/05/11 04:48:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.4 2009/05/13 19:11:47 dev-zero Exp $ EAPI="2" @@ -18,11 +18,11 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2 http://www.gentoo.org/~dev-zero/distfiles/boost-patches-${PATCHSET_VERSION}.tbz2" LICENSE="freedist Boost-1.0" SLOT="1.37" -IUSE="debug doc eselect expat icu mpi python tools" +IUSE="debug doc +eselect expat icu mpi python tools" RDEPEND="icu? ( >=dev-libs/icu-3.3 ) expat? ( dev-libs/expat ) - mpi? ( sys-cluster/openmpi ) + mpi? ( sys-cluster/openmpi[cxx] ) sys-libs/zlib python? ( virtual/python ) !<=dev-libs/boost-1.35.0-r2 @@ -155,8 +155,8 @@ src_compile() { NUMJOBS=$(sed -e 's/.*\(\-j[ 0-9]\+\) .*/\1/; s/--jobs=\?/-j/' <<< ${MAKEOPTS}) - elog "Using the following options to build: " - elog " ${OPTIONS}" + einfo "Using the following options to build: " + einfo " ${OPTIONS}" export BOOST_ROOT="${S}" @@ -187,8 +187,8 @@ src_compile() { } src_install () { - elog "Using the following options to install: " - elog " ${OPTIONS}" + einfo "Using the following options to install: " + einfo " ${OPTIONS}" export BOOST_ROOT="${S}" |