summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-11-24 18:32:36 +0000
committerDaniel Goller <morfic@gentoo.org>2005-11-24 18:32:36 +0000
commitaa913e31b78fda95c1bf420aa7d4c79f817a8b9d (patch)
tree1735e2379ad91769976d16ff3d1c5c682d5cd8ba /dev-libs/boost
parentStable on ppc64 (diff)
downloadgentoo-2-aa913e31b78fda95c1bf420aa7d4c79f817a8b9d.tar.gz
gentoo-2-aa913e31b78fda95c1bf420aa7d4c79f817a8b9d.tar.bz2
gentoo-2-aa913e31b78fda95c1bf420aa7d4c79f817a8b9d.zip
Removing OLD versions
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/ChangeLog8
-rw-r--r--dev-libs/boost/boost-1.29.0.ebuild54
-rw-r--r--dev-libs/boost/boost-1.30.0.ebuild103
-rw-r--r--dev-libs/boost/boost-1.30.2.ebuild99
-rw-r--r--dev-libs/boost/boost-1.31.0.ebuild140
-rw-r--r--dev-libs/boost/boost-1.32.0-r1.ebuild194
-rw-r--r--dev-libs/boost/boost-1.32.0-r2.ebuild212
-rw-r--r--dev-libs/boost/boost-1.32.0-r3.ebuild228
-rw-r--r--dev-libs/boost/boost-1.32.0-r4.ebuild229
-rw-r--r--dev-libs/boost/boost-1.32.0.ebuild90
-rw-r--r--dev-libs/boost/files/digest-boost-1.29.01
-rw-r--r--dev-libs/boost/files/digest-boost-1.30.01
-rw-r--r--dev-libs/boost/files/digest-boost-1.30.21
-rw-r--r--dev-libs/boost/files/digest-boost-1.31.01
-rw-r--r--dev-libs/boost/files/digest-boost-1.32.01
-rw-r--r--dev-libs/boost/files/digest-boost-1.32.0-r11
-rw-r--r--dev-libs/boost/files/digest-boost-1.32.0-r21
-rw-r--r--dev-libs/boost/files/digest-boost-1.32.0-r31
-rw-r--r--dev-libs/boost/files/digest-boost-1.32.0-r41
19 files changed, 7 insertions, 1359 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index d64dfede31b2..4e35b431a111 100644
--- a/dev-libs/boost/ChangeLog
+++ b/dev-libs/boost/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/boost
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.73 2005/11/24 18:24:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.74 2005/11/24 18:32:36 morfic Exp $
+
+ 24 Nov 2005; Daniel Goller <morfic@gentoo.org> -boost-1.29.0.ebuild,
+ -boost-1.30.0.ebuild, -boost-1.30.2.ebuild, -boost-1.31.0.ebuild,
+ -boost-1.32.0.ebuild, -boost-1.32.0-r1.ebuild, -boost-1.32.0-r2.ebuild,
+ -boost-1.32.0-r3.ebuild, -boost-1.32.0-r4.ebuild:
+ Removing OLD versions
24 Nov 2005; Markus Rothe <corsair@gentoo.org> boost-1.33.0-r1.ebuild:
Stable on ppc64
diff --git a/dev-libs/boost/boost-1.29.0.ebuild b/dev-libs/boost/boost-1.29.0.ebuild
deleted file mode 100644
index 07a5b2978c66..000000000000
--- a/dev-libs/boost/boost-1.29.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.8 2005/03/03 11:31:44 morfic Exp $
-
-MY_V="${PV//\./_}"
-
-DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries."
-HOMEPAGE="http://www.boost.org"
-SRC_URI="http://boost.sourceforge.net/release/boost_${MY_V}.tar.gz"
-LICENSE="freedist"
-KEYWORDS="x86 ~ppc"
-SLOT="1"
-IUSE=""
-
-RDEPEND=">=dev-util/yacc-1.9.1-r1
- >=dev-lang/python-2.2.1"
-
-S="${WORKDIR}/boost_${MY_V}"
-
-src_compile() {
- # first compile jam (the boost build tool)
- cd ${S}/tools/build/jam_src
- emake || die "couldn't build jam"
-
- # now build boost libraries
- cd ${S}
- ./tools/build/jam_src/bin.linux${ARCH}/bjam -j2 \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=2.2 \
- -sTOOLS=gcc || die "build error"
-}
-
-src_install () {
- # jam does not provide smth like 'make install' :(
-
- cd ${S}
- # install libraries
- find libs -type f -name \*.a -exec dolib.a {} \;
- find libs -type f -name \*.so -exec dolib.so {} \;
-
- # install source/header files
- find boost -type f -exec install -D -m0644 {} ${D}/usr/include/{} \;
-
- # install documentation
- dodoc README
-
- # this part should really use dohtml -- karltk
- for i in htm html jpg jpeg gif css
- do
- find . -type f -name "*.${i}" -exec \
- install -D -m0644 {} ${D}/usr/share/doc/${P}/html/{} \;
- done
-}
diff --git a/dev-libs/boost/boost-1.30.0.ebuild b/dev-libs/boost/boost-1.30.0.ebuild
deleted file mode 100644
index e909b88c5839..000000000000
--- a/dev-libs/boost/boost-1.30.0.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.0.ebuild,v 1.7 2005/03/03 11:31:44 morfic Exp $
-
-MY_V="${PV//\./_}"
-
-DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries."
-HOMEPAGE="http://www.boost.org"
-#SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/boost/boost_${MY_V}.tar.bz2"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_V}.tar.bz2"
-
-LICENSE="freedist"
-KEYWORDS="x86 ~ppc"
-SLOT="1"
-IUSE="icc"
-
-# This would be a good place for someone to figure out how to get
-# boost to build nicely with icc, as it's documented to be doable.
-
-DEPEND="virtual/libc"
-RDEPEND=">=dev-util/yacc-1.9.1-r1
- >=dev-lang/python-2.2.1
- icc? ( >=dev-lang/icc-7.1 )"
-
-S="${WORKDIR}/boost_${MY_V}"
-
-src_compile() {
- local PYTHON_VERSION=$(/usr/bin/python -V 2>&1 | /usr/bin/cut -d . -f 2,3)
- local BOOST_TOOLSET
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- else
- BOOST_TOOLSET="gcc"
- fi
-
- # Build bjam, a jam variant, which is used instead of make
- cd ${S}/tools/build/jam_src
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd ${S}
-
- if use icc ; then
- ./tools/build/jam_src/bin.linux${ARCH}/bjam -j2 \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_LINUX_VERSION="70" || die "Failed to build boost libraries."
- else
- ./tools/build/jam_src/bin.linux${ARCH}/bjam -j6 \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET}
-
- einfo "Don't worry if there are a few (probably 6) failures above."
- einfo "Some targets merely need to be combined. Here goes:"
-
- ./tools/build/jam_src/bin.linux${ARCH}/bjam \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET} || die "Failed to build boost libraries."
- fi
-}
-
-src_install () {
- # Unfortunately boost doesn't provide a standard way to
- # install itself. So it's done "manually" here.
-
- cd ${S}
-
- # install libraries
- find libs -type f -name \*.a -exec dolib.a {} \;
- find libs -type f -name \*.so -exec dolib.so {} \;
-
- # install source/header files
-
- find boost -type f \
- -exec install -D -m0644 {} ${D}/usr/include/{} \;
-
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css
- dohtml -A pdf -r more
- dohtml -r people
- dohtml -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \;
-}
diff --git a/dev-libs/boost/boost-1.30.2.ebuild b/dev-libs/boost/boost-1.30.2.ebuild
deleted file mode 100644
index cb94674f4ee5..000000000000
--- a/dev-libs/boost/boost-1.30.2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.2.ebuild,v 1.7 2005/03/03 11:31:44 morfic Exp $
-
-DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries."
-HOMEPAGE="http://www.boost.org"
-#SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/boost/boost-${PV}.tar.bz2"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.bz2"
-
-LICENSE="freedist"
-KEYWORDS="x86 ~ppc sparc"
-SLOT="1"
-IUSE="icc"
-
-# This would be a good place for someone to figure out how to get
-# boost to build nicely with icc, as it's documented to be doable.
-
-DEPEND="virtual/libc"
-RDEPEND=">=dev-util/yacc-1.9.1-r1
- >=dev-lang/python-2.2.1
- icc? ( >=dev-lang/icc-7.1 )"
-
-src_compile() {
- local PYTHON_VERSION=$(/usr/bin/python -V 2>&1 | sed 's/Python \([0-9][0-9]*\.[0-9][0-9]*\)\..*/\1/')
- local BOOST_TOOLSET
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- else
- BOOST_TOOLSET="gcc"
- fi
-
- # Build bjam, a jam variant, which is used instead of make
- cd ${S}/tools/build/jam_src
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd ${S}
-
- if use icc ; then
- ./tools/build/jam_src/bin.linux${ARCH}/bjam -j2 \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_LINUX_VERSION="70" || die "Failed to build boost libraries."
- else
- ./tools/build/jam_src/bin.linux${ARCH}/bjam ${MAKEOPTS} \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET}
-
- einfo "Don't worry if there are a few (probably 6) failures above."
- einfo "Some targets merely need to be combined. Here goes:"
-
- ./tools/build/jam_src/bin.linux${ARCH}/bjam \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET} || die "Failed to build boost libraries."
- fi
-}
-
-src_install () {
- # Unfortunately boost doesn't provide a standard way to
- # install itself. So it's done "manually" here.
-
- cd ${S}
-
- # install libraries
- find libs -type f -name \*.a -exec dolib.a {} \;
- find libs -type f -name \*.so -exec dolib.so {} \;
-
- # install source/header files
-
- find boost -type f \
- -exec install -D -m0644 {} ${D}/usr/include/{} \;
-
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css
- dohtml -A pdf -r more
- dohtml -r people
- dohtml -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \;
-}
diff --git a/dev-libs/boost/boost-1.31.0.ebuild b/dev-libs/boost/boost-1.31.0.ebuild
deleted file mode 100644
index 5d8523252591..000000000000
--- a/dev-libs/boost/boost-1.31.0.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.31.0.ebuild,v 1.13 2005/11/21 23:53:49 morfic Exp $
-
-MyPV=${PV//./_}
-
-DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries."
-HOMEPAGE="http://www.boost.org"
-#SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/boost/boost-${PV}.tar.bz2"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${MyPV}.tar.bz2"
-
-S=${WORKDIR}/${PN}_${MyPV}
-
-LICENSE="freedist"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-SLOT="1"
-IUSE="icc"
-
-# This would be a good place for someone to figure out how to get
-# boost to build nicely with icc, as it's documented to be doable.
-
-DEPEND="virtual/libc"
-RDEPEND=">=dev-util/yacc-1.9.1-r1
- >=dev-lang/python-2.2.1
- icc? ( >=dev-lang/icc-7.1 )"
-
-src_compile() {
- local PYTHON_VERSION=$(/usr/bin/python -V 2>&1 | sed 's/Python \([0-9][0-9]*\.[0-9][0-9]*\)\..*/\1/')
- local BOOST_TOOLSET
- local arch
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- else
- BOOST_TOOLSET="gcc"
- fi
-
- # Build bjam, a jam variant, which is used instead of make
- cd ${S}/tools/build/jam_src
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd ${S}
-
- if [ "${ARCH}" == "amd64" ]; then
- arch=
- else
- arch=${ARCH}
- fi
-
- if [ "${ARCH}" == "ppc64" ]; then
- pushd .
- cd tools/build/jam_src
- ln -sf bin.linuxppc bin.linuxppc64
- popd
- fi
-
- if use icc ; then
- ./tools/build/jam_src/bin.linux${arch}/bjam -j2 \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_LINUX_VERSION="70" || die "Failed to build boost libraries."
- else
- ./tools/build/jam_src/bin.linux${arch}/bjam ${MAKEOPTS} \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET}
-
- einfo "Don't worry if there are a few (probably 6) failures above."
- einfo "Some targets merely need to be combined. Here goes:"
-
- ./tools/build/jam_src/bin.linux${arch}/bjam \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYTHON_VERSION} \
- -sTOOLS=${BOOST_TOOLSET} || die "Failed to build boost libraries."
- fi
-}
-
-src_install () {
- # Unfortunately boost doesn't provide a standard way to
- # install itself. So it's done "manually" here.
-
- # install libraries
- find bin/boost/libs -type f -name \*.a -exec dolib.a {} \;
- find bin/boost/libs -type f -name "*.so*" -exec dolib.so {} \;
- #find bin/boost/libs -type l -name "*.so*" -exec dosym {} /usr/lib \;
-
- # install source/header files
-
- find boost -type f \
- -exec install -D -m0644 {} ${D}/usr/include/{} \;
-
- # install build tools
- cd tools/build
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- dodir /usr/share/${PN}
- cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
- cd ${S}
-
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css
- dohtml -A pdf -r more
- dohtml -r people
- dohtml -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \;
-
- #create symlinks for the libs
- LocalPV="1_31"
- cd ${D}/usr/lib
- for fn in *.so*; do
- baseName=${fn%%so*}
- #.so symlinks
- ln -s $fn ${baseName}so
- #remove version from .so's and .a's
- ln -s ${baseName}so ${baseName/-$LocalPV/}so
- ln -s ${baseName}a ${baseName/-$LocalPV/}a
- done
- #and finally set "default" links to -gcc-mt versions
- for fn in `ls -1 *.so|cut -d- -f1|sort|uniq`; do
- ln -s $fn-gcc-mt.so $fn.so
- ln -s $fn-gcc-mt.a $fn.a
- done
-}
diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild
deleted file mode 100644
index 6f7ac35000a4..000000000000
--- a/dev-libs/boost/boost-1.32.0-r1.ebuild
+++ /dev/null
@@ -1,194 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.12 2005/11/21 23:53:49 morfic Exp $
-
-# This ebuild was generated by Ebuilder v0.4.
-inherit python multilib eutils
-
-BOOST_PV1=${PV/./_}
-BOOST_PV=${BOOST_PV1/./_}
-S="${WORKDIR}/${PN}_${BOOST_PV}"
-DESCRIPTION="Boost Libraries for C++"
-SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2"
-HOMEPAGE="http://www.boost.org/"
-LICENSE="freedist Boost-1.0"
-SLOT="1"
-IUSE="icc"
-
-DEPEND="sys-devel/gcc
- icc? ( >=dev-lang/icc-8.0.055 )
- dev-lang/python"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64"
-
-pkg_setup() {
-
- if [ "${ARCH}" == "amd64" ]; then
- arch=
- else
- arch=${ARCH}
- fi
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- TOOLSET_NAME="icc"
- else
- BOOST_TOOLSET="gcc"
- TOOLSET_NAME="gcc"
- fi
-
- BOOSTJAM=./tools/build/jam_src/bin.linux${arch}/bjam
-
- einfo "MAKEOPTS are: ${MAKEOPTS}"
-
- # we dont like what get_number_of_jobs does, so we borrow what counts to us,
- # thanks H?kan Wessberg <nacka-gentoo@refug.org>, bug #13565
-
- if [ "`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | wc -l`" -gt 0 ]; then
- ADMINOPTS="`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | cut -d= -f2 | sed 's/\"//g'`"
- ADMINPARAM="`echo ${ADMINOPTS} | gawk '{match($0, /-j *[0-9]*/, opt); print opt[0]}'`"
- NUMJOBS="${ADMINPARAM}"
- fi
-
- einfo "number of jobs is: ${NUMJOBS}"
-}
-
-src_compile() {
- echo ${LAYOUT}
- python_version
- # Build bjam, a jam variant, which is used instead of make
- cd ${S}/tools/build/jam_src
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd ${S}
- # install build tools
- cd tools/build
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- dodir /usr/share/${PN}
- cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
- cd ${S}
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- --prefix=${D}/usr \
- --layout=system
-
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- --prefix=${D}/usr \
- --layout=system
-
- fi
-
-
-}
-
-src_install () {
- # install build tools
- cd tools/build
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- dodir /usr/share/${PN}
- cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
- cd ${S}
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- fi
-
- # Install documentation; seems to be mostly under ${S}/lib
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css
- dohtml -A pdf -r more
- dohtml -r people
- dohtml -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \;
-
- #and finally set "default" links to -gcc-mt versions
- cd ${D}/usr/lib
-
- for fn in `ls -1 *.so|cut -d- -f1|sort|uniq`; do
- if [ -f "$fn.so" ] ; then
- dosym $fn.so /usr/lib/$fn-${TOOLSET_NAME}.so
- fi
- if [ -f "$fn-mt.so" ] ; then
- dosym $fn-mt.so /usr/lib/$fn-${TOOLSET_NAME}-mt.so
- fi
- if [ -f "$fn-d.so" ] ; then
- dosym $fn-d.so /usr/lib/$fn-${TOOLSET_NAME}-d.so
- fi
- if [ -f "$fn-mt-d.so" ] ; then
- dosym $fn-mt-d.so /usr/lib/$fn-${TOOLSET_NAME}-mt-d.so
- fi
- done
-
- for fn in `ls -1 *.a|cut -d- -f1|sort|uniq`; do
- if [ -f "$fn.a" ] ; then
- dosym $fn.a /usr/lib/$fn-${TOOLSET_NAME}.a
- fi
- if [ -f "$fn-mt.a" ] ; then
- dosym $fn-mt.a /usr/lib/$fn-${TOOLSET_NAME}-mt.a
- fi
- if [ -f "$fn-d.a" ] ; then
- dosym $fn-d.a /usr/lib/$fn-${TOOLSET_NAME}-d.a
- fi
- if [ -f "$fn-mt-d.a" ] ; then
- dosym $fn-mt-d.a /usr/lib/$fn-${TOOLSET_NAME}-mt-d.a
- fi
- done
-
- [[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
-}
diff --git a/dev-libs/boost/boost-1.32.0-r2.ebuild b/dev-libs/boost/boost-1.32.0-r2.ebuild
deleted file mode 100644
index 0cd2505bfdf3..000000000000
--- a/dev-libs/boost/boost-1.32.0-r2.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r2.ebuild,v 1.3 2005/11/21 23:53:49 morfic Exp $
-
-# This ebuild was generated by Ebuilder v0.4.
-inherit python multilib eutils
-
-DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="http://www.boost.org/"
-BOOST_PV1=${PV/./_}
-BOOST_PV=${BOOST_PV1/./_}
-SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2"
-LICENSE="freedist Boost-1.0"
-SLOT="1"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64"
-IUSE="icc debug threads threadsonly static"
-
-DEPEND="!icc? ( sys-devel/gcc )
- icc? ( >=dev-lang/icc-8.0.055 )
- dev-lang/python"
-
-S="${WORKDIR}/${PN}_${BOOST_PV}"
-
-pkg_setup() {
-
- if [ "${ARCH}" == "amd64" ]; then
- arch=
- else
- arch=${ARCH}
- fi
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- TOOLSET_NAME="icc"
- else
- BOOST_TOOLSET="gcc"
- TOOLSET_NAME="gcc"
- fi
-
- if use static ; then
- BUILD="release <runtime-link>static"
- else
- BUILD="release <runtime-link>dynamic"
- fi
-
- if use debug ; then
- BUILD="${BUILD} debug"
- fi
-
- if use threads && use threadsonly ; then
- BUILD="${BUILD} <threading>multi"
- fi
-
- if use threads && ! use threadsonly ; then
- BUILD="${BUILD} <threading>single/multi"
- fi
-
- if ! use threads ; then
- BUILD="${BUILD} <threading>single"
- fi
-
- BOOSTJAM=./tools/build/jam_src/bin.linux${arch}/bjam
-
- # we dont like what get_number_of_jobs does, so we borrow what counts to us,
- # thanks H?kan Wessberg <nacka-gentoo@refug.org>, bug #13565
-
- if [ "`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | wc -l`" -gt 0 ]; then
- ADMINOPTS="`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | cut -d= -f2 | sed 's/\"//g'`"
- ADMINPARAM="`echo ${ADMINOPTS} | gawk '{match($0, /-j *[0-9]*/, opt); print opt[0]}'`"
- NUMJOBS="${ADMINPARAM}"
- fi
-
- python_version
-}
-
-src_compile() {
- # Build bjam, a jam variant, which is used instead of make
- cd "${S}/tools/build/jam_src"
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd "${S}"
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- fi
-
-
-}
-
-src_install () {
- # install build tools
- cd "${S}/tools/build"
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- dodir /usr/share/${PN}
- cp -pPR b* index.html v1/ v2/ ${D}/usr/share/${PN} || die "failed to
- install docs"
- cd "${S}"
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- fi
-
- # Install documentation; seems to be mostly under ${S}/lib
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css \
- -A pdf -r more-r people -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \;
-
- #and finally set "default" links to -gcc-mt versions
- cd ${D}/usr/lib
-
- for fn in `ls -1 *.so|cut -d- -f1|sort|uniq`; do
- if [ -f "$fn.so" ] ; then
- dosym $fn.so /usr/lib/$fn-${TOOLSET_NAME}.so
- fi
- if [ -f "$fn-mt.so" ] ; then
- dosym $fn-mt.so /usr/lib/$fn-${TOOLSET_NAME}-mt.so
- fi
- if [ -f "$fn-d.so" ] ; then
- dosym $fn-d.so /usr/lib/$fn-${TOOLSET_NAME}-d.so
- fi
- if [ -f "$fn-mt-d.so" ] ; then
- dosym $fn-mt-d.so /usr/lib/$fn-${TOOLSET_NAME}-mt-d.so
- fi
- done
-
- for fn in `ls -1 *.a|cut -d- -f1|sort|uniq`; do
- if [ -f "$fn.a" ] ; then
- dosym $fn.a /usr/lib/$fn-${TOOLSET_NAME}.a
- fi
- if [ -f "$fn-mt.a" ] ; then
- dosym $fn-mt.a /usr/lib/$fn-${TOOLSET_NAME}-mt.a
- fi
- if [ -f "$fn-d.a" ] ; then
- dosym $fn-d.a /usr/lib/$fn-${TOOLSET_NAME}-d.a
- fi
- if [ -f "$fn-mt-d.a" ] ; then
- dosym $fn-mt-d.a /usr/lib/$fn-${TOOLSET_NAME}-mt-d.a
- fi
- done
-
- [[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
-}
diff --git a/dev-libs/boost/boost-1.32.0-r3.ebuild b/dev-libs/boost/boost-1.32.0-r3.ebuild
deleted file mode 100644
index 42cbeee0c08c..000000000000
--- a/dev-libs/boost/boost-1.32.0-r3.ebuild
+++ /dev/null
@@ -1,228 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r3.ebuild,v 1.1 2005/04/27 00:10:17 morfic Exp $
-
-# This ebuild was generated by Ebuilder v0.4.
-inherit python distutils multilib eutils
-
-DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="http://www.boost.org/"
-BOOST_PV1=${PV/./_}
-BOOST_PV=${BOOST_PV1/./_}
-SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2"
-LICENSE="freedist Boost-1.0"
-SLOT="1"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64"
-IUSE="debug icc pyste static threads threadsonly"
-
-DEPEND="!icc? ( sys-devel/gcc )
- icc? ( >=dev-lang/icc-8.0.055 )
- dev-lang/python"
-
-RDEPEND="pyste? ( dev-cpp/gccxml dev-python/elementtree ) ${DEPEND}"
-
-S="${WORKDIR}/${PN}_${BOOST_PV}"
-
-pkg_setup() {
-
- if [ "${ARCH}" == "amd64" ]; then
- arch=
- else
- arch=${ARCH}
- fi
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- TOOLSET_NAME="icc"
- SOSUFFIX="so"
- elif use ppc-macos ; then
- BOOST_TOOLSET="darwin"
- TOOLSET_NAME="darwin"
- SOSUFFIX="dylib"
- else
- BOOST_TOOLSET="gcc"
- TOOLSET_NAME="gcc"
- SOSUFFIX="so"
- fi
-
- if use static ; then
- BUILD="release <runtime-link>static"
- else
- BUILD="release <runtime-link>dynamic"
- fi
-
- if use debug ; then
- BUILD="${BUILD} debug"
- fi
-
- if use threads && use threadsonly ; then
- BUILD="${BUILD} <threading>multi"
- fi
-
- if use threads && ! use threadsonly ; then
- BUILD="${BUILD} <threading>single/multi"
- fi
-
- if ! use threads ; then
- BUILD="${BUILD} <threading>single"
- fi
-
- BOOSTJAM=./tools/build/jam_src/bin.*/bjam
-
- # we dont like what get_number_of_jobs does, so we borrow what counts to us,
- # thanks H?kan Wessberg <nacka-gentoo@refug.org>, bug #13565
-
- if [ "`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | wc -l`" -gt 0 ]; then
- ADMINOPTS="`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | cut -d= -f2 | sed 's/\"//g'`"
- ADMINPARAM="`echo ${ADMINOPTS} | gawk '{match($0, /-j *[0-9]*/, opt); print opt[0]}'`"
- NUMJOBS="${ADMINPARAM}"
- fi
-
- python_version
-
-}
-
-src_compile() {
- # Build bjam, a jam variant, which is used instead of make
- cd "${S}/tools/build/jam_src"
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd "${S}"
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- fi
-
- if use pyste; then
- cd ${S}/libs/python/pyste/install
- distutils_src_compile
- fi
-}
-
-src_install () {
- # install build tools
- cd "${S}/tools/build"
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- insinto /usr/share/${PN}
- doins -a b* index.html v1/ v2/ ${D}/usr/share/${PN} || die "failed to install docs"
- cd "${S}"
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- fi
-
- # Install documentation; seems to be mostly under ${S}/lib
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css \
- -A pdf -r more-r people -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \;
-
- #and finally set "default" links to -gcc-mt versions
- cd ${D}/usr/lib
-
- for fn in `ls -1 *.${SOSUFFIX}|cut -d- -f1|sort|uniq`; do
- if [ -f "$fn.${SOSUFFIX}" ] ; then
- dosym $fn.${SOSUFFIX} /usr/lib/$fn-${TOOLSET_NAME}.${SOSUFFIX}
- fi
- if [ -f "$fn-mt.${SOSUFFIX}" ] ; then
- dosym $fn-mt.${SOSUFFIX} /usr/lib/$fn-${TOOLSET_NAME}-mt.${SOSUFFIX}
- fi
- if [ -f "$fn-d.${SOSUFFIX}" ] ; then
- dosym $fn-d.${SOSUFFIX} /usr/lib/$fn-${TOOLSET_NAME}-d.${SOSUFFIX}
- fi
- if [ -f "$fn-mt-d.${SOSUFFIX}" ] ; then
- dosym $fn-mt-d.${SOSUFFIX} /usr/lib/$fn-${TOOLSET_NAME}-mt-d.${SOSUFFIX}
- fi
- done
-
- for fn in `ls -1 *.a|cut -d- -f1|sort|uniq`; do
- if [ -f "$fn.a" ] ; then
- dosym $fn.a /usr/lib/$fn-${TOOLSET_NAME}.a
- fi
- if [ -f "$fn-mt.a" ] ; then
- dosym $fn-mt.a /usr/lib/$fn-${TOOLSET_NAME}-mt.a
- fi
- if [ -f "$fn-d.a" ] ; then
- dosym $fn-d.a /usr/lib/$fn-${TOOLSET_NAME}-d.a
- fi
- if [ -f "$fn-mt-d.a" ] ; then
- dosym $fn-mt-d.a /usr/lib/$fn-${TOOLSET_NAME}-mt-d.a
- fi
- done
-
- [[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
-
- if use pyste; then
- cd ${S}/libs/python/pyste/install
- distutils_src_install
- fi
-}
diff --git a/dev-libs/boost/boost-1.32.0-r4.ebuild b/dev-libs/boost/boost-1.32.0-r4.ebuild
deleted file mode 100644
index f7089820ddba..000000000000
--- a/dev-libs/boost/boost-1.32.0-r4.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r4.ebuild,v 1.5 2005/08/06 04:02:35 ka0ttic Exp $
-
-# This ebuild was generated by Ebuilder v0.4.
-inherit python distutils multilib eutils
-
-DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="http://www.boost.org/"
-BOOST_PV1=${PV/./_}
-BOOST_PV=${BOOST_PV1/./_}
-SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2"
-LICENSE="freedist Boost-1.0"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug doc icc pyste static threads threadsonly"
-
-DEPEND="!icc? ( sys-devel/gcc )
- icc? ( >=dev-lang/icc-8.0.055 )
- dev-lang/python"
-
-RDEPEND="pyste? ( dev-cpp/gccxml dev-python/elementtree ) ${DEPEND}"
-
-S="${WORKDIR}/${PN}_${BOOST_PV}"
-
-pkg_setup() {
-
- if [ "${ARCH}" == "amd64" ]; then
- arch=
- else
- arch=${ARCH}
- fi
-
- if use icc ; then
- BOOST_TOOLSET="intel-linux"
- TOOLSET_NAME="icc"
- SOSUFFIX="so"
- elif use ppc-macos ; then
- BOOST_TOOLSET="darwin"
- TOOLSET_NAME="darwin"
- SOSUFFIX="dylib"
- else
- BOOST_TOOLSET="gcc"
- TOOLSET_NAME="gcc"
- SOSUFFIX="so"
- fi
-
- if use static ; then
- BUILD="release <runtime-link>static"
- else
- BUILD="release <runtime-link>dynamic"
- fi
-
- if use debug ; then
- BUILD="${BUILD} debug"
- fi
-
- if use threads && use threadsonly ; then
- BUILD="${BUILD} <threading>multi"
- fi
-
- if use threads && ! use threadsonly ; then
- BUILD="${BUILD} <threading>single/multi"
- fi
-
- if ! use threads ; then
- BUILD="${BUILD} <threading>single"
- fi
-
- BOOSTJAM=./tools/build/jam_src/bin.*/bjam
-
- # we dont like what get_number_of_jobs does, so we borrow what counts to us,
- # thanks H?kan Wessberg <nacka-gentoo@refug.org>, bug #13565
-
- if [ "`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | wc -l`" -gt 0 ]; then
- ADMINOPTS="`egrep "^[[:space:]]*MAKEOPTS=" /etc/make.conf | cut -d= -f2 | sed 's/\"//g'`"
- ADMINPARAM="`echo ${ADMINOPTS} | gawk '{match($0, /-j *[0-9]*/, opt); print opt[0]}'`"
- NUMJOBS="${ADMINPARAM}"
- fi
-
- python_version
-
-}
-
-src_compile() {
- # Build bjam, a jam variant, which is used instead of make
- cd "${S}/tools/build/jam_src"
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd "${S}"
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system
-
- fi
-
- if use pyste; then
- cd ${S}/libs/python/pyste/install
- distutils_src_compile
- fi
-}
-
-src_install () {
- # install build tools
- cd "${S}/tools/build"
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- insinto /usr/share/${PN}
- doins -a b* index.html v1/ v2/ ${D}/usr/share/${PN} || die "failed to install docs"
- cd "${S}"
-
- if use icc ; then
- export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++"
- export GXX_INCLUDE="/usr/include"
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- -sINTEL_PATH="/opt/intel/compiler80/" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- else
- ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- -sBUILD="${BUILD}" \
- --prefix=${D}/usr \
- --layout=system \
- install || die "Install failed"
- fi
-
- # Install documentation; seems to be mostly under ${S}/lib
-
- if use doc ; then
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css \
- -A pdf -r more-r people -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \;
- fi
- #and finally set "default" links to -gcc-mt versions
- cd ${D}/usr/lib
-
- for fn in `ls -1 *.${SOSUFFIX}| cut -d- -f1 | sort | uniq`; do
- if [ -f "$fn.${SOSUFFIX}" ] ; then
- dosym "$fn.${SOSUFFIX}" "/usr/lib/$fn-${TOOLSET_NAME}.${SOSUFFIX}"
- fi
- if [ -f "$fn-mt.${SOSUFFIX}" ] ; then
- dosym "$fn-mt.${SOSUFFIX}" "/usr/lib/$fn-${TOOLSET_NAME}-mt.${SOSUFFIX}"
- fi
- if [ -f "$fn-d.${SOSUFFIX}" ] ; then
- dosym "$fn-d.${SOSUFFIX}" "/usr/lib/$fn-${TOOLSET_NAME}-d.${SOSUFFIX}"
- fi
- if [ -f "$fn-mt-d.${SOSUFFIX}" ] ; then
- dosym "$fn-mt-d.${SOSUFFIX}" "/usr/lib/$fn-${TOOLSET_NAME}-mt-d.${SOSUFFIX}"
- fi
- done
-
- for fn in `ls -1 *.a| cut -d- -f1 | sort | uniq`; do
- if [ -f "$fn.a" ] ; then
- dosym "$fn.a" "/usr/lib/$fn-${TOOLSET_NAME}.a"
- fi
- if [ -f "$fn-mt.a" ] ; then
- dosym "$fn-mt.a" "/usr/lib/$fn-${TOOLSET_NAME}-mt.a"
- fi
- if [ -f "$fn-d.a" ] ; then
- dosym "$fn-d.a" "/usr/lib/$fn-${TOOLSET_NAME}-d.a"
- fi
- if [ -f "$fn-mt-d.a" ] ; then
- dosym "$fn-mt-d.a" "/usr/lib/$fn-${TOOLSET_NAME}-mt-d.a"
- fi
- done
-
- [[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
-
- if use pyste; then
- cd ${S}/libs/python/pyste/install
- distutils_src_install
- fi
-}
diff --git a/dev-libs/boost/boost-1.32.0.ebuild b/dev-libs/boost/boost-1.32.0.ebuild
deleted file mode 100644
index 80a5fd6b9e49..000000000000
--- a/dev-libs/boost/boost-1.32.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0.ebuild,v 1.15 2005/11/21 23:53:49 morfic Exp $
-
-# This ebuild was generated by Ebuilder v0.4.
-inherit python
-
-BOOST_PV1=${PV/./_}
-BOOST_PV=${BOOST_PV1/./_}
-S="${WORKDIR}/${PN}_${BOOST_PV}"
-DESCRIPTION="Boost Libraries for C++"
-SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2"
-HOMEPAGE="http://www.boost.org/"
-LICENSE="freedist Boost-1.0"
-SLOT="1"
-IUSE="icc"
-
-DEPEND="sys-devel/gcc
- dev-lang/python"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64"
-
-if [ "${ARCH}" == "amd64" ]; then
- arch=
-else
- arch=${ARCH}
-fi
-
-if use icc ; then
- BOOST_TOOLSET="intel-linux"
-else
- BOOST_TOOLSET="gcc"
-fi
-
-BOOSTJAM=./tools/build/jam_src/bin.linux${arch}/bjam
-
-src_compile() {
- python_version
- # Build bjam, a jam variant, which is used instead of make
- cd ${S}/tools/build/jam_src
- ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam"
- cd ${S}
-
-}
-
-src_install () {
- # install build tools
- cd tools/build
- #do_whatever is too limiting here, need to move bunch of different stuff recursively
- dodir /usr/share/${PN}
- cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
- cd ${S}
-
- ${BOOSTJAM} \
- -sBOOST_ROOT=${S} \
- -sPYTHON_ROOT=/usr \
- -sPYTHON_VERSION=${PYVER} \
- -sTOOLS=${BOOST_TOOLSET} \
- --prefix=${D}/usr \
- --layout=system \
- install
-
- # Install documentation; seems to be mostly under ${S}/lib
- # install documentation
- dodoc README
- dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css
- dohtml -A pdf -r more
- dohtml -r people
- dohtml -r doc
-
- find libs -type f -not -regex '^libs/[^/]*/build/.*' \
- -and -not -regex '^libs/.*/test[^/]?/.*' \
- -and -not -regex '^libs/.*/bench[^/]?/.*' \
- -and -not -regex '^libs/[^/]*/tools/.*' \
- -and -not -name \*.bat \
- -and -not -name Jamfile\* \
- -and -not -regex '^libs/[^/]*/src/.*' \
- -and -not -iname makefile \
- -and -not -name \*.mak \
- -and -not -name .\* \
- -and -not -name \*.dsw \
- -and -not -name \*.dsp \
- -exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \;
-
-}
-
-pkg_postinst () {
- #give them what they need to include while keeping this dir
- dosym /usr/include/boost-1_32/boost /usr/include/boost
-}
diff --git a/dev-libs/boost/files/digest-boost-1.29.0 b/dev-libs/boost/files/digest-boost-1.29.0
deleted file mode 100644
index fc4262e9e3dc..000000000000
--- a/dev-libs/boost/files/digest-boost-1.29.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 258243a3b553ab0a3937aa9ea3165351 boost_1_29_0.tar.gz 5398510
diff --git a/dev-libs/boost/files/digest-boost-1.30.0 b/dev-libs/boost/files/digest-boost-1.30.0
deleted file mode 100644
index 7a834e5f5068..000000000000
--- a/dev-libs/boost/files/digest-boost-1.30.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 65fd58943e1763e064d271630e257649 boost_1_30_0.tar.bz2 5448725
diff --git a/dev-libs/boost/files/digest-boost-1.30.2 b/dev-libs/boost/files/digest-boost-1.30.2
deleted file mode 100644
index af476aa82b0d..000000000000
--- a/dev-libs/boost/files/digest-boost-1.30.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4aed692a863bb4beaa0b70d6dc53bda5 boost-1.30.2.tar.bz2 5439464
diff --git a/dev-libs/boost/files/digest-boost-1.31.0 b/dev-libs/boost/files/digest-boost-1.31.0
deleted file mode 100644
index bd71acf23d9a..000000000000
--- a/dev-libs/boost/files/digest-boost-1.31.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8cc183538eaa5cfc53d88d0e94bd2fd4 boost_1_31_0.tar.bz2 6979482
diff --git a/dev-libs/boost/files/digest-boost-1.32.0 b/dev-libs/boost/files/digest-boost-1.32.0
deleted file mode 100644
index f5cfec51b895..000000000000
--- a/dev-libs/boost/files/digest-boost-1.32.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1d1fc7b8fc8c51df4564c2188ca51cb boost_1_32_0.tar.bz2 10181552
diff --git a/dev-libs/boost/files/digest-boost-1.32.0-r1 b/dev-libs/boost/files/digest-boost-1.32.0-r1
deleted file mode 100644
index f5cfec51b895..000000000000
--- a/dev-libs/boost/files/digest-boost-1.32.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1d1fc7b8fc8c51df4564c2188ca51cb boost_1_32_0.tar.bz2 10181552
diff --git a/dev-libs/boost/files/digest-boost-1.32.0-r2 b/dev-libs/boost/files/digest-boost-1.32.0-r2
deleted file mode 100644
index f5cfec51b895..000000000000
--- a/dev-libs/boost/files/digest-boost-1.32.0-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1d1fc7b8fc8c51df4564c2188ca51cb boost_1_32_0.tar.bz2 10181552
diff --git a/dev-libs/boost/files/digest-boost-1.32.0-r3 b/dev-libs/boost/files/digest-boost-1.32.0-r3
deleted file mode 100644
index f5cfec51b895..000000000000
--- a/dev-libs/boost/files/digest-boost-1.32.0-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1d1fc7b8fc8c51df4564c2188ca51cb boost_1_32_0.tar.bz2 10181552
diff --git a/dev-libs/boost/files/digest-boost-1.32.0-r4 b/dev-libs/boost/files/digest-boost-1.32.0-r4
deleted file mode 100644
index f5cfec51b895..000000000000
--- a/dev-libs/boost/files/digest-boost-1.32.0-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1d1fc7b8fc8c51df4564c2188ca51cb boost_1_32_0.tar.bz2 10181552