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

(-)omniORB-4.1.3.ebuild (-1 / +9 lines)
Lines 5-11 Link Here
5
inherit python eutils
5
inherit python eutils
6
6
7
DESCRIPTION="A robust, high-performance CORBA 2 ORB"
7
DESCRIPTION="A robust, high-performance CORBA 2 ORB"
8
SRC_URI="mirror://sourceforge/omniorb/${PF}.tar.gz"
8
SRC_URI="mirror://sourceforge/omniorb/${P}.tar.gz"
9
HOMEPAGE="http://omniorb.sourceforge.net/"
9
HOMEPAGE="http://omniorb.sourceforge.net/"
10
10
11
IUSE="ssl"
11
IUSE="ssl"
Lines 25-30 Link Here
25
		-e 's/^CDEBUGFLAGS.*/CDEBUGFLAGS = $(OPTCFLAGS)/' \
25
		-e 's/^CDEBUGFLAGS.*/CDEBUGFLAGS = $(OPTCFLAGS)/' \
26
		mk/beforeauto.mk.in \
26
		mk/beforeauto.mk.in \
27
		mk/platforms/i586_linux_2.0*.mk || die "sed failed"
27
		mk/platforms/i586_linux_2.0*.mk || die "sed failed"
28
29
        python_version
30
	if [ ${PYVER} = '2.5' ] ; then 
31
		einfo "Changed for python 2.5"
32
		sed -i -e 's|return my_import("omniidl_be." + name)|return my_import("omniidl_be/" + name)|g' \
33
			src/tool/omniidl/python/omniidl/main.py || die "sed main.py failed"
34
35
	fi
28
}
36
}
29
37
30
src_compile() {
38
src_compile() {

Return to bug 261330