Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20550 Details for
Bug 33129
pykde 3.7.4 emerge problem
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pykde-3.8.0.ebuild
pykde-3.8.0.ebuild (text/plain), 1.23 KB, created by
Carsten Lohrke (RETIRED)
on 2003-11-10 15:52:40 UTC
(
hide
)
Description:
pykde-3.8.0.ebuild
Filename:
MIME Type:
Creator:
Carsten Lohrke (RETIRED)
Created:
2003-11-10 15:52:40 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils distutils > >MAJ_PV=${PV%.[0-9]*} >MIN_PV=${PV##*[0-9].} >MY_PN="PyKDE" >MY_P=${MY_PN}-${MAJ_PV}.${MIN_PV} > >S=${WORKDIR}/${MY_P} > >DESCRIPTION="set of Python bindings for the KDE libs" >SRC_URI="http://www.river-bank.demon.co.uk/download/PyKDE2/${MY_P}.tar.gz" >HOMEPAGE="http://www.riverbankcomputing.co.uk/pykde/" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND="virtual/glibc > sys-devel/libtool > >=dev-lang/python-2.2.1 > =dev-python/sip-3.8 > =dev-python/PyQt-3.8.1 > >=kde-base/kdelibs-3.0.4" > >distutils_python_version > >src_compile() { > cd build > epatch ${FILESDIR}/discover.py.diff > cd .. > dodir /usr/lib/python${PYVER}/site-packages > dodir /usr/include/python${PYVER} > python build.py \ > -d ${D}/usr/lib/python${PYVER}/site-packages \ > -s /usr/lib/python${PYVER}/site-packages \ > -o ${KDEDIR}/lib \ > -c+ -v /usr/share/sip/qt || die > make || die >} > >src_install() { > dodir ${D}/usr/lib/python${PYVER}/site-packages > make DESTDIR=${D} install || die > dodoc ChangeLog AUTHORS THANKS README NEWS COPYING DETAILS BUGS README.importTest > dodir /usr/share/doc/${PF}/ > mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${PF}/ >}
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 33129
:
20550
|
20551
|
20644
|
29939
|
29951
|
30309
|
30310
|
30706
|
31133