blob: 48250e3f383c69ba7fb7375faca6831ce9cfcc7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=readline? ( sys-libs/readline ) sys-devel/libtool
DESCRIPTION=A powerful light-weight programming language designed for extending applications
EAPI=4
HOMEPAGE=http://www.lua.org/
IUSE=+deprecated emacs readline static
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
LICENSE=MIT
PDEPEND=emacs? ( app-emacs/lua-mode )
RDEPEND=readline? ( sys-libs/readline )
SLOT=0
SRC_URI=http://www.lua.org/ftp/lua-5.1.5.tar.gz
_eclass_exported_funcs=src_prepare:- src_configure:- src_compile:- src_test:- src_install:-
_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib d062ae4ba2fc40a19c11de2ad89b6616 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs 6198c04daba0e1307bd844df7d37f423 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=b5fbb1d77f0e8e73a3635451ef5337ac
|