Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22101 Details for
Bug 35199
upd.: dev-util/eric-3.3.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
eric-3.3.1.ebuild - PyQt-3.9 compatibility
eric-3.3.1.ebuild (text/plain), 1.61 KB, created by
Carsten Lohrke (RETIRED)
on 2003-12-12 14:51:24 UTC
(
hide
)
Description:
eric-3.3.1.ebuild - PyQt-3.9 compatibility
Filename:
MIME Type:
Creator:
Carsten Lohrke (RETIRED)
Created:
2003-12-12 14:51:24 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils eutils > >DESCRIPTION="eric3 is a full featured Python IDE that is written in PyQt using the QScintilla editor widget" >HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html" >SRC_URI="http://www.die-offenbachs.de/detlev/files/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" >RESTRICT="nomirror" > >distutils_python_version >IDIR="/usr/lib/python${PYVER}/site-packages/eric3/" >ADIR=${IDIR}"apis/" > >DEPEND="virtual/glibc > sys-devel/libtool > >=x11-libs/qt-3.1 > >=dev-python/qscintilla-1.53 > >=dev-lang/python-2.2.1 > >=dev-python/sip-3.7 > >=dev-python/PyQt-3.7" > >#RDEPEND="${RDEPEND} net-misc/omniORB" > >src_compile() { > epatch ${FILESDIR}/install.py.${PF}.diff >} > >src_install() { > cp ${S}/patch_modpython.py ${S}/eric/Tools > python install.py \ > -b /usr/bin \ > -i ${D} > dodoc HISTORY LICENSE.GPL README THANKS eric/README-scripting.txt >} > >pkg_postinst() { > einfo "" > einfo "Execute the command \"ebuild /var/db/pkg/dev-util/${PF}/${PF}.ebuild config\"" > einfo to generate the api files for the autocompletion/calltips feature of eric3. > einfo "The api files will be placed in \"${ADIR}\"." > einfo "You have to configure their usage in the eric3 Preferences Dialog -> Editor -> APIs." > einfo "" > einfo "If you want to use eric3 with Mod_python, have a look at" > einfo "\"${IDIR}Tools/patch_modpython.py\"." > einfo "" >} > >pkg_config() { > mkdir ${ADIR} > einfo "Creating api files... (get a coffee)" > python ${IDIR}Tools/gen_python_api.py ${ADIR} > python ${IDIR}Tools/gen_pyqt_api.py /usr/share/sip ${ADIR} >}
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 35199
:
21790
|
21791
|
21792
|
22101
|
22102
|
23812