Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 231577 Details for
Bug 313005
dev-lang/luajit-2.0.0_beta4 ebuild submission
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild to LuaJit 2.0.0_beta4
LuaJIT-2.0.0_beta4.ebuild (text/plain), 821 bytes, created by
Rafael Martins (RETIRED)
on 2010-05-15 14:55:32 UTC
(
hide
)
Description:
ebuild to LuaJit 2.0.0_beta4
Filename:
MIME Type:
Creator:
Rafael Martins (RETIRED)
Created:
2010-05-15 14:55:32 UTC
Size:
821 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit pax-utils > >MY_P="${P/_/-}" > >DESCRIPTION="Just-In-Time Compiler for the Lua programming language" >HOMEPAGE="http://luajit.org/" >SRC_URI="http://luajit.org/download/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="2" >KEYWORDS="~x86 ~amd64" >IUSE="" > >S="${WORKDIR}/${MY_P}" > >src_prepare(){ > # fixing prefix and version > sed -i -e "s#/usr/local#${D}/usr#" \ > -e "s/VERSION=.*/VERSION= ${PV}/" Makefile || die "sed failed!" > sed -i -e 's#/usr/local/#/usr/#' src/luaconf.h || die "sed failed!" > > # removing strip > sed -i -e '/$(Q)$(TARGET_STRIP)/d' src/Makefile || die "sed failed!" >} > >src_install(){ > einstall > pax-mark m "${D}usr/bin/luajit-${PV}" > dosym "luajit-${PV}" "/usr/bin/luajit-${SLOT}" >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 313005
:
226459
|
231575
| 231577 |
232101
|
232223
|
248938