Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21790 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.ebuild - major update
eric-3.3.ebuild (text/plain), 1.63 KB, created by
Carsten Lohrke (RETIRED)
on 2003-12-06 08:35:45 UTC
(
hide
)
Description:
eric-3.3.ebuild - major update
Filename:
MIME Type:
Creator:
Carsten Lohrke (RETIRED)
Created:
2003-12-06 08:35:45 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils eutils > >PYQTVER="$(pyuic -version 2>&1 )" >PYQTVER="${PYQTVER#Python User Interface Compiler }" >PYQTVER="${PYQTVER% for Qt version *}" >PYQTVER_MAJOR=${PYQTVER/.*/} >PYQTVER_MINOR=${PYQTVER#${PYQTVER_MAJOR}.} >PYQTVER_MINOR=${PYQTVER_MINOR/.*} >API="PyQt-APIs-${PYQTVER_MAJOR}.${PYQTVER_MINOR}" >distutils_python_version >IDIR=${D}"/usr/lib/python${PYVER}/site-packages/eric3/" >ADIR=${IDIR}"apis/" >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/snapshots/${P}.tar.gz > http://www.die-offenbachs.de/detlev/contributions/${API}.tar.gz" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" >RESTRICT="nomirror" > >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" > >src_unpack() { > unpack ${P}".tar.gz" >} > >src_compile() { > epatch ${FILESDIR}/install.py.diff >} > >src_install() { > python install.py \ > -b /usr/bin \ > -i ${D} > dodoc HISTORY LICENSE.GPL README THANKS eric/README-scripting.txt > dodir ${ADIR} > cd ${WORKDIR} > 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/qt/ ${ADIR} >} > >pkg_postinst() { > einfo "The API files are placed in /usr/lib/python${PYVER}/site-packages/eric3/. You have to" > einfo "configure their usage in the eric3 Preferences Dialog -> Editor -> APIs." >}
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