Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394492 Details for
Bug 532944
dev-lua/lyaml-5.1.4 - LibYAML binding for Lua
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lyaml-5.1.4.ebuild
lyaml-5.1.4.ebuild (text/plain), 1.11 KB, created by
Dennis Schridde
on 2015-01-21 13:50:26 UTC
(
hide
)
Description:
lyaml-5.1.4.ebuild
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2015-01-21 13:50:26 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >[[ "${PV}" = *9999* ]] && live=git-r3 >inherit ${live} > >DESCRIPTION="LibYAML binding for Lua" >HOMEPAGE="http://github.com/gvvaughan/lyaml" >if [[ "${PV}" = *9999* ]] ; then > EGIT_REPO_URI="https://github.com/gvvaughan/${PN}.git" > KEYWORDS="-*" >else > SRC_URI="https://github.com/gvvaughan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64" >fi > >LICENSE="MIT" >SLOT="0" > >IUSE="luajit test" > >RDEPEND="!luajit? ( || ( dev-lang/lua:5.3 dev-lang/lua:5.2 dev-lang/lua:5.1 >=dev-lang/lua-5.1:0 ) ) > luajit? ( dev-lang/luajit:2 ) > dev-libs/libyaml" >DEPEND="${RDEPEND} > test? ( >=dev-lua/specl-14 ) > dev-lua/slingshot" > >DOCS=( "README.md" "NEWS.md" ) > >src_prepare() { > rmdir slingshot || die > ln -s "${EPREFIX}"/usr/share/slingshot . || die > > # WARNING: Order matters! Slingshot options are processed first and are ignored otherwise! > ./bootstrap --skip-rock-checks --skip-git --skip-po || die >} > >src_configure() { > local lua=lua > use luajit && lua=luajit > > econf \ > LUA="${lua}" >} > >src_test() { > emake check >}
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 532944
:
391944
|
391946
| 394492