Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 462464 Details for
Bug 603568
dev-python/pyqwt-5.2.0-r2 : size_t_check.cpp:3:6: error: prototype for ‘void a::f(unsigned int)’ does not match any in class ‘a’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild demonstrating how to patch with modified ${S}
pyqwt-5.2.0-r3.ebuild (text/plain), 1.99 KB, created by
Bruno Henc
on 2017-02-04 21:30:20 UTC
(
hide
)
Description:
Modified ebuild demonstrating how to patch with modified ${S}
Filename:
MIME Type:
Creator:
Bruno Henc
Created:
2017-02-04 21:30:20 UTC
Size:
1.99 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >PYTHON_COMPAT=( python2_7 ) > >inherit flag-o-matic python-r1 qmake-utils > >DESCRIPTION="Python bindings for the Qwt library" >HOMEPAGE="http://pyqwt.sourceforge.net/" >MY_P="PyQwt-${PV}" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >SLOT="5" >LICENSE="GPL-2" >KEYWORDS="amd64 arm ia64 x86" >IUSE="debug doc examples svg" > >RDEPEND=" > dev-python/numpy[${PYTHON_USEDEP}] > dev-python/PyQt4[${PYTHON_USEDEP},compat(+)] > dev-python/sip[${PYTHON_USEDEP}] > x11-libs/qwt:5[svg?]" >DEPEND="${RDEPEND} > doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" > >S=${WORKDIR}/${MY_P}/configure > >src_prepare() { > sed -i -e "s|configuration.qt_dir, 'bin'|'$(qt4_get_bindir)'|" configure.py || die > cd "${S}" > cd .. > EPATCH_SOURCE="${FILESDIR}/sip-4.19-compat" EPATCH_SUFFIX="patch" \ > EPATCH_FORCE="yes" epatch > python_copy_sources > append-flags -fPIC >} > >src_configure() { > echo "buildir: ${BUILD_DIR}" > configuration() { > local myconf=() > use debug && myconf+=( --debug ) > echo "buildir: ${BUILD_DIR}" > cd "${BUILD_DIR}" || die > # '-j' option can be buggy. > "${PYTHON}" configure.py \ > --extra-cflags="${CFLAGS}" \ > --extra-cxxflags="${CXXFLAGS}" \ > --extra-lflags="${LDFLAGS}" \ > --disable-numarray \ > --disable-numeric \ > -I/usr/include/qwt5 \ > -lqwt \ > ${myconf[@]} \ > || die "configure.py failed" > > # Avoid stripping of the libraries. > sed -i -e "/strip/d" {iqt5qt4,qwt5qt4}/Makefile || die "sed failed" > } > python_foreach_impl configuration >} > >src_compile() { > compilation() { > cd "${BUILD_DIR}" || die > default > } > python_foreach_impl compilation > > if use doc; then > cd "${S}"/../sphinx || die > emake > fi >} > >src_install() { > installation() { > cd "${BUILD_DIR}" || die > emake DESTDIR="${D}" install > } > python_foreach_impl installation > > cd "${S}"/.. || die > > dodoc ANNOUNCEMENT-${PV} README > > use doc && dodoc -r sphinx/build/. > if use examples; then > docinto examples > dodoc -r qt4examples/. > 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 603568
:
457262
|
457264
|
457266
|
457268
|
462462
| 462464 |
462530