Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153115 Details for
Bug 222105
x11-libs/qscintilla-2.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for qscintilla-2.2 python bindings
qscintilla-python-2.2.ebuild (text/plain), 1.47 KB, created by
Darren Dale
on 2008-05-14 16:45:13 UTC
(
hide
)
Description:
ebuild for qscintilla-2.2 python bindings
Filename:
MIME Type:
Creator:
Darren Dale
Created:
2008-05-14 16:45:13 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils python > >MY_PN="qscintilla" >MY_P="${MY_PN/qs/QS}-gpl-${PV}" > >DESCRIPTION="Python bindings for Qscintilla" >HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" >SRC_URI="http://www.riverbankcomputing.com/static/Downloads/QScintilla2/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" >IUSE="qt4" > >DEPEND=">=dev-python/sip-4.4 > =x11-libs/qscintilla-${PV}* > !<x11-libs/qscintilla-2.1-r1 > qt4? ( dev-python/PyQt4 ) > !qt4? ( dev-python/PyQt )" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P}/Python > >pkg_setup() { > # this package needs to have same qt flags with qscintilla. > if use qt4; then > if ! built_with_use 'x11-libs/qscintilla' 'qt4'; then > eerror "Please build qscintilla with qt4 useflag." > die "qscintilla built without qt4." > fi > else > if built_with_use 'x11-libs/qscintilla' 'qt4'; then > eerror "Please build qscintilla without qt4 useflag." > die "qscintilla built with qt4" > fi > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/${P}-nostrip.patch >} > >src_compile() { > local myconf="-o /usr/lib -n /usr/include" > if use qt4; then > myconf="${myconf} -p 4" > else > myconf="${myconf} -p 3" > fi > > python_version > ${python} configure.py ${myconf} || die "configure.py failed" > emake ||Â die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >}
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 222105
:
153111
|
153113
| 153115 |
153117