1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.1 2010/04/12 11:53:52 grozin Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.2 2010/12/17 20:18:31 ulm Exp $ |
4 | |
4 | |
5 | EAPI=3 |
5 | EAPI=3 |
6 | inherit eutils multilib |
6 | inherit eutils multilib |
7 | |
7 | |
8 | MY_P=ecl-${PV} |
8 | MY_P=ecl-${PV} |
… | |
… | |
20 | virtual/libffi |
20 | virtual/libffi |
21 | >=dev-libs/boehm-gc-7.1[threads?]" |
21 | >=dev-libs/boehm-gc-7.1[threads?]" |
22 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |
23 | app-text/texi2html" |
23 | app-text/texi2html" |
24 | PDEPEND="dev-lisp/gentoo-init" |
24 | PDEPEND="dev-lisp/gentoo-init" |
25 | |
|
|
26 | PROVIDE="virtual/commonlisp" |
|
|
27 | |
25 | |
28 | S="${WORKDIR}"/${MY_P} |
26 | S="${WORKDIR}"/${MY_P} |
29 | |
27 | |
30 | pkg_setup() { |
28 | pkg_setup() { |
31 | if use gengc || use precisegc; then |
29 | if use gengc || use precisegc; then |