Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30309 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.11_alpha7.ebuild
pykde-3.11_alpha7.ebuild (text/plain), 1.23 KB, created by
Carsten Lohrke (RETIRED)
on 2004-04-29 04:37:36 UTC
(
hide
)
Description:
pykde-3.11_alpha7.ebuild
Filename:
MIME Type:
Creator:
Carsten Lohrke (RETIRED)
Created:
2004-04-29 04:37:36 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils distutils > >MY_P=PyKDE-${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" >IUSE="debug doc kjs" > >DEPEND="virtual/glibc > sys-devel/libtool > virtual/python > >=dev-python/sip-3.10.1 > >=dev-python/PyQt-3.11 > <=kde-base/kdelibs-3.2.2" > >src_unpack() { > unpack ${A} > cd ${S}/sip/kdecore > epatch ${FILESDIR}/kmacroexpander.sip.diff >} > >src_compile() { > cd ${S} > distutils_python_version > > local myconf="-d ${D}usr/lib/python${PYVER}/site-packages \ > -v ${D}usr/share/sip \ > -c" > use debug && myconf="${myconf} -r -u" > use kjs && myconf="${myconf} -m" > > python configure.py ${myconf} > make || die >} > >src_install() { > make DESTDIR=${D} install || die > use kjs || rm -rf sip/kjs > find ./ -iname *.sip -exec cp -p {} ${D}usr/share/sip/.{} \; > dodoc AUTHORS BUGS ChangeLog COPYING DETAILS INSTALL NEWS README THANKS > use doc && ( cp -r examples ${D}/usr/share/doc/${PF} > cp -r templates ${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