commit: 55defb52c9a80573130b8b202901309ea3df4b75 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun May 17 21:38:50 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun May 17 21:38:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55defb52
dev-lisp/iterate: new live ebuild dev-lisp/iterate/iterate-9999.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild new file mode 100644 index 0000000..af5d2b4 --- /dev/null +++ b/dev-lisp/iterate/iterate-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 darcs + +DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro" +HOMEPAGE="http://common-lisp.net/project/iterate/ + http://www.cliki.net/iterate/" +EDARCS_REPOSITORY="http://www.common-lisp.net/project/iterate/darcs/${PN}/" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}" + +#src_install() { +# common-lisp-install *.{lisp,asd} +# common-lisp-symlink-asdf +# dodoc doc/*.pdf +#}
