Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 200608 Details for
Bug 280732
dev-python/pycxx-6.1.0 has wrong include lines in some headers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python/pycxx-6.1.0.ebuild
pycxx-6.1.0.ebuild (text/plain), 994 bytes, created by
Sandy
on 2009-08-08 18:09:55 UTC
(
hide
)
Description:
dev-python/pycxx-6.1.0.ebuild
Filename:
MIME Type:
Creator:
Sandy
Created:
2009-08-08 18:09:55 UTC
Size:
994 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.1.0.ebuild,v 1.1 2009/08/05 02:54:41 arfrever Exp $ > >EAPI="2" >SUPPORT_PYTHON_ABIS="1" > >inherit eutils distutils > >DESCRIPTION="Set of facilities to extend Python with C++" >HOMEPAGE="http://cxx.sourceforge.net" >SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc examples" > >PYTHON_MODNAME="CXX" > >src_prepare() { > epatch "${FILESDIR}/${P}-setup.py.patch" > epatch "${FILESDIR}/${P}-python-3.patch" > epatch "${FILESDIR}/${P}-C_compatible_headers.patch" > epatch "${FILESDIR}/${P}-Extensions.hxx.patch" >} > >src_install() { > distutils_src_install > if use doc; then > dohtml -r Doc/ || die "dohtml failed" > fi > > if use examples; then > docinto examples/python-2 > dodoc Demo/Python2/* || die "dodoc failed" > docinto examples/python-3 > dodoc Demo/Python3/* || die "dodoc failed" > fi >}
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 280732
:
200589
| 200608