blob: 7fdf9dcf05f204a5c28b8e10727a9a17ee40239a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=vim-syntax? ( app-editors/vim ) emacs? ( >=app-editors/emacs-23.1:* )
DESCRIPTION=An object prototype based language
EAPI=7
HOMEPAGE=http://isaacproject.u-strasbg.fr/li.html
INHERIT=elisp-common toolchain-funcs
IUSE=vim-syntax emacs examples
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=vim-syntax? ( app-editors/vim ) emacs? ( >=app-editors/emacs-23.1:* )
SLOT=0
SRC_URI=http://isaacproject.u-strasbg.fr/download/lisaac-0.13.1.tar.gz
_eclasses_=elisp-common 4ee3453b022aae73f4d827a0f98920c2 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96
_md5_=869b91654ce56a5adce08ce0c225679a
|