--- boost-1.32.0-r1.ebuild 2005-03-21 17:55:35.428165024 -0600 +++ boost-1.32.0-r2.ebuild 2005-03-21 17:56:54.396160064 -0600 @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.10 2005/03/20 07:14:55 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. -inherit python multilib eutils +inherit python distutils multilib eutils BOOST_PV1=${PV/./_} BOOST_PV=${BOOST_PV1/./_} @@ -13,11 +13,12 @@ HOMEPAGE="http://www.boost.org/" LICENSE="freedist Boost-1.0" SLOT="1" -IUSE="icc" +IUSE="icc pyste" DEPEND="sys-devel/gcc icc? ( >=dev-lang/icc-8.0.055 ) dev-lang/python" +RDEPEND="pyste? ( dev-cpp/gccxml dev-python/elementtree ) ${DEPEND}" KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64" pkg_setup() { @@ -101,6 +102,10 @@ --layout=system fi + if use pyste; then + cd ${S}/libs/python/pyste/install + distutils_src_compile + fi } @@ -191,4 +196,9 @@ 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 }