# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rfc2388/cl-rfc2388-0.9.ebuild,v 1.2 2005/04/17 00:33:09 mkennedy Exp $ inherit common-lisp eutils DESCRIPTION="iterate is an iteration construct for Common Lisp. It is similar to the CL:LOOP macro." HOMEPAGE="http://common-lisp.net/project/iterate/" SRC_URI="http://common-lisp.net/project/iterate/releases/iterate_${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/commonlisp dev-lisp/common-lisp-controller" S=${WORKDIR}/iterate_${PV} CLPACKAGE=iterate src_install() { common-lisp-install *.lisp iterate.asd common-lisp-system-symlink dodoc BUGS ChangeLog README doc/*.ps }