Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292165 Details for
Bug 364629
waf supplied with net-libs/nodejs-0.4.6 and 0.4.7 fails if python3 selected
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new nodejs-0.6.0.ebuild that would fix the python problems
nodejs-0.6.0.ebuild (text/plain), 912 bytes, created by
Alexander Sulfrian
on 2011-11-10 23:56:33 UTC
(
hide
)
Description:
new nodejs-0.6.0.ebuild that would fix the python problems
Filename:
MIME Type:
Creator:
Alexander Sulfrian
Created:
2011-11-10 23:56:33 UTC
Size:
912 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >inherit eutils python > >DESCRIPTION="Evented IO for V8 Javascript" >HOMEPAGE="http://nodejs.org/" >SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc" > >PYTHON_DEPEND="2" > >DEPEND=">=dev-lang/v8-3.5.10.22 > dev-libs/openssl" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/node-v${PV} > >pkg_setup() { > python_set_active_version 2 > python_pkg_setup >} > >src_prepare() { > ebegin "Converting python shebangs" > python_convert_shebangs -r -q -- 2 tools/ > eend $? || die g >} > >src_configure() { > # econf supplies more arguments than supported by waf-configure > ./configure --prefix=/usr --shared-v8 >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > > > dodoc ChangeLog README.md AUTHORS || die > dodoc -r doc/api/api || die >}
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 364629
:
270991
|
270993
|
292165
|
292167