Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22066 Details for
Bug 35355
PyQt 3.8.1 cannot be downloaded
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
PyQt-3.9.ebuild
PyQt-3.9.ebuild (text/plain), 1.47 KB, created by
Carsten Lohrke (RETIRED)
on 2003-12-11 19:20:04 UTC
(
hide
)
Description:
PyQt-3.9.ebuild
Filename:
MIME Type:
Creator:
Carsten Lohrke (RETIRED)
Created:
2003-12-11 19:20:04 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils eutils > >IUSE="" > >S="${WORKDIR}/PyQt-x11-gpl-${PV}" > >DESCRIPTION="set of Python bindings for the QT 3.x Toolkit" >SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar.gz" >HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~alpha" >RESTRICT="nomirror" > >PV_MAJOR=${PV/.*/} >PV_MINOR=${PV#${PV_MAJOR}.} >PV_MINOR=${PV_MINOR/.*} > >DEPEND="virtual/glibc > sys-devel/libtool > x11-libs/qt > dev-lang/python > >=dev-python/sip-${PV_MAJOR}.${PV_MINOR}-r1 > >=dev-python/qscintilla-1.54" > >src_compile() { > distutils_python_version > # standard qt sandbox problem workaround > [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" > dodir /usr/lib/python${PYVER}/site-packages /usr/include/python${PYVER} /usr/bin /usr/share/sip > cd ${S} > sed -i -e "s/ check_license()/# check_license()/" configure.py > python configure.py \ > -d ${D}usr/lib/python${PYVER}/site-packages \ > -b ${D}usr/bin \ > -v ${D}usr/share/sip \ > -c > make || die >} > >src_install() { > make install || die > dodoc ChangeLog LICENSE NEWS README README.Linux README.SunOS THANKS > dodir /usr/share/doc/${P}/ > mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ > insinto /usr/share/sip > doins ${S}/sip/* > echo "/${D//\//\\/}/s//\//" > fixpaths.sed > sed -i -f fixpaths.sed ${D}usr/lib/python${PYVER}/site-packages/pyqtconfig.py >}
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 35355
: 22066