commit: ecdf82ed613f359979c5918c7feab2d26b0bec97 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 14:21:11 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Oct 2 14:21:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ecdf82ed
dev-lisp/documentation-template: Bump to version 0.4.4 .../documentation-template-0.4.4.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild new file mode 100644 index 0000000..c685e4e --- /dev/null +++ b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="Prepare HTML documentation for Common Lisp libraries" +HOMEPAGE="http://weitz.de/documentation-template/" +SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-lisp/cl-who" + +src_install() { + common-lisp-install-sources *.lisp + common-lisp-install-asdf + use doc && dohtml doc/index.html +}
