Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83972 Details for
Bug 128902
dev-python/sip-4.4.1 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python/sip-4.4.1.ebuild
sip-4.4.1.ebuild (text/plain), 1.33 KB, created by
Sundance
on 2006-04-05 06:08:55 UTC
(
hide
)
Description:
dev-python/sip-4.4.1.ebuild
Filename:
MIME Type:
Creator:
Sundance
Created:
2006-04-05 06:08:55 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.3.2.ebuild,v 1.1 2005/12/09 22:00:47 carlo Exp $ > >inherit distutils > >MY_P=${P/"?.?.?_pre"/"snapshot-"} >MY_P=${MY_P/_/} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." >HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" >SRC_URI="http://www.riverbankcomputing.co.uk/Downloads/sip4/${MY_P}.tar.gz" >#SRC_URI="http://www.river-bank.demon.co.uk/download/snapshots/sip/${MY_P}.tar.gz" > >SLOT="0" >LICENSE="sip" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64" >IUSE="debug doc" > >DEPEND="virtual/libc > x11-libs/qt > >=dev-lang/python-2.3" > >src_compile(){ > distutils_python_version > > local myconf="-b ${ROOT}usr/bin -d ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages -e ${ROOT}usr/include/python${PYVER}" > use debug && myconf="${myconf} -u" > > python configure.py ${myconf} "CFLAGS+=${CFLAGS}" "CXXFLAGS+=${CXXFLAGS}" > emake || die "emake failed" >} > >src_install() { > make DESTDIR=${D} install || die "install failed" > dodoc ChangeLog LICENSE NEWS README THANKS TODO > if use doc ; then dohtml doc/* ; fi >} > >pkg_postinst() { > echo "" > einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." > echo "" >}
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 128902
: 83972