Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79517
Collapse All | Expand All

(-)boost-1.32.0-r1.ebuild (-2 / +12 lines)
Lines 3-9 Link Here
3
# $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 $
3
# $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 $
4
4
5
# This ebuild was generated by Ebuilder v0.4.
5
# This ebuild was generated by Ebuilder v0.4.
6
inherit python multilib eutils
6
inherit python distutils multilib eutils
7
7
8
BOOST_PV1=${PV/./_}
8
BOOST_PV1=${PV/./_}
9
BOOST_PV=${BOOST_PV1/./_}
9
BOOST_PV=${BOOST_PV1/./_}
Lines 13-23 Link Here
13
HOMEPAGE="http://www.boost.org/"
13
HOMEPAGE="http://www.boost.org/"
14
LICENSE="freedist Boost-1.0"
14
LICENSE="freedist Boost-1.0"
15
SLOT="1"
15
SLOT="1"
16
IUSE="icc"
16
IUSE="icc pyste"
17
17
18
DEPEND="sys-devel/gcc
18
DEPEND="sys-devel/gcc
19
	icc? (  >=dev-lang/icc-8.0.055 )
19
	icc? (  >=dev-lang/icc-8.0.055 )
20
	dev-lang/python"
20
	dev-lang/python"
21
RDEPEND="pyste? ( dev-cpp/gccxml dev-python/elementtree ) ${DEPEND}"
21
KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64"
22
KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64"
22
23
23
pkg_setup() {
24
pkg_setup() {
Lines 101-106 Link Here
101
				--layout=system
102
				--layout=system
102
103
103
		  fi
104
		  fi
105
		  if use pyste; then
106
			  cd ${S}/libs/python/pyste/install
107
			  distutils_src_compile
108
	      fi
104
109
105
110
106
}
111
}
Lines 191-194 Link Here
191
		done
196
		done
192
197
193
	[[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
198
	[[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
199
200
	if use pyste; then
201
		cd ${S}/libs/python/pyste/install
202
		distutils_src_install
203
	fi
194
}
204
}

Return to bug 79517