Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 282957 Details for
Bug 378843
[Science overlay] omniORBpy version 3.6 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The failing omniORBpy ebuild file.
omniORBpy-3.6.ebuild (text/plain), 1.18 KB, created by
Mikael Morin
on 2011-08-11 22:04:24 UTC
(
hide
)
Description:
The failing omniORBpy ebuild file.
Filename:
MIME Type:
Creator:
Mikael Morin
Created:
2011-08-11 22:04:24 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >EAPI=3 > >inherit python > >DESCRIPTION="A robust, high-performance CORBA 2 ORB for Python" >HOMEPAGE="http://omniorb.sourceforge.net/" >SRC_URI="http://downloads.sourceforge.net/project/omniorb/${PN}/${P}/${P}.tar.bz2" > >LICENSE="LGPL-2 GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="ssl" > >RDEPEND=">=net-misc/omniORB-4.1.4 > ssl? ( >=dev-libs/openssl-0.9.6b )" > ># src_install may use the diff command >DEPEND="${RDEPEND} > >=sys-apps/diffutils-3.0 >" > >src_install() { > emake DESTDIR="${D}" install >} > >pkg_preinst() { > PORTAGE_ELOG_CLASSES="log info warn qa error log" > PORTAGE_ELOG_SYSTEM="custom" > # There might be a conflict between omniORB and omniORBpy files > # Remove the offending file if it is the same as the one currently installed > CONFLICTING_FILE="$(python_get_lib_dir)/site-packages/omniidl_be/__ini__.py" > PORTAGE_ELOG_COMMAND="echo " > elog "<${CONFLICTING_FILE}>" > elog "<${D}${CONFLICTING_FILE}>" > test -f ${D}${CONFLICTING_FILE} && \ > test -f ${CONFLICTING_FILE} && \ > diff ${CONFLICTING_FILE} ${D}${CONFLITING_FILE} && \ > rm ${D}${CONFLICTING_FILE} > rm ${D}/${CONFLICTING_FILE} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 378843
:
282957
|
286005