Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206285 Details for
Bug 288016
dev-python/sip-4.8.2: sources are missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sip-4.9 ebuild
sip-4.9.ebuild (text/plain), 1.54 KB, created by
Ilya Volynets (RETIRED)
on 2009-10-07 07:29:56 UTC
(
hide
)
Description:
sip-4.9 ebuild
Filename:
MIME Type:
Creator:
Ilya Volynets (RETIRED)
Created:
2009-10-07 07:29:56 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.8.2-r1.ebuild,v 1.2 2009/10/03 17:30:39 arfrever Exp $ > >EAPI="2" >SUPPORT_PYTHON_ABIS="1" > >inherit eutils python toolchain-funcs > >MY_P=${P/_pre/-snapshot-} > >DESCRIPTION="A tool for generating bindings for C++ classes so that they can be used by Python" >HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro" >SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}${PV%%.*}/${MY_P}.tar.gz" > >LICENSE="sip" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="debug doc" > >S="${WORKDIR}/${MY_P}" > >DEPEND="" >RDEPEND="" > >src_prepare() { > python_copy_sources >} > >src_configure() { > configuration() { > local myconf="$(PYTHON) configure.py > --bindir=/usr/bin > --destdir=$(python_get_sitedir) > --incdir=$(python_get_includedir) > --sipdir=/usr/share/sip > $(use debug && echo '--debug') > CC=$(tc-getCC) CXX=$(tc-getCXX) > LINK=$(tc-getCXX) LINK_SHLIB=$(tc-getCXX) > CFLAGS='${CFLAGS}' CXXFLAGS='${CXXFLAGS}' > LFLAGS='${LDFLAGS}' > STRIP=true" > echo ${myconf} > eval ${myconf} > } > python_execute_function -s configuration >} > >src_compile() { > python_execute_function -d -s >} > >src_install() { > python_need_rebuild > > python_execute_function -d -s > > dodoc ChangeLog NEWS || die > > if use doc; then > dohtml -r doc/html/* || die > fi >} > >pkg_postinst() { > python_mod_optimize sipconfig.py sipdistutils.py >} > >pkg_postrm() { > python_mod_cleanup >}
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 288016
: 206285